The editor: toggles that write valid directives
The heart of robot.guard is the editor. On one side you have two curated lists — the good bots and the AI scrapers — each a row you flip on or off. Tick Googlebot, Bingbot, DuckDuckBot, or the Internet Archive to explicitly allow them; switch off GPTBot, ClaudeBot, CCBot, or Google-Extended to disallow them. Every toggle writes a correct, standards-compliant User-agent / Allow / Disallow block for you, so a missed colon or a wildcard in the wrong place never silently breaks your file.
On the other side is a live preview of the exact robots.txt the toggles produce, updating as you click. What you see is what you download — there is no separate export step that might drift from the screen. When it looks right, you grab the file and drop it at your site root.
A maintained blocklist, not a static template
New AI crawlers appear constantly, and a robots.txt you wrote last year does not know their user-agents. robot.guard keeps a curated blocklist of known AI scrapers — who operates each one and what it is for — so you can shut out model-training and answer-engine bots without hunting through documentation. You stay in control: nothing is blocked unless you choose to block it.
For everything the curated lists do not cover, custom rules let you add your own user-agents and path patterns — disallow a heavy /search endpoint, allow a partner's crawler, or carve out a directory. It is a real editor underneath the friendly toggles.
Why this is worth doing
Unwanted crawlers cost real money: bandwidth, origin CPU, cache pollution, and skewed analytics. Trimming the bots that take the most and give back nothing reduces server load and hosting bills while leaving the crawlers that actually send you traffic untouched. For a content site, that is the difference between paying to train someone else's model and keeping your resources for your readers.
how it works
- 01
whitelist good bots
Tick the crawlers you want to keep from a curated list of search, social, and archive bots.
- 02
block ai scrapers
Switch off known AI user-agents, or add your own rules for anything custom.
- 03
preview & download
Watch the exact robots.txt build live, then download it for your site root.
frequently asked
- Do I need to know robots.txt syntax to use robot.guard?
- No. You work in toggles and simple rules; robot.guard writes the valid directives. The live preview shows the exact file so you can learn the syntax if you want to.
- Will blocking AI scrapers hurt my SEO?
- No. AI training crawlers like GPTBot and CCBot are separate from search crawlers like Googlebot. robot.guard lets you allow search and social bots while blocking the AI ones, so your search visibility is untouched.
- Does robot.guard host the file for me?
- Not in this version. You download the generated robots.txt and place it at your site root. That keeps you in full control of where it lives and how it is served.
- Can I manage more than one site?
- Yes. Each site gets its own saved config, so you can keep separate robots.txt files for your main site, docs, and shop and edit them independently.
Last updated June 9, 2026