Robots Meta Checker

Score whether crawlers may index this URL from meta robots and X-Robots-Tag — not a ranking trick.

What this tool gives you

Indexability score
Fetch or paste
Conflict hygiene
Starter snippet

Check robots meta

Fetch a public page or paste the head. The checker scores index/follow hygiene — not a ranking folklore tool.

What this checker looks for

meta robots and X-Robots-Tag say whether a URL may be indexed. They do not make ChatGPT cite you.

index / noindex

Public pages default to index. Thank-you URLs should noindex.

follow / nofollow

nofollow only when this page should not pass crawl credit.

No conflicts

Never ship index and noindex on the same URL.

X-Robots-Tag

Headers cover PDFs and images that have no HTML head.

googlebot

A googlebot override is optional. Keep it consistent.

Snippet caps

max-snippet and max-image-preview are optional, not ranking levers.

How to use the checker

Public pages can stay silent. Private or thank-you URLs need an explicit noindex.

1

Check the live page

Fetch the public URL or paste the head from view-source.

2

Name the intent

index,follow for public URLs. noindex on thank-you, search and account pages.

3

Recheck after CMS changes

Plugins inject noindex silently. Re-run after launches.

What healthy robots meta usually includes

One intent. No index/noindex clash. Optional snippet caps. Headers for non-HTML files.

PartJobDefault for public sites
meta robotsIndex this HTML URL?Omit, or index, follow
X-Robots-TagIndex this HTTP response?Omit unless the file has no HTML
noindexKeep this URL out of the indexThank-you, search, account, staging
nofollowDo not pass crawl creditRare on public marketing pages
noneShortcut for noindex, nofollowSame as both flags together
max-image-previewShare-card image sizelarge, or omit

Related GEO pages

Decide indexability, then lock crawl access, then name the canonical.

Robots meta FAQs

Does a robots meta tag make ChatGPT cite my page?

No. robots meta and X-Robots-Tag only say whether crawlers may index or follow. Citations still depend on crawl access, answer-ready content and corroboration.

Do public pages need meta robots?

No. Missing the tag means index, follow. Add an explicit tag when you want snippet caps, or use noindex on thank-you, search and account URLs.

What is the difference from robots.txt?

robots.txt blocks crawling of URL paths. meta robots and X-Robots-Tag control indexing of one already-fetched URL. A Disallow cannot replace noindex on a URL that still gets linked.