- If I block these bots, can they still read my site?
- A compliant one will stop. The major AI companies' crawlers do respect robots.txt. But the file is a request, not a barrier, so a crawler that chooses to ignore it can still fetch your public pages. If you need to genuinely block a bot, you do that at your CDN or firewall, which enforces the block at the network level rather than relying on good manners.
- Will blocking Google-Extended remove me from Google?
- No. Google Search uses Googlebot, and Google-Extended is a separate agent that only governs whether your content is used for Google's generative AI training. Blocking Google-Extended leaves your normal search presence untouched. This is one of the most common misunderstandings, which is why the tool flags it directly.
- Should I block AI crawlers at all?
- That depends on your goal. If you want to be cited when people ask AI assistants for recommendations, blocking works against you. If you would rather your content was not used for training, blocking the relevant bots is reasonable. Many businesses allow the assistant crawlers and block only the bulk dataset scrapers. The tool explains each so you can decide, and does not assume blocking is right.
- Where does the file go and how long until it works?
- At your site root, yourdomain.co.uk/robots.txt, as a plain-text file. There is only one robots.txt per site. Changes are not instant, they apply the next time each crawler chooses to check the file, which varies from bot to bot. Publishing it does not retroactively remove anything a crawler already collected.
- What if a new AI crawler appears?
- Your file will not cover it until you add it. robots.txt only affects the user-agents you name, plus any wildcard rule you set. New bots launch and existing ones get renamed, so revisit the file periodically. A catch-all rule can help, but specific named rules are clearer and less likely to catch a crawler you actually wanted.