Noindex & Nofollow Tag Checker

Audit robots meta directives, inspect index/noindex rules, and prevent accidental de-indexing.

100% Free · No Sign-up · Runs in Your Browser

2
Directives Found
⚠️ NOINDEX ACTIVE
Indexation Status
Warning: A 'noindex' directive instructs search engines NOT to show this page in organic search results. Ensure this is intentional (e.g. for staging or private pages).
robots crawler directive:
content="noindex, follow"
Blocked (noindex)Followed
googlebot crawler directive:
content="max-snippet:-1, max-image-preview:large"
IndexedFollowed

About the Noindex & Nofollow Tag Checker

The robots meta tag (<meta name="robots">) gives website owners granular control over how search engines index pages and follow links. However, an accidental 'noindex' directive left over from development or staging can completely remove a critical page from search results.

Understanding the difference between indexing directives (index vs noindex) and link-following directives (follow vs nofollow) is vital. A page with 'noindex, follow' will not appear in search results, but search engines will still discover and pass link equity through the links on that page.

This Noindex/Nofollow Tag Checker parses HTML head snippets and crawler-specific directives (<meta name="googlebot">, <meta name="bingbot">), identifying whether the page is indexable and warning you of potentially catastrophic de-indexing rules.

A common disaster during site redesigns is accidentally migrating a staging environment's 'noindex, nofollow' tag to the live production site, causing organic traffic to plummet within days. Another issue is combining a noindex tag with a disallow rule in robots.txt, preventing crawlers from ever reading the noindex tag.

Tip: Always verify the robots meta tags on production landing pages after major code deployments to confirm they are set to 'index, follow'.

Frequently Asked Questions

Q.What does 'noindex, follow' mean?

Search engines will not include the page in search results, but they will follow the links on the page to crawl other parts of your site.

Q.What happens if a page has both robots.txt disallow and a noindex tag?

Crawlers blocked by robots.txt will never fetch the page to see the noindex tag, so the URL might still appear in search results as an uncrawled link.

Q.What is the default robots behavior if no meta tag is present?

The default is 'index, follow' — search engines will index the page and follow all links unless specified otherwise.

Q.Can I set different robots rules for Google vs Bing?

Yes, by using dedicated <meta name='googlebot'> or <meta name='bingbot'> tags with customized directives.

Related Tools