Free SEO Tool
Noindex Checker
Detect noindex directives and robots meta tags that block your pages from search engine indexing.
Fix indexing issues
These guides explain how to fix the issues this tool uncovers.
Monitor indexing status across pages?
Rank SEO tracks noindex directives, crawlability status, and indexing health on all pages.
I'll show you exactly what's holding your SEO back and how to fix it.
Frequently Asked Questions
The noindex directive tells search engines to exclude a page from their search index. When noindex is active, the page will not appear in search results, regardless of its quality or relevance. This is useful for pages like login areas, admin panels, or duplicate versions of content.
No. Noindex only prevents indexing. Google can still crawl the page to understand its content and follow its links. However, the page itself will not be included in the search index. To prevent crawling entirely, use robots.txt or the nofollow directive.
Noindex removes a page from the search index. Nofollow prevents search engines from following links on that page. A page can have noindex without nofollow, allowing it to pass link equity even though it is not indexed. These directives serve different purposes in your SEO strategy.
Yes. The X-Robots-Tag HTTP header works identically to the meta robots tag and is often preferred for non-HTML resources like PDFs or images. If both are present, the more restrictive directive takes precedence. Server headers are processed before HTML meta tags.
First, identify where the noindex directive is set, either in the HTML meta robots tag or in the X-Robots-Tag header. Remove or update the directive in your source files or CMS settings. After making changes, resubmit the URL to Google Search Console to trigger reindexing.