Aliases adds "noindex" meta tag not mentioned in documentation

According to the documentation, aliases in frontmatter adds a meta element to redirect
<meta http-equiv="refresh" content="0; url=https://example.org/posts/new-file-name/">
After Google search tools complained, I found that it also adds a
<meta name="robots" content="noindex"> element.

Perhaps that could be added to the documentation? Thanks in advance.

This was addressed in Remove noindex meta tag from alias.html by lzap · Pull Request #13951 · gohugoio/hugo · GitHub I am not sure if this is already contained in a release. This is contained in Release v0.149.1 · gohugoio/hugo · GitHub

Tx. I did search for “noindex” in the issues before I posted. Apparently not with the right keywords.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.