b2KIT

Meta Robots Tag Simulator

Simulate how meta robots directives affect indexing. Test noindex, nofollow, nosnippet, max-snippet, and max-image-preview combinations.

Tested tool guide Tested browser tools Checked August 16, 2026

What Meta Robots Tag Simulator does and how it behaves

Meta Robots Tag Simulator interprets a set of meta robots directives and separates their effects on indexing, following links, text snippets, and image previews. It is useful for checking combinations such as noindex with nofollow, or max-snippet with max-image-preview. The common mistake is treating nofollow as if it prevents indexing. It does not: noindex is the directive that requests exclusion from search results, while nofollow addresses whether supported crawlers should follow links found on the page.

How the result is produced

1

Directive interpretation

Enter the robots directives that would appear in the content attribute of a robots meta element. The simulator identifies supported tokens such as noindex, nofollow, nosnippet, max-snippet, and max-image-preview, then reports the outcome associated with each search behavior. Directive names are normally comma-separated, although whitespace may also appear around individual values.

2

Combination handling

The result treats indexing, link following, text snippets, and image previews as separate controls. A restrictive directive in one area does not automatically impose the same restriction elsewhere. When snippet directives overlap, the stricter instruction governs the simulated preview outcome. For example, nosnippet is more restrictive than a positive max-snippet value because it requests that no text snippet be shown.

Good uses

  • Checking whether a proposed robots meta tag excludes a page from indexing without confusing that decision with link-following behavior.
  • Reviewing an SEO template that combines noindex, nofollow, nosnippet, max-snippet, or max-image-preview before placing the tag on pages.
  • Comparing preview restrictions for pages containing licensed text or images where search-result snippets or image previews need tighter limits.

Limits and checks

  • The simulation does not inspect the live page, its HTTP X-Robots-Tag headers, duplicate robots meta elements, canonical signals, or directives aimed at a named crawler. Conflicting instructions outside the entered value can change the effective result.
  • Crawler support and interpretation can differ. max-snippet and max-image-preview describe permitted preview limits, not a promise that a search engine will display a snippet or image of that size.
  • A crawler must fetch the page to read its meta robots tag. If robots.txt blocks fetching, the crawler may never see noindex, so this simulation should not be read as proof that the URL will disappear from an index.

Common questions

Does nofollow also keep the page out of search results?

No. nofollow requests that supported crawlers not follow links discovered on the page. It does not request removal of the page itself from search results. Use noindex for that indexing instruction. Even then, the crawler must be able to retrieve the page and read the directive before it can act on it.

Can max-snippet or max-image-preview guarantee the exact search result appearance?

No. These directives set upper bounds on eligible preview content. max-snippet limits the permitted text snippet length, while max-image-preview selects the permitted image preview category. A search engine can still show a shorter preview, a different result format, or no preview. nosnippet requests no text snippet and is stricter than a positive max-snippet value.

References and verification

The behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools