Discoverability
Why is my site not appearing in Google — noindex
What 13x checks
This is rule discoverability.noindex in the public registry: No accidental noindex. It runs on every audit, against the pages we actually fetched, and its result is derived from the response rather than estimated.
- Surface
- Discoverability
- Score weight
- 20 of the readiness score
- Scope
- Runs on every audited page
- Applies
- To every site
Registry version 2026-07-30. Every rule is published, and the audit is deterministic — the same page produces the same finding every time.
The fix
The same text the audit hands you when this check fails on your own site.
Remove the noindex directive. It appears in one of two places:
<!-- 1. A meta tag in the document head -->
<meta name="robots" content="noindex, nofollow" /># 2. A response header
X-Robots-Tag: noindexCheck for an environment-conditional that was meant for preview deployments only — this is almost always a staging guard that shipped. After removing it, re-request indexing in Google Search Console; removal is not detected quickly on its own.
Framework-specific versions
Where the change differs enough to be worth writing out separately.
Does your site have this problem?
13x checks this and 112 others against your live URL in about 30 seconds. No account, and every finding comes with the fix for your framework.
No signup. Results in 30 seconds.
More discoverability checks
- robots.txt is blocking my whole siterobots.txt does not block the whole site
- How to add a sitemap.xmlsitemap.xml exists and is reachable
- How to find and fix broken internal linksNo broken internal links
- How to set canonical URLs correctlyCanonical URLs are set and consistent
- How to add a robots.txt filerobots.txt exists and is valid
- How to declare a sitemap in robots.txtSitemap is declared in robots.txt