Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kishaningithub/hugo-creative-portfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Fraixedes <ivan@fraixed.es>2020-04-14 16:27:56 +0300
committerIvan Fraixedes <ivan@fraixed.es>2020-04-14 16:27:56 +0300
commitfd7bcd7fe714ebdf603fda575037a4a2e7d13ca9 (patch)
tree0b8f4595371e5c3d376f732c35f32a385a55577a
parentfa50cee717f24227c7ab79df8c20fc943801972c (diff)
layouts/partials: Remove robots meta tags of head
Remove the robots meta tags of the head template because they are redundant and it's what it's applied by default. See https://developers.google.com/search/reference/robots_meta_tag
-rw-r--r--layouts/partials/head.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f47062b..3cb71ef 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,8 +3,6 @@
{{ with .Title }}<title>{{ . }}</title>{{ end }}
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta name="robots" content="all,follow">
-<meta name="googlebot" content="index,follow,snippet,archive">
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | absURL }}">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,300,700,400italic">
<link rel="stylesheet" href="{{ "css/font-awesome.min.css" | absURL }}">