Meta Robots Tag Generator
Build a valid robots meta tag for page-level indexing, link-following, snippet, translation, and image preview controls, then copy or download it for free.
What is a meta robots tag?
A meta robots tag is an HTML instruction that gives search crawlers page-level guidance about indexing and how links or search-result previews should be handled. It is usually written in the page's HTML with name="robots", or with a crawler-specific name such as googlebot.
This free meta robots tag generator builds the directive from clear controls for index, noindex, follow, nofollow, snippet limits, image previews, caching, and translation. It produces both a meta tag and an equivalent header-style value.
These rules are instructions, not a replacement for access control. A crawler must be able to fetch the page to read them, and a robots.txt block can prevent the crawler from seeing the directive. For PDFs and other non-HTML files, use an X-Robots-Tag response header instead.
How to use a meta robots tag
Choose the target
Use robots for a general rule, or select a supported crawler when only one search service should receive the instruction.
Set page behavior
Choose index or noindex and follow or nofollow, then add preview controls only when the page requirement calls for them.
Publish and test
Place the generated tag in the HTML, deploy it, and inspect the rendered source or response headers on the live URL.
For a private confirmation page that should remain accessible by link but out of search results, a common starting point is noindex, follow. For an indexable article with a controlled text snippet, add max-snippet:160 and review the live search behavior after deployment.
This tool complements the Robots.txt Tester. Use robots.txt for crawl access and a meta robots tag for page-level indexing and presentation instructions.
Common Use Cases
- Creating a noindex tag for staging, thank-you, login, or internal search pages.
- Adding nofollow or preview controls to a specific HTML page.
- Preparing crawler-specific Googlebot or Google News directives.
- Generating an X-Robots-Tag value for PDFs, images, videos, and other non-HTML resources.
- Standardizing page-level SEO instructions during a CMS migration.
FAQ
What is a free meta robots tag generator?
What is the difference between robots.txt and a meta robots tag?
How do I generate a noindex follow meta tag?
Where should I put a robots meta tag?
Can I use a meta robots tag for a PDF?
Should I use robots or googlebot as the meta tag name?
Does noindex remove a page immediately from Google?
Related Resources
Robots.txt Tester
Test whether a crawler is allowed to fetch a specific URL path.
Open tool →Robots.txt Generator
Build crawl rules for user-agent groups, paths, and sitemaps.
Open tool →Indexability Checker
Review noindex, canonical, redirect, and status signals on a live page.
Open tool →Meta Tag Checker
Inspect existing robots, title, description, and social metadata.
Open tool →For repeatable website research and extraction workflows, explore the Lection home page or see automation options on the pricing page.