Update SEO metadata
parent
4fa5f592ab
commit
961d5c8f6b
BIN
banner.png
BIN
banner.png
Binary file not shown.
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 38 KiB |
50
index.html
50
index.html
|
@ -3,9 +3,15 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
<title>Shareon – Lightweight, stylish, and ethical share buttons</title>
|
||||||
|
<meta
|
||||||
|
name="title"
|
||||||
|
content="Shareon – Lightweight, stylish, and ethical share buttons"
|
||||||
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Lightweight, stylish, and ethical share buttons."
|
content="They’re under 6 kB in size, look good, and don't track your users. It's the perfect choice for your blog, news site, or project page!"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="keywords"
|
name="keywords"
|
||||||
|
@ -13,18 +19,6 @@
|
||||||
/>
|
/>
|
||||||
<meta name="author" content="Nikita Karamov" />
|
<meta name="author" content="Nikita Karamov" />
|
||||||
|
|
||||||
<title>Shareon – Lightweight, stylish, and ethical share buttons</title>
|
|
||||||
|
|
||||||
<meta property="og:title" content="Shareon" />
|
|
||||||
<meta property="og:url" content="https://shareon.js.org/" />
|
|
||||||
<meta property="og:image" content="https://shareon.js.org/banner.png" />
|
|
||||||
<meta
|
|
||||||
property="o:description"
|
|
||||||
content="Lightweight, stylish, and ethical share buttons"
|
|
||||||
/>
|
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
|
||||||
<meta name="twitter:creator" content="@KyttaWasHere" />
|
|
||||||
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/awsm.css/dist/awsm.min.css"
|
href="https://cdn.jsdelivr.net/npm/awsm.css/dist/awsm.min.css"
|
||||||
|
@ -63,6 +57,36 @@
|
||||||
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
|
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
|
||||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||||
<link rel="manifest" href="/site.webmanifest" />
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
|
|
||||||
|
<!-- Open Graph / Facebook -->
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://shareon.js.org/" />
|
||||||
|
<meta
|
||||||
|
property="og:title"
|
||||||
|
content="Shareon – Lightweight, stylish, and ethical share buttons"
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="They’re under 6 kB in size, look good, and don't track your users. It's the perfect choice for your blog, news site, or project page!"
|
||||||
|
/>
|
||||||
|
<meta property="og:image" content="https://shareon.js.org/banner.png" />
|
||||||
|
|
||||||
|
<!-- Twitter -->
|
||||||
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
|
<meta property="twitter:url" content="https://shareon.js.org/" />
|
||||||
|
<meta
|
||||||
|
property="twitter:title"
|
||||||
|
content="Shareon – Lightweight, stylish, and ethical share buttons"
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
property="twitter:description"
|
||||||
|
content="They’re under 6 kB in size, look good, and don't track your users. It's the perfect choice for your blog, news site, or project page!"
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
property="twitter:image"
|
||||||
|
content="https://shareon.js.org/banner.png"
|
||||||
|
/>
|
||||||
|
<meta name="twitter:creator" content="@KyttaWasHere" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue