Meta Tag Generator
Meta Tag Generator that outputs clean, copy-ready code for better rankings.
Generate a robots.txt file — set whether crawlers and AI bots may access your site and point them at your sitemap, then copy the result to your site root.
Your browser is preparing the tool. It runs 100% locally.
Toggle whether to allow all crawlers and whether to explicitly allow AI bots (GPTBot, ClaudeBot, PerplexityBot and Google-Extended), add your sitemap URL, and the tool writes a robots.txt you save at your site's root. robots.txt is the standard, RFC 9309 way to guide crawlers — but it is advisory: well-behaved bots obey it, and blocking a page does not guarantee it stays out of search. It runs in your browser.
It produces a simple, valid robots.txt: a User-agent star block set to Allow / or Disallow / depending on the first toggle, optional explicit Allow blocks for the major AI crawlers, and a Sitemap line pointing at your XML sitemap. Save it as robots.txt at the root of your domain.
The AI toggle is about being explicit. When it is on, the file spells out that GPTBot (OpenAI), ClaudeBot (Anthropic), PerplexityBot and Google-Extended (Google's AI training) are allowed. It is a clear, public statement of your stance for the crawlers that honour it.
The file is plain text with a fixed grammar: User-agent lines name a crawler, and Allow or Disallow lines set what it may fetch. A path of / means the whole site. The tool assembles those lines from your toggles and appends the Sitemap directive so crawlers can find your URL list.
robots.txt belongs at exactly one place — yourdomain.com/robots.txt — and crawlers read it before fetching other pages. It became an official internet standard (RFC 9309) in 2022, formalising rules that had been a de-facto convention since 1994.
User-agent: *
Allow: / (or Disallow: / when 'allow all' is off)
(optional) Allow blocks for GPTBot, ClaudeBot, PerplexityBot, Google-Extended
Sitemap: your-sitemap-URLAllow-all or disallow-all only — no per-path rules or crawl-delay. Turning the AI toggle OFF removes the explicit allow blocks; it does not add a Disallow, so those bots still fall under the User-agent star rule.
| Inputs | sitemap URL, allow-all toggle, allow-AI toggle |
|---|---|
| Output | User-agent star rule, optional AI allow blocks, Sitemap line |
| Granularity | allow-all or disallow-all (no per-path rules) |
| AI bots named | GPTBot, ClaudeBot, PerplexityBot, Google-Extended |
| File location | yourdomain.com/robots.txt (root only) |
| Where it runs | In your browser — nothing uploaded |
robots.txt is advisory. Reputable crawlers (Google, Bing) obey it, but it does not enforce anything — some bots, including certain AI scrapers, ignore it outright. It guides behaviour; it is not a lock.
Disallow is not the same as noindex. A page blocked in robots.txt can still appear in search if other sites link to it — Google just shows it without a description. To truly keep a page out of search, use a noindex meta tag and leave the page crawlable (do not block it here). Note that Google has ignored noindex inside robots.txt since 2019.
Turning off 'Allow AI bots' does not block them. It only removes the explicit Allow blocks; those crawlers then fall under User-agent star, so they are still allowed if 'allow all' is on. To actually block an AI bot you would add a Disallow rule for it, which this tool does not generate.
It only does whole-site allow or disallow. There is no way here to block a single folder, add a crawl-delay, or set different rules per bot beyond the AI block — edit the file by hand for that.
It must live at the root as yourdomain.com/robots.txt. A robots.txt in a subfolder is ignored, and the Sitemap line should be a full absolute URL.
Create a first robots.txt that allows crawling and points at your sitemap.
Explicitly allow (or, after editing, block) AI training crawlers.
Switch to Disallow / to discourage crawling of a site that is not ready.
Add the Sitemap directive so crawlers discover your URL list.
Need to keep a page out of Google? Use a noindex meta tag, not robots.txt. Need per-folder rules or to block a bot? Edit the file by hand after generating the base.
Builds a valid robots.txt with a sitemap line and optional AI-bot allow blocks; it is explicit that robots.txt is advisory, that Disallow is not noindex, and that turning the AI toggle off does not block those bots.
Meta Tag Generator that outputs clean, copy-ready code for better rankings.
Keyword Density Checker online — accurate, standards-compliant and free for SEO work.
UTM Link Builder online — accurate, standards-compliant and free for SEO work.
Open Graph Generator that outputs clean, copy-ready code for better rankings.
SERP Snippet Preview online — accurate, standards-compliant and free for SEO work.
Schema Markup Generator online — accurate, standards-compliant and free for SEO work.
It is free, private and runs entirely in your browser — no sign-up, no uploads, no limits.