]> git.maquefel.me Git - brevno-suite/hugo/commit
Remove noindex meta tag from alias.html
authorLukáš Zapletal <lukas@zapletalovi.com>
Sat, 30 Aug 2025 17:55:41 +0000 (19:55 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 4 Sep 2025 13:58:23 +0000 (15:58 +0200)
commit25c0f2408ae777b64f373c1ca30b11c81e499900
tree5500608c0bc9addb71bd8ac05b804eed05d97886
parent4f2d2b2cc48d23bef9cc19e8c88a454560b2306a
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