mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 16:26:25 +00:00
[Enhancement] Minor Search Engine Optimization (#2111)
* Minor Search Engine Optimization * Added a few more meta tags
This commit is contained in:
parent
4cca68b323
commit
b721aeee87
12
index.html
12
index.html
@ -4,12 +4,24 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>PokéRogue</title>
|
<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="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="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:title" content="PokéRogue" />
|
||||||
<meta property="og:type" content="website" />
|
<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: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: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="apple-touch-icon" href="./logo512.png" />
|
||||||
<link rel="shortcut icon" type="image/png" href="./logo512.png" />
|
<link rel="shortcut icon" type="image/png" href="./logo512.png" />
|
||||||
<link rel="canonical" href="https://pokerogue.net" />
|
<link rel="canonical" href="https://pokerogue.net" />
|
||||||
|
Loading…
Reference in New Issue
Block a user