Check if any webpage has a noindex directive — meta robots tag, X-Robots-Tag or data-nosnippet — that could prevent it from appearing in Google and Bing search results.
Fetches the live page and checks for noindex in all robots meta tags and googlebot/bingbot directives.
Paste the full URL of any live webpage and click Check. The tool fetches the page source via a server-side proxy and scans the robots meta tag and any meta name="googlebot" or meta name="bingbot" directives.
The result clearly shows whether the page is Indexable (no noindex found), Noindex (excluded from all search engines), or has selective noindex rules applying to specific bots only. The exact directive text is displayed.
A noindex on a page you want to rank is one of the most damaging SEO mistakes. It often happens when staging environments are deployed to production. Remove the directive and submit the URL for re-indexing in Google Search Console.
Noindex is a directive in the robots meta tag or X-Robots-Tag HTTP header that tells search engines not to include the page in their index. A noindexed page does not appear in search results. It is used intentionally for thin content pages, thank-you pages, and staging environments.
Robots.txt Disallow stops crawlers from visiting a page at all. Meta robots noindex allows the page to be crawled but prevents it from being indexed. If you block a URL in both robots.txt AND add noindex, the noindex may never be read.
Common causes include: staging site environment variables deployed to production, WordPress "Discourage search engines" setting left on, SEO plugin misconfiguration, and developer test flags not removed before launch.
Noindex tells crawlers not to include the page in search results. Nofollow tells crawlers not to follow the hyperlinks on the page. These are independent directives that can be combined in the meta robots tag.
After removing the noindex tag, the page needs to be recrawled before Google re-evaluates it. You can speed this up by submitting the URL manually in Google Search Console (URL Inspection → Request Indexing).
Yes — you can use bot-specific directives: meta name="googlebot" content="noindex" only blocks Google, while meta name="bingbot" content="noindex" only blocks Bing. The generic meta name="robots" content="noindex" applies to all crawlers.