Explorar el Código

Added Keyword

Yoginth hace 7 años
padre
commit
b22f756cdd
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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" />