mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
refactor(share): updated twitter meta tags
This commit is contained in:
parent
fcf4cfe64d
commit
992f96b48a
1 changed files with 8 additions and 4 deletions
12
index.html
12
index.html
|
@ -31,17 +31,21 @@
|
||||||
property="og:description"
|
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."
|
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 name="twitter:card" content="summary_large_image" />
|
||||||
<meta property="twitter:domain" content="it-tools.tech" />
|
<meta name="twitter:domain" content="it-tools.tech" />
|
||||||
<meta property="twitter:url" content="https://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:title" content="IT Tools - Handy online tools for developers" />
|
||||||
<meta
|
<meta
|
||||||
name="twitter:description"
|
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."
|
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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue