Fixing SEO
Adding meta tag og:title to point out to the page title. And og:site_name to the actual site name. Changing title tag of torrent name to h1 instead of p since h1 is used by SEO
Cette révision appartient à :
Parent
2584bbb402
révision
ab4076cbcb
2 fichiers modifiés avec 3 ajouts et 2 suppressions
|
@ -13,7 +13,8 @@
|
|||
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
|
||||
|
||||
<!-- SMO -->
|
||||
<meta property="og:site_name" content="{{if Sukebei}}Sukebei{{else}}Nyaa{{end}} Pantsu - {{template "title" .}}">
|
||||
<meta property="og:site_name" content="{{if Sukebei}}Sukebei{{else}}Nyaa{{end}} Pantsu">
|
||||
<meta property="og:title" content="{{template "title" .}} - {{if Sukebei}}Sukebei{{else}}Nyaa{{end}} Pantsu">
|
||||
<meta property="og:image" content="/img/favicon.png">
|
||||
<meta property="og:description" content="Nyaa Pantsu Homepage">
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<div id="torrent-name" class="{{if eq .Status 2}}remake{{end}}
|
||||
{{if eq .Status 3}}trusted{{end}}
|
||||
{{if eq .Status 4}}aplus{{end}}">
|
||||
<p style="text-align: center;" class="torrent-hr">{{.Name}}</p>
|
||||
<h1 style="text-align: center;" class="torrent-hr">{{.Name}}</h1>
|
||||
</div>
|
||||
<br>
|
||||
<table>
|
||||
|
|
Référencer dans un nouveau ticket