Robots Meta Tag Generator
Build HTML meta robots tags and X-Robots-Tag headers for search engines and social bots.
Configure crawler directives:
index
Allow search engines to index this page
follow
Follow links on this page
noarchive
Do not cache/archive this page
nosnippet
Do not show text snippet in results
noimageindex
Do not index images on this page
notranslate
Do not offer translation of this page
<meta name="robots" content="index, follow">X-Robots-Tag: index, followRobots meta tags vs robots.txt
The <meta name="robots"> tag tells search engine crawlers how to handle a specific page. Unlike robots.txt (which controls crawling), meta robots tags control indexing and snippet behaviour — they are read after the page is fetched. Use noindex to remove a page from search results, and nofollow to prevent link equity from passing to external links. You can also target individual bots like googlebot or bingbot.
For whole-site crawl rules, use the Robots.txt Generator. For HTTP security headers, see the Security Header Generator.
Private & free — this tool runs entirely in your browser.