mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-07-13 07:07:54 +00:00
🔍 add seo metadata
This commit is contained in:
parent
8a8330c212
commit
b523d2f7fd
1 changed files with 7 additions and 4 deletions
|
@ -10,10 +10,13 @@
|
|||
|
||||
<!-- Metadata -->
|
||||
<title>Pokemon JS</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Pokemon JS"
|
||||
/>
|
||||
<meta name="description" content="A fan-made Pokemon game in JavaScript" />
|
||||
|
||||
<!-- Socials -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Pokemon JS" />
|
||||
<meta name="twitter:image" content="https://gameboy-52d09.web.app/og-image.png" />
|
||||
<meta property="og:image" content="https://gameboy-52d09.web.app/og-image.png" />
|
||||
|
||||
<!-- Icons -->
|
||||
<script src="https://kit.fontawesome.com/96cd3663fe.js" crossorigin="anonymous"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue