seo: golang indexing improvement

Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
Avelino 2022-02-08 11:42:51 -03:00
parent ceb8905e38
commit 825ddf4cbe
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A
2 changed files with 5 additions and 5 deletions

6
tmpl/cat-tmpl.html vendored
View File

@ -6,9 +6,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="en">
<meta name="viewport" content="width=device-width">
<title>{{.Title}} - Awesome Go</title>
<meta name="description" content="{{.Description}} - Awesome Go">
<meta name="keywords" content="golang, go, awesome, awesome-go, go framework, golang framework">
<title>{{.Title}} - Awesome Go / Golang</title>
<meta name="description" content="{{.Description}} - Awesome Go / Golang">
<meta name="keywords" content="{{.Title}}, golang, go, awesome, awesome-go, go framework, golang framework">
<meta name="twitter:card" value="summary">
<meta property="og:title" content="{{.Description}} - Awesome Go" />
<meta property="og:type" content="article" />

4
tmpl/tmpl.html vendored
View File

@ -6,8 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="en">
<meta name="viewport" content="width=device-width">
<title>A curated list of awesome Go frameworks, libraries and software - Awesome Go</title>
<meta name="description" content="A curated list of awesome Go frameworks, libraries and software">
<title>A curated list of awesome Go frameworks, libraries and software - Awesome Go / Golang</title>
<meta name="description" content="A curated list of awesome Go / Golang frameworks, libraries and software">
<meta name="keywords" content="golang, go, awesome, awesome-go, go framework, golang framework">
<meta name="twitter:card" value="summary">
<meta property="og:title" content="A curated list of awesome Go frameworks, libraries and software - Awesome Go" />