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.