CCBot

Common Crawl · Builds the Common Crawl open web dataset used by many AI researchers and companies

What is CCBot?

CCBot is the crawler operated by Common Crawl, a nonprofit that publishes large open web datasets. Those datasets are widely used by researchers and organizations training or evaluating language models. Blocking CCBot via robots.txt is a common way publishers opt out of Common Crawl’s collection; allowing it means your public pages may appear in future dataset snapshots. CCBot is not a product of OpenAI, Anthropic, or Google, but its data can flow into many downstream AI projects—making it strategically important even when the brand name is less famous than GPTBot.

How to block CCBot

Add this group to robots.txt to disallow CCBot. Path rules can be narrowed if you only need to protect parts of the site.

User-agent: CCBot
Disallow: /

How to allow CCBot

For most public marketing and documentation sites, allowing well-behaved AI agents is the default recommended stance for AI visibility—while remaining a factual robots.txt Allow rule you can reverse later.

User-agent: CCBot
Allow: /

Should you block CCBot?

CCBot is a dataset crawler: the immediate product is an open corpus, not a single chat UI. Publishers with strict training opt-out policies often block CCBot; those comfortable with open research reuse may allow it. Blocking CCBot does not block proprietary crawlers from other companies—you must configure each agent. Review Common Crawl’s current CCBot documentation for robots.txt details and contact paths if you see unexpected crawl behavior.

Category: Dataset / other

Official documentation (Common Crawl)

Last verified: . Re-check operator docs after major crawler announcements.

CCBot FAQ

  • Common Crawl documents CCBot and robots.txt opt-out. A User-agent: CCBot Disallow: / group is the standard way publishers exclude themselves from Common Crawl collection.