aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-08-14 10:53:45 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-08-14 10:53:45 +0200
commit992f96b48a89e2793ccf75fb9e28b2ec7b7f62b6 (patch)
treee6d71a67902b3573f60621e2a19059ac35c937d6
parentfcf4cfe64d4c1c3814137c8ff23b83a1ca0d502d (diff)
downloadit-tools-992f96b48a89e2793ccf75fb9e28b2ec7b7f62b6.tar.gz
it-tools-992f96b48a89e2793ccf75fb9e28b2ec7b7f62b6.tar.zst
it-tools-992f96b48a89e2793ccf75fb9e28b2ec7b7f62b6.zip
refactor(share): updated twitter meta tags
-rw-r--r--index.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/index.html b/index.html
index b020adc..1d95aff 100644
--- a/index.html
+++ b/index.html
@@ -31,17 +31,21 @@
property="og:description"
content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT."
/>
- <meta property="og:image" content="/banner.png" />
+ <meta property="og:image" content="https://it-tools.tech/banner.png" />
<meta name="twitter:card" content="summary_large_image" />
- <meta property="twitter:domain" content="it-tools.tech" />
- <meta property="twitter:url" content="https://it-tools.tech/" />
+ <meta name="twitter:domain" content="it-tools.tech" />
+ <meta name="twitter:url" content="https://it-tools.tech/" />
+ <meta name="twitter:site" content="@ittoolsdottech" />
+ <meta name="twitter:creator" content="@cthmsst" />
+
<meta name="twitter:title" content="IT Tools - Handy online tools for developers" />
<meta
name="twitter:description"
content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT."
/>
- <meta name="twitter:image" content="/banner.png" />
+ <meta name="twitter:image" content="https://it-tools.tech/banner.png" />
+ <meta name="twitter:image:alt" content="IT Tools - Handy online tools for developers" />
</head>
<body>
<div id="app"></div>