1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00

fix: meta tags

This commit is contained in:
uetchy 2019-08-14 12:28:58 +09:00
parent f3587aace9
commit 4519847a22

View File

@ -6,7 +6,7 @@
<meta name="title" content="namae" />
<meta
name="description"
content="namae saves your time searching around registries and checking if the desired name is ready for use."
content="Check availability of your new app name for major registries at once."
/>
<meta name="keywords" content="name" />
<meta name="robots" content="index, follow" />
@ -41,11 +41,13 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta property="og:title" content="namae" />
<meta property="og:description" content="Check availability of your new app name for major registries at once." />
<meta
property="og:description"
content="Check availability of your new app name for major registries at once."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://namae.dev" />
<meta property="og:image" content="https://namae.dev/social.png" />
<meta name="twitter:card" content="summary_large_image"></meta>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@uetschy" />
<title>namae — name new project</title>