From 25c0f2408ae777b64f373c1ca30b11c81e499900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zapletal?= Date: Sat, 30 Aug 2025 19:55:41 +0200 Subject: [PATCH] Remove noindex meta tag from alias.html Google does not behave as expected when an alias is used. It does not index the client-side alias page, but on top of that it also does not index the original page. Google does not require noindex to be present and since alias pages do not have any content, it makes little sense to provide it. Therefore, this patch removes the line completely. https://developers.google.com/search/docs/crawling-indexing/301-redirects --- tpl/tplimpl/embedded/templates/alias.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tpl/tplimpl/embedded/templates/alias.html b/tpl/tplimpl/embedded/templates/alias.html index 43d177eaa..45ae9b631 100644 --- a/tpl/tplimpl/embedded/templates/alias.html +++ b/tpl/tplimpl/embedded/templates/alias.html @@ -3,7 +3,6 @@ {{ .Permalink }} -