From 1f1a220e7d9098a401a6dcaeb0ba719011eb0cf8 Mon Sep 17 00:00:00 2001 From: Frieder Griesshammer Date: Sat, 31 Dec 2022 20:46:44 +0100 Subject: [PATCH] Add canonical URL and noindex when using full page redirection --- layouts/partials/head.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d95fed0..d2291e9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,5 +5,7 @@ {{- if not $url }} {{- errorf "missing, empty or null value at 'values.redirect.url': %s" .Position }} {{- end }} + + {{- end }}