Meta Robots Tag Generator

Choose the crawler you want to control, toggle the directives that match your goal, and copy the exact tag or HTTP header. No manual syntax, no guesswork.

Meta Tags Index Control Crawler Directives

Target Bot

Choose which search engine crawler this meta tag is meant for. The name attribute changes based on your selection.

Index & Follow

Control whether this page appears in search results and whether crawlers follow its links.

noindex
Keep this page out of search results.
nofollow
Do not let crawlers follow links on this page.
none
Shortcut for noindex, nofollow together.
indexifembedded
Allow indexing if this page is embedded via iframe.

Preview & Snippets

Control how your page appears in search results, image previews, and video snippets.

nosnippet
Stop search engines from showing a text snippet.
max-snippet
Max characters for text snippet. -1 = no limit, 0 = no snippet.

-1 no limit, 0 no snippet

max-image-preview
Control the size of image previews.
max-video-preview
Max seconds for video preview. -1 = no limit, 0 = static image only.

-1 no limit, 0 static image

Additional Controls

Fine-tune indexing behavior for images, translations, and time-based expiry.

noimageindex
Prevent images on this page from being indexed.
notranslate
Stop search engines from offering a translation.
unavailable_after
Drop this page from the index after a date.
Deprecated Directives

These rules are no longer used by Google Search but are included for completeness and legacy site management.

noarchive Legacy
Block cached copies — Google no longer uses this rule.

Tag Preview

<!-- No directives selected -> the page defaults to index, follow -->

HTTP Header

For non-HTML files

Use this in your server config to control PDFs, images, videos, and other non-HTML resources.

<!-- No directives selected -> defaults apply -->

Active Directives

0
No directives selected. Defaults to index, follow.
No restrictions. Fully indexable.

Server Setup

Add the X-Robots-Tag to your server config for non-HTML files.

<Files ~ "\.pdf$">
    Header set X-Robots-Tag "noindex, nofollow"
</Files>

Why the Right Indexing Directives Protect Your Rankings

Search engines assume a page is indexable until you say otherwise. That default sounds harmless, but it means every thin tag page, expired offer, or internal search result you leave alone can end up in the index. Over time, low value pages compete with your real content for crawl attention and dilute the signals that help your best pages rank.

The robots meta tag is how you correct the default. One line in the head of a page tells Google whether to index it, follow its links, or show a snippet. The same logic travels through an HTTP response header for files that have no head section, like PDFs, images, and videos. Publishers who control this layer tend to see cleaner index coverage and more predictable rankings.

What you allow into the index becomes your brand in search

There is a behavioural angle worth noting. Users judge a site by what shows up in the results. When a stale or broken page appears above your strongest work, trust drops even if the main content is excellent. Index control is not just technical housekeeping. It is how you decide which pages represent your brand in front of potential customers.

Build a Directive Set That Matches Your Page Goal

Start with the basic cards. Use noindex when a page should stay visible to visitors but out of search results. Pair it with nofollow when you also want crawlers to ignore the links on it. Use nofollow on its own for pages you want indexed but where link equity should not pass, such as user generated content areas.

The preview cards handle how your page appears. Nosnippet stops search engines from showing a text summary, which matters for pages where the headline should speak for itself. Max snippet sets a character limit when you want some context but not the full text. Image and video preview controls give the same level of choice for visual content.

When the set is complete, generate the tag and drop it into the head section of the page. For files without HTML, apply the HTTP header through your server config. Finish by verifying the page with a robots meta checker so you can confirm crawlers read the directives exactly as intended.

All Tools | NFlow Technologies