add og
This commit is contained in:
16
index.html
16
index.html
@@ -5,6 +5,22 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="darkreader-lock">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<meta name="description" content="Roadworthy stickers for unworthy roads - if they can't fix the potholes, they can't spot the difference. A web-based tool for generating vehicle roadworthiness stickers.">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://rsg.shihaam.me/">
|
||||
<meta property="og:title" content="Roadworthiness Sticker Generator">
|
||||
<meta property="og:description" content="Roadworthy stickers for unworthy roads - if they can't fix the potholes, they can't spot the difference.">
|
||||
<meta property="og:image" content="https://rsg.shihaam.me/docs/og-image.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:url" content="https://rsg.shihaam.me/">
|
||||
<meta name="twitter:title" content="Roadworthiness Sticker Generator">
|
||||
<meta name="twitter:description" content="Roadworthy stickers for unworthy roads - if they can't fix the potholes, they can't spot the difference.">
|
||||
<meta name="twitter:image" content="https://rsg.shihaam.me/docs/og-image.png">
|
||||
|
||||
<title>Roadworthiness Sticker Generator</title>
|
||||
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user