Allow the documentation website to be indexed by search engines (#5623)
Our HTML documentation template slaps a `<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">` on every page unless the `HUGO_ENV` environment variable is set to `production`, thereby excluding the entire documentation website from web search results. Set the variable to fix it. This behavior is inherited from Docsy, although they have changed it since: <https://github.com/google/docsy/pull/653>.main
parent
64fc53e3d8
commit
d5f3f93e81
Loading…
Reference in New Issue