Browse Source

feat(SEO) Adding basic SEO (#30)

main
Jonathan McCaffrey 4 years ago committed by GitHub
parent
commit
fe1e4f03e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Components/Layout/WebsiteTitleComponent.razor
  2. 2
      IGP/wwwroot/index.html

4
Components/Layout/WebsiteTitleComponent.razor

@ -1,6 +1,6 @@
<div class="title">
<h1 class="title">
@ChildContent
</div>
</h1>
<style>

2
IGP/wwwroot/index.html

@ -5,6 +5,8 @@
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<title>IGP Fan Reference</title>
<meta name="description" content='"IMMORTAL: Gates of Pyre" Fan Reference Community Tool, such as build calculator, unit database and gameplay notes.'/>
<meta name="keywords" content="Immortal Build Calculator, Immortal Calculator, Immortal Database, Immortal Harass Calculator, Immortal Tools, IMMORTAL: Gates of Pyre Build Calculator, IMMORTAL: Gates of Pyre Calculator, IMMORTAL: Gates of Pyre Database, IMMORTAL: Gates of Pyre Harass Calculator, IMMORTAL: Gates of Pyre Tools"/>
<base href="/"/>
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" rel="stylesheet">

Loading…
Cancel
Save