Update OG and Twitter card images with alt attr
This commit is contained in:
parent
54e52d9ddf
commit
9684e569a7
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
<meta property="og:title" content="Mike Wink - A PHP Developer">
|
||||
<meta property="og:description" content="Welcome to the homepage of PHP developer Mike Wink.">
|
||||
<meta property="og:image" content="https://mikewink.de/og/opengraph.png">
|
||||
<meta property="og:image:alt" content="A fictitious topography map with a small MW logo and my name on it.">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@mikewink">
|
||||
|
|
@ -39,6 +40,7 @@
|
|||
<meta name="twitter:title" content="Mike Wink - A PHP Developer">
|
||||
<meta name="twitter:description" content="Welcome to the homepage of PHP developer Mike Wink.">
|
||||
<meta name="twitter:image" content="https://mikewink.de/og/opengraph.png">
|
||||
<meta name="twitter:image:alt" content="A fictitious topography map with a small MW logo and my name on it.">
|
||||
|
||||
</head>
|
||||
<body class="pattern bg-lightCyan dark:bg-black dark:text-white md:h-screen">
|
||||
|
|
|
|||
Loading…
Reference in a new issue