LaunchRanked

AI crawler checker

Enter a domain. We read its robots.txt and tell you which AI and search crawlers can reach your homepage (or any path you enter).

What this checks

We fetch https://yourdomain.com/robots.txt the way a crawler does: following up to five redirects and reading the first 500 KB, which is where Google stops. We split the file into user-agent groups, work out which group each bot follows, and apply that group’s rules to the path you entered. Enter a bare domain and we test the homepage.

How robots.txt decides

  • A bot uses the group that names it. Only when no group names it does it fall back to User-agent: *. Groups don’t stack: add a User-agent: GPTBot group with one line in it and GPTBot stops reading every rule under *.
  • The longest matching rule wins. Allow: /blog/ beats Disallow: / for /blog/post. On a tie, Allow wins.
  • Status codes matter. A 404 means no restrictions. A 5xx error means crawlers such as Googlebot treat the whole site as blocked until the file comes back.

Training, search and user-triggered bots

AI companies now run separate agents for separate jobs. Training crawlers (GPTBot, ClaudeBot, CCBot, Meta-ExternalAgent) collect pages that may end up in model training data. Search crawlers (OAI-SearchBot, Claude-SearchBot, PerplexityBot) build the index those assistants use to cite and link sources. User-triggered agents (ChatGPT-User, Claude-User, Perplexity-User) fetch a single page because someone asked about it.

That split makes a middle path possible: opt out of training and still get cited. If you want to show up in ChatGPT search or Perplexity answers, their search bots need access. OpenAI says pages that block OAI-SearchBot won’t be shown in ChatGPT search answers; blocking GPTBot alone doesn’t do that.

Google-Extended and Applebot-Extended are different. They aren’t crawlers. They’re tokens that tell Google and Apple whether content their main crawlers already fetched can be used for AI models. Blocking Google-Extended doesn’t touch Google Search or AI Overviews.

Common fixes

  • Blocked by accident. A CMS setting, security plugin or CDN toggle added a blanket AI-bot block. Remove the groups for the search bots you want to keep.
  • A named group that forgot your other rules. Repeat your Disallow lines inside it, since the bot no longer reads the * group.
  • robots.txt served as an HTML page. Some hosts return a styled 404 page with status 200. Serve a real plain-text file, or a true 404.

Want a clean file? The robots.txt generator writes one with the presets above. Then check the rest of the page with the meta tag checker.

Questions

Does blocking GPTBot remove my site from ChatGPT?

No. GPTBot is OpenAI's training crawler. ChatGPT search relies on OAI-SearchBot, and live fetches for users come from ChatGPT-User. Blocking only GPTBot opts you out of training while leaving you eligible to appear in ChatGPT search.

Will blocking Google-Extended hurt my Google rankings?

No. Google says Google-Extended does not affect inclusion or ranking in Google Search. It controls whether your content is used for Gemini models. AI Overviews are part of Search and follow Googlebot's rules, so Google-Extended doesn't opt you out of them.

Why does a bot show Allowed when my robots.txt has a Disallow for it?

Usually the Disallow covers a different path, or a longer Allow rule matches the path you tested. Each result shows the exact rule and line number that decided, plus which user-agent group the bot followed.

How long until robots.txt changes take effect?

Crawlers cache robots.txt. Google generally caches it for up to 24 hours, so allow a day before expecting a change to show up in crawl behaviour.

Does robots.txt actually stop AI bots?

It stops crawlers that honour it, and the major AI companies document that their crawlers do. User-triggered fetchers can be an exception: Perplexity, for one, says Perplexity-User generally ignores robots.txt. It's a request, not a lock. Scrapers that ignore it need firewall or bot-management rules.

Autopilot · early access

Want this fixed automatically?

Autopilot checks your site, publishes researched articles at a safe pace, and tracks whether ChatGPT, Perplexity, Gemini and Claude cite you. $49/mo.

More free tools