From e440b075ea314348ea202560efc7a54c3bc5a2d0 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 8 Sep 2025 07:53:15 +0000 Subject: [PATCH] feat: add noindex on taxonomy and term pages --- layouts/partials/head/custom.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head/custom.html b/layouts/partials/head/custom.html index 546d192..60a9222 100644 --- a/layouts/partials/head/custom.html +++ b/layouts/partials/head/custom.html @@ -1,5 +1,7 @@ - +{{ if or (eq .Kind "taxonomy") (eq .Kind "term") }} + +{{ end }} {{- if .Params.keywords }} {{- else if .Params.tags }}