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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2021-09-02 15:10:29 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-09-02 15:10:29 +0300
commit062096c6b1ce49a0ed2f8c05d93099521c57d95a (patch)
treeb4368e760d505c7119151ee368a7f69e514c27d3 /layouts
parent8ed926e5fca7f31b7db5375338055eaefcab4b66 (diff)
Use comma for noindex, nofollow
https://developers.google.com/search/docs/advanced/robots/robots_meta_tag#combined
Diffstat (limited to 'layouts')
-rw-r--r--layouts/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/head.html b/layouts/head.html
index 74142d96..8e3abb86 100644
--- a/layouts/head.html
+++ b/layouts/head.html
@@ -13,7 +13,7 @@
<% end %>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<% if @item[:noindex] or !production_and_default_branch? %>
- <meta name="robots" content="noindex nofollow">
+ <meta name="robots" content="noindex, nofollow">
<% end %>
<!--https://community.algolia.com/docsearch/required-configuration.html#introduces-global-information-as-meta-tags-->
<meta name="docsearch:language" content="en" />