Indexability Signals Check
Detect noindex directives in rendered page metadata and public response headers.
Check your websiteWhy this check matters
A noindex directive directly asks compatible search engines not to include the page. Accidental template or header directives can remove an otherwise healthy page from results.
Passing evidence
<meta name="robots" content="index, follow" />Common failing evidence
X-Robots-Tag: noindex
<meta name="robots" content="noindex" />Possible false positives
- Thank-you, account, and duplicate utility pages may be intentionally noindex.
- Robots.txt blocking can prevent a crawler from seeing a page-level noindex directive.
How to fix it safely
- Confirm whether the page belongs in public search.
- Remove unintended noindex values from both metadata and headers.
- Keep canonical, sitemap, and internal-link signals aligned with the decision.
How to verify the fix
- Inspect the final HTML and response headers after all redirects.
- Use URL inspection after recrawling to confirm the chosen indexing state.
Related SEO / AEO / GEO checks
Run the complete audit
Check this signal together with the related category evidence on the current public page.
Open the seo / aeo / geo audit tool