Yoginth 7 rokov pred
rodič
commit
b22f756cdd
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      templates/base/head.tmpl

+ 3 - 0
templates/base/head.tmpl

@@ -17,6 +17,7 @@
 	
 	<meta name="title" content="{{.Owner.Name}}{{if .Owner.FullName}} ({{.Owner.FullName}}){{end}}">
 	<meta name="description" content="{{.Owner.FullName}} has {{.Owner.NumFollowers}} followers and is following {{.Owner.NumFollowing}} people.">
+	<meta name="keywords" content="{{AppName}}, {{.Owner.Name}}, {{.Owner.FullName}}">
 
 	<meta property="og:site_name" content="{{AppName}}" />
 	<meta property="og:url" content="{{.Owner.HTMLURL}}" />
@@ -51,6 +52,7 @@
 	
 	<meta name="title" content="{{.Repository.FullName}}">
 	<meta name="description" content="{{.Repository.Description}}">
+	<meta name="keywords" content="{{AppName}}, {{.Owner.Name}}, {{.Owner.FullName}}, {{.RepoName}}, {{.Owner.Name}}/{{.RepoName}}">
 
 	<meta property="og:site_name" content="{{AppName}}" />
 	<meta property="og:url" content="{{.Repository.HTMLURL}}" />
@@ -68,6 +70,7 @@
 	
 	<meta name="title" content="{{AppName}}">
 	<meta name="description" content="Software version control made simple">
+	<meta name="keywords" content="{{AppName}}">
 	
 	<meta property="og:url" content="{{AppURL}}" />
 	<meta property="og:type" content="website" />