Want to Index Help Center Article to Search Engine | Community
Skip to main content

Want to Index Help Center Article to Search Engine

  • April 28, 2025
  • 2 replies
  • 0 views

Kazi12

I create my Help Center in Zendesk and I publish new Article on it. Now, I want to index those article but because of robots.txt Disallow: /hc  , i can't index the page. I want to know, how to make my help center index to Google.

2 replies

Ingrid12
  • April 29, 2025

Maybe this helps - Quick answer from ChatGPT o4 mini-high (based on support.zendesk.com articles & https://help.successcx.com/hc/en-au/articles/15309544252953-How-to-improve-SEO-in-Zendesk-Guide-Help-Center-Meta-Description?utm_source=chatgpt.com:

Robots.txt doesn’t block articles

In Zendesk’s default robots.txt file there are Disallow lines for paths like /hc/change_language and /hc/communities, but there’s no Disallow entry for the article subdirectory (…/hc/en-us/articles/…), so those pages are crawlable.

Check your meta tags

If you’ve added <meta name="robots" content="noindex">
 

into your theme templates, that will prevent crawlers from indexing your articles. Remove any noindex meta tag or avoid restricting articles with user segments so that they remain publicly visible.

Use the XML sitemap

Zendesk automatically generates an XML sitemap every two hours, covering all public categories, sections and articles. You can find it at:
 

https://your-subdomain.zendesk.com/hc/sitemap.xml

Submit this URL in Google Search Console under Sitemaps so Google can discover new articles quickly.

Consider host mapping

Host mapping lets you serve your Help Center from your own domain (e.g. help.your-domain.com). That strengthens your SEO, since Google sees the articles on the same domain as your main site. Set this up in Admin Center > Appearance > Branding > Host Mapping.

Next steps

After implementing these changes, open Google Search Console > URL Inspection, enter an article URL and click “Request indexing.” Then monitor the indexing report to confirm your articles appear in Google’s search results.

In short, make sure your articles are public, your theme has no noindex meta tags, and your XML sitemap is registered in Google. Then your Help Center articles will be indexed like any other web pages.


  • May 27, 2025

Thanks for sharing @ingrid12 !