Docs and Search Engines
Stop Search Engines from Crawling Docs content
Search engines can (and will) index your articles if your site is public. Add this bit of code to the Insert <head> Code section located on the Docs settings page at Manage > Docs > [Your Docs Site] > Custom Code to tell search engines that you don't want them to index your site.
<meta name="robots" content="noindex, nofollow">
Customize Docs URLs
You can edit the slugs of your articles — the part of the address or URL that is after the article number — to add keywords and optimize them for search. The slug will always match the article title by default. Click on the title when you're editing the article to change the slug (and/or the title).
For example, this article's URL is https://jg-clothing-company.helpscoutdocs.com/article/7-shipping-options - shipping-options is the slug there.
Note: The slug is the only part of an article's URL that is editable.
Generating a sitemap
We automatically generate a sitemap.xml
for your Docs site. You can view it in your browser simply by adding /sitemap.xml
after your Docs URL in the address bar.