Noindex Checker (Meta Robots & X-Robots-Tag)
Check whether a page is blocked from Google indexing by a noindex directive.
We look for both meta robots tags and the X-Robots-Tag HTTP header.
Noindex is an instruction telling search engines:
“Do not include this page in search results.”
If a page is noindexed, Google can still crawl it — but it won’t be eligible to rank.
This is one of the most common reasons a URL shows up in Search Console as excluded.
If your most important pages are accidentally noindexed, you can lose traffic overnight.
Meta robots
A tag in the page HTML, like: <meta name="robots" content="noindex">
X-Robots-Tag
A server header that can noindex entire sections (PDFs, images, folders).
CMS settings
WordPress “Discourage search engines”, plugin settings, staging mode.
Templates
Theme or template accidentally outputs noindex on certain page types.
- If Search Console shows “Excluded by ‘noindex’ tag”
- If a page was ranking and suddenly disappeared
- If important pages show impressions but never get indexed
- If staging or development settings leaked to live pages
- If CMS or SEO plugins were recently changed
Noindex is absolute. If it’s present, the page will not rank — regardless of backlinks,
content quality, or sitemap inclusion.
- Noindex = “don’t show this page in Google.”
- Robots.txt = “don’t crawl this page.” (Google can still index via links sometimes.)
- Canonical = “prefer a different version of this page.”
- Remove the noindex directive from meta robots or X-Robots-Tag.
- Make sure the page returns 200 OK and isn’t redirecting.
- Check internal links: a page with no internal links can be ignored.
- Re-check the URL in Search Console URL Inspection after changes.
-
Can Google ignore noindex?
In normal cases, no — Google respects noindex. If you remove it, Google may index the page after re-crawling.
-
Why does Search Console show “Excluded by ‘noindex’ tag”?
Google found a noindex directive either in the HTML or via the X-Robots-Tag header.
-
Should I noindex tag pages or internal search pages?
Often yes, to avoid low-value pages appearing in search. But don’t noindex pages you want to rank.