From d9122917fc267cf9906e583d90753c9a5f3371e1 Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 31 Aug 2021 18:17:41 +0200 Subject: [PATCH] feat: Add noindex on staging https://support.google.com/webmasters/answer/7440203#indexed_though_blocked_by_robots_txt https://developers.google.com/search/docs/advanced/crawling/block-indexing?visit_id=637660232047502724-3233221921&rd=1 --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index f102a08..cd8aa70 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,6 +8,7 @@ + {{ if ne hugo.Environment "production" }}{{ end }} {{ partial "social_metadata.html" . }} {{ partial "style.html" . }}