Question
How can I restrict Google from indexing my help center?
Answer
If users need to sign in to be able to see your help center, your page should not be indexed by default.
If your help center can be viewed without logging in, add a noindex
meta to your theme's code so your articles do not appear in Google searches or any other search engines.
To restrict your public help center
- In Guide, click the Customize design icon () in the sidebar.
- Click the theme you want to edit to open it.
- Click Edit code and select document_head.hbs.
- Enter the following line of code as shown below.
<meta name="robots" content="noindex" />
- Click Publish.
For more information, see the article: Preventing Google from indexing a specific article.