All tools
Free SEO tool

Noindex tag generator + checker

Build a robots meta tag from checkboxes — or paste one to see what it actually does. noindex, nofollow, max-snippet, all explained.

Indexing
Snippet limits
Generated tag
<meta name="robots" content="index, follow" />
What this does
  • Allow this page to be indexed.
  • Follow links on this page.

What the robots meta tag controls

The <meta name="robots"> tag is the most precise way to tell search engines how to handle a single page. While robots.txt operates at the path level and controls crawling, the robots meta tag operates at the page level and controls indexing, link following, snippet display, and image previews.

Most pages don't need a robots meta tag — the default is 'index, follow', which is exactly what you usually want. You add the tag when you specifically want to exclude a page from search (noindex), prevent link equity from flowing through it (nofollow), or constrain how it appears in results (max-snippet, max-image-preview).

When to use noindex (and when not to)

Noindex is the right tool for a small, specific set of pages — and the wrong tool for almost everything else. A page that should be noindexed is one that exists for users but offers no value as a search-result destination.

  • Internal search-results pages — duplicate, low-quality from Google's view.
  • Filter/sort variants of category pages that don't add unique content.
  • Thank-you and confirmation pages users only reach after a form submit.
  • Staging or beta versions of pages that mirror production content.
  • Tag archives that aggregate the same posts as the main blog index.

How the noindex checker handles directives

Use the builder to assemble a directive from checkboxes — the tool keeps the syntax legal and concatenates the parts with the comma separator Google expects. Each option carries a one-line plain-English explanation of what it actually does, so you don't ship a directive you don't understand.

Use the parser to paste a meta tag you found in the wild and see what it means. The parser is permissive: it accepts whitespace variations and is case-insensitive, matching how Google's crawler interprets the tag.

FAQ

Robots.txt vs noindex meta tag — which should I use?+

Different jobs. Robots.txt blocks crawling — Googlebot doesn't request the URL. Noindex blocks indexing — Googlebot can crawl the page, sees the directive, and keeps the URL out of search results. To remove a page from Google, use noindex (allow crawling); to save crawl budget on bulk URLs you don't care about, use robots.txt.

Will Google obey noindex on a page blocked by robots.txt?+

No. If robots.txt disallows the URL, Google never fetches it and never sees the noindex tag — the page can still appear in results (without a snippet) if other sites link to it. Always allow crawling on URLs you want noindexed.

What does max-snippet:-1 mean?+

The -1 value means 'no limit' — Google may show as long a snippet as it wants. max-snippet:0 means 'no snippet'. A specific number caps the snippet at that character count. The default behavior (no directive) lets Google pick.

Want this checked sitewide, automatically?

7-day trial. From $29/mo. Cancel from the dashboard.