commit 4b08ae479645b145398e32b2e2b19aaecfdeee0a
parent b406570c821686d1b12178a81769672a1a2aecc5
Author: Lou Woell <lou.woell@posteo.de>
Date: Sat, 27 Dec 2025 19:15:50 +0100
Update meta robots tag
As far as i can tell the noodp value is deprecated anyway.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html
@@ -18,7 +18,7 @@
<meta name="robots" content="noindex" />
{{- end -}}
{{- else -}}
- <meta name="robots" content="noodp" />
+ <meta name="robots" content="index, follow" />
{{- end }}
<link rel="canonical" href="{{ .Permalink }}" />