Definition
Citation Crawlers vs Training Crawlers is the distinction between AI bots that fetch pages to ground a specific AI search answer in real time and bots that crawl to build a model's training or fine-tuning corpus. Confusing the two leads to wrong GEO priorities.
Citation crawlers, such as OAI-SearchBot and Claude-SearchBot, retrieve pages at answer time so the model can cite fresh, specific sources during query fan-out. Training crawlers, such as GPTBot, ClaudeBot, and CCBot, build the model's parametric knowledge over time. A page blocked to a training crawler may still be cited if a citation crawler can reach it, and a page open to training crawlers may never be cited if it is not answer-ready. See the Claude citation crawler visits over time report for how citation-crawler traffic grows separately from training crawlers.
For SEO and GEO teams, this means configuring robots.txt deliberately: allow citation crawlers on answer-worthy content, decide on training crawlers based on whether you want your content in the model's knowledge, and verify crawler identity with AI crawler verification. The how to see which AI bots are crawling your site guide covers detection.
Track citation-crawler and training-crawler traffic separately in your AI crawler logs, and correlate citation-crawler visits with citation share to confirm access translates into visibility.
Examples of Citation Crawlers vs Training Crawlers
- A brand blocks GPTBot (training) but allows OAI-SearchBot (citation) so its content is cited without entering the training corpus.
- A team uses the [Claude citation crawler visits](/data/claude-citation-crawler-visits-over-time) report to show citation-crawler traffic growing independently of training crawlers.
- A GEO team separates citation and training crawler traffic in [AI crawler logs](/glossary/ai-crawler-logs) and correlates citation-crawler visits with [citation share](/glossary/citation-share).
- A site owner reads the [AI bots crawling guide](/blog/how-to-see-which-ai-bots-are-crawling-your-site) and discovers a citation crawler was being blocked by mistake.
