Add meta tags to header
This commit is contained in:
parent
b77c8f50d9
commit
6772a74bb8
@ -11,8 +11,29 @@ const Home: NextPage = () => {
|
|||||||
<meta charSet="utf-8" />
|
<meta charSet="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Modmapper</title>
|
<title>Modmapper</title>
|
||||||
<meta name="description" content="Map of Skyrim mods" />
|
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
|
|
||||||
|
<meta name="description" content="Map of Skyrim mods" />
|
||||||
|
<meta property="og:title" content="Modmapper" />
|
||||||
|
<meta property="og:site_name" content="Modmapper"></meta>
|
||||||
|
<meta property="og:description" content="Map of Skyrim mods" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://modmapper.com" />
|
||||||
|
<meta property="og:image" content="/img/screenshot.jpg" />
|
||||||
|
<meta
|
||||||
|
property="og:image:alt"
|
||||||
|
content="A screenshot of Modmapper displaying a map of Skyrim with a grid of cells overlayed colored green to red indicating how many mods edited each cell"
|
||||||
|
/>
|
||||||
|
<meta name="twitter:title" content="Modmapper" />
|
||||||
|
<meta name="twitter:description" content="Map of Skyrim mods" />
|
||||||
|
<meta name="twitter:image" content="/img/screenshot.jpg" />
|
||||||
|
<meta
|
||||||
|
name="twitter:image:alt"
|
||||||
|
content="A screenshot of Modmapper displaying a map of Skyrim with a grid of cells overlayed colored green to red indicating how many mods edited each cell"
|
||||||
|
/>
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<meta name="twitter:site" content="@tyhallada" />
|
||||||
|
<meta name="twitter:creator" content="@tyhallada" />
|
||||||
</Head>
|
</Head>
|
||||||
<Map />
|
<Map />
|
||||||
</>
|
</>
|
||||||
|
BIN
public/img/screenshot.jpg
Normal file
BIN
public/img/screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 795 KiB |
Loading…
Reference in New Issue
Block a user