GeoPromptTracker

AI crawler profile

What is CCBot? How to allow or block Common Crawl's crawler

Operator

Common Crawl

Purpose

AI model training

robots.txt

Respects robots.txt

CCBot builds Common Crawl, the open web archive that has served as foundational training data for many large language models, including early GPT models. Blocking CCBot is the single broadest AI-training opt-out available, since dozens of model builders consume the Common Crawl dataset downstream.

Does CCBot respect robots.txt?

Common Crawl is a nonprofit with a long public record of honoring robots.txt and crawl-delay directives.

Block CCBot with robots.txt

robots.txt — block
User-agent: CCBot
Disallow: /

Explicitly allow CCBot

robots.txt — allow
User-agent: CCBot
Allow: /

Should you block CCBot?

Blocking CCBot opts your content out of Common Crawl's model training — a legitimate choice for original content you don't want reproduced by AI. The trade-off: models trained without your content are less likely to know your brand or recommend it unprompted. There is no direct traffic loss today, since training crawlers don't send visitors. See our guide on whether to block AI bots for the full decision framework.

Check and monitor CCBot on your site

Frequently asked questions

What is CCBot?

CCBot is Common Crawl's web crawler for collecting AI training data. Common Crawl's crawler; its dataset is widely used to train LLMs.

Does CCBot respect robots.txt?

Common Crawl is a nonprofit with a long public record of honoring robots.txt and crawl-delay directives.

How do I block CCBot?

Add "User-agent: CCBot" followed by "Disallow: /" to your robots.txt file. The change takes effect the next time the bot fetches your robots.txt.

Does blocking CCBot hurt my Google rankings?

No. CCBot is separate from Googlebot, which handles Google Search indexing. Blocking CCBot has no effect on your traditional search rankings.

How can I tell if CCBot is crawling my site?

Search your server access logs for the string "CCBot". Our free AI Bot Log Analyzer does this in your browser: paste a log file and it counts hits per AI crawler, including CCBot, with per-path breakdowns.

Part of our directory of every known AI crawler, refreshed monthly. Last verified: 2026-07-15.