Skip to content
GigAI Tools
4 tools
Problem → solution

I don't know whether to allow or block AI crawlers

There's no universally right answer on training, but there is a wrong one: blocking the search bots by accident while trying to block training.

The quick answer

Decide per bot, not per company, because the three jobs have different costs. Blocking a training crawler like GPTBot or ClaudeBot keeps your content out of future models. Blocking a search crawler like OAI-SearchBot, PerplexityBot or Bingbot removes you from AI answers that cite and link you, which is direct lost traffic.

How to fix it

Follow these steps and you'll have it sorted in a couple of minutes.

  1. 1

    See what you block today

    Run the Access Checker on your live robots.txt. Many sites are blocking crawlers from a copy-pasted template nobody chose deliberately.

  2. 2

    Separate training from search

    Training bots build future models. Search bots build the indexes AI answers cite from. User-fetch bots read a link someone shared. They are separate decisions.

  3. 3

    Pick a policy

    The common deliberate choice is to block training while keeping every search and user-fetch bot allowed, so you stay citable without feeding model training.

  4. 4

    Generate the rules

    The AI Robots.txt Generator emits a correct group per bot and shows the concrete cost of each block before you ship it.

  5. 5

    Deploy and re-check

    Put the file at your domain root, then re-run the Access Checker on the live URL to confirm a CDN hasn't rewritten it.

Common mistakes to avoid
  • Blocking Googlebot or Bingbot to 'block AI'. That removes you from ordinary search, and Bing's index also powers ChatGPT Search.
  • Assuming Google-Extended is a crawler. It's a control token for Gemini training and grounding. Blocking it does not affect your Google Search rankings.
  • Expecting robots.txt to undo the past. It governs future crawling only and cannot remove content from a model already trained on it.
  • Forgetting subdomains. robots.txt is per-host, so a policy on your main domain does nothing for blog.example.com.

Frequently asked questions

Ready? Start with AI Robots.txt Generator

Free, private and instant: everything runs in your browser.