[Enhancement] Minor Search Engine Optimization (#2111)

* Minor Search Engine Optimization

* Added a few more meta tags
This commit is contained in:
Ei 2024-06-12 13:42:59 +01:00 committed by GitHub
parent 4cca68b323
commit b721aeee87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -4,12 +4,24 @@
<head>
<meta charset="UTF-8" />
<title>PokéRogue</title>
<meta name="title" content="PokéRogue" />
<meta name="description" content="A Pokémon fangame heavily inspired by the roguelite genre. Battle endlessly while gathering stacking items, exploring many different biomes, and reaching Pokémon stats you never thought possible." />
<meta name="theme-color" content="#da3838" />
<meta name="keywords" content="pokerogue, pokemon, roguelite" />
<meta name="news_keywords" content="pokerogue, pokemon, roguelite" />
<meta name="distribution" content="Global">
<meta http-equiv="audience" content="General">
<meta property="og:title" content="PokéRogue" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A Pokémon fangame heavily inspired by the roguelite genre. Battle endlessly while gathering stacking items, exploring many different biomes, and reaching Pokémon stats you never thought possible." />
<meta property="og:image" content="https://pokerogue.net/logo512.png" />
<meta property="og:url" content="https://pokerogue.net" />
<meta property="og:site_name" content="PokéRogue" />
<meta property="twitter:title" content="PokéRogue" />
<meta property="twitter:description" content="A Pokémon fangame heavily inspired by the roguelite genre. Battle endlessly while gathering stacking items, exploring many different biomes, and reaching Pokémon stats you never thought possible." />
<meta property="twitter:image" content="https://pokerogue.net/logo512.png" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://pokerogue.net" />
<link rel="apple-touch-icon" href="./logo512.png" />
<link rel="shortcut icon" type="image/png" href="./logo512.png" />
<link rel="canonical" href="https://pokerogue.net" />