Matan · SEO · Technical
Indexable
A noindex directive tells search engines not to show the page in results — fatal if used on purpose-built landing pages.
Pass condition in our engine: The HTML does not contain a noindex robots directive.
1. Problem description
Meta robots noindex (or X-Robots-Tag: noindex) removes the URL from Google even if it is linked and in the sitemap. Staging flags accidentally shipped to production are a classic cause of “we disappeared overnight”.
2. Most common causes
- A staging/noindex plugin left on after go-live.
- The CMS “discourage search engines” checkbox is enabled.
- A reverse proxy adds X-Robots-Tag: noindex.
- A template copies robots meta from a noindexed parent.
3. How to fix it
- Remove <meta name="robots" content="noindex"> from pages that should rank.
- Strip X-Robots-Tag: noindex from production response headers.
- Keep noindex only on thank-you, cart, faceted-filter and thin parameter URLs.
- Re-submit the URL in Search Console after the directive is gone.
Test this check
We fetch only this URL (plus robots.txt / llms.txt at the domain root when the check needs them). We do not crawl the rest of the site like a full report.
Scoring rules for the full site crawl are documented in methodology. Want every category at once? Generate a free report.
Get your free SEO & GEO report
Enter your URL and receive a full audit with scoring and recommendations. No sign-up required.