Gorgias logo
Gorgias logo

All articles

Set up an internal knowledge baseUpdated 2 months ago

You can create an internal FAQ page for your colleagues to refer to whenever they need information on some of your internal processes and procedures - based on SEO, it's a question of preventing your Help Center from being indexed by search engines. 

You can add a meta using Gorgias' Extra HTML feature to avoid the content of your Help Center being indexed.

You may want to do this for several reasons:

  • Internal use only Help Center (policies and procedures for your team)
  • Content for certain types of customers only
This will be applied to your entire Help Center (categories, subcategories, articles), but it won't block your Help Center from being found if a URL from it is shared or published.


Steps

1. Navigate to Settings -> Channels -> Help Center -> Customization.

2. Go to the bottom, to the Extra HTML section, and switch the toggle to ON - a free code section should be visible now: 3. Add the following code in the section and save it:

1// Put this as the very first line of Extra HTML content:
2<meta name="robots" content="noindex" />


It should look something like this:
Your Help Center should now be blocked from being indexed - just don't share or publish its URL, since this change only blocks your Help Center from being indexed, not browsed.

For more information about this solution, you can read Google's Documentation as well.
Was this article helpful?
Yes
No