How Do I Get Cited by Claude?
Claude answers from training for general questions and retrieves and cites live web sources for current ones. To get cited, allow Anthropic's crawlers (ClaudeBot, Claude-SearchBot, Claude-User), be answer-first and reachable, and give it the well-evidenced content it reasons over.
To get cited by Claude, allow Anthropic's crawlers, be answer-first and reachable, and give it the clear, well-evidenced content it reasons over — because Claude retrieves and cites live web sources when a question needs current information, and answers from training otherwise. Credibility and clean structure matter especially for a model built around careful reasoning.
What's different about Claude
Claude (Anthropic) answers from training for general questions and retrieves and cites live web sources when a query needs current information. It uses its own crawlers — ClaudeBot (training), Claude-SearchBot (search indexing), and Claude-User (real-time fetches) — so you opt in explicitly. And because Claude is built around careful reasoning over its sources, it leans toward clear, internally consistent, well-evidenced content and away from vague or unsupported claims.
How does Claude source its answers?
Claude sources answers two ways. For general knowledge, it answers from its training — its parametric knowledge, which it can paraphrase but not reliably link. For current or specific questions, it retrieves live web results and cites the sources it uses. Linked citations come from that retrieval path, so — as with ChatGPT — being broadly known helps you be mentioned from memory, while winning retrieval is how you get cited with a link. The underlying flow is the universal retrieve-rerank-cite pipeline.
Which crawlers do I allow for Claude?
Allow Anthropic's three crawlers, each of which does a different job:
- Claude-SearchBot — indexes the web for Claude's search; allow it to be eligible for cited web answers.
- Claude-User — fetches a page in real time when a user's question requires it; allow it so Claude can read a page on demand.
- ClaudeBot — the training crawler; allowing it opts your content into model training (a separate, values-based choice that helps you be "known").
# Allow Claude's search + user-fetch (and, optionally, training)
User-agent: Claude-SearchBot
Allow: /
User-agent: Claude-User
Allow: /
User-agent: ClaudeBot
Allow: /This is the permission half of the access pillar; the full breakdown is in which AI crawlers should you allow? Make sure your content is in the server-rendered HTML, too — most crawlers don't run JavaScript, per why JavaScript breaks AI citation eligibility.
What content does Claude favor?
Claude favors content it can reason over confidently: clearly structured, internally consistent, and well-evidenced. Because the model is deliberately cautious about what it asserts, an unsupported or self-contradictory claim is exactly what it declines to repeat — while a passage backed by a specific statistic, a named source, or a direct quotation is safe to cite. This makes credibility an especially strong lever for Claude. The Princeton GEO study (arXiv 2311.09735) found quotations, statistics, and cited sources were the top tactics for AI visibility — guidance that lands with particular force for a reasoning-first model.
Where on the page should the answer go?
Lead with the answer, in a self-contained passage of roughly 120–180 words under a question-shaped heading — the extractability discipline every engine rewards. For Claude, pair it with tight logical structure: make the claim, then the evidence, then the implication, so the model can follow and trust the reasoning it's lifting.
How is Claude different from the other engines?
Claude differs in its sourcing mix and its temperament: it blends training-based answers with cited web retrieval (like ChatGPT), uses its own dedicated crawlers (like Perplexity), and reasons unusually carefully over what it cites. It doesn't share Google's or Bing's index, so visibility on those surfaces doesn't carry over. As always, winning one engine doesn't win the others — Profound found only ~11% citation overlap — so measure Claude separately.
How do you confirm you're cited by Claude?
Confirm it by testing with web search engaged and reading what Claude actually cites — distinguishing a linked citation from a memory-based mention:
- 1
Ask with web search on
Pose your real buyer questions to Claude with web search enabled, using current, specific phrasings that push it to retrieve rather than answer from memory.
- 2
Read the cited sources
Check whether your domain appears among the linked sources for each answer — a link is a retrieval citation; an unlinked name is recall from training.
- 3
Re-check crawler access
If you're never retrieved, confirm Claude-SearchBot and Claude-User are allowed and that your answer is in the server-rendered HTML.
- 4
Track over time, separately
Citations are volatile and Claude differs from other engines, so log results on a schedule and keep Claude's numbers on their own.
Common Claude mistakes
Blocking its crawlers: disallowing Claude-SearchBot or Claude-User removes you from cited web answers entirely. Unsupported claims: a reasoning-first model is especially reluctant to repeat assertions it can't verify — vague, sourceless content underperforms here. JavaScript-only content: if your answer isn't in the server-rendered HTML, Claude's crawlers can't read it (most don't execute JavaScript).
Your Claude citation checklist
Claude citation checklist
0 / 7
Each unchecked box is a place a competitor can beat you to the AI answer.
Where this fits in the Canon
Claude leans hardest on access (allow its crawlers, serve real HTML) and credibility (well-reasoned, evidenced content), on the universal extractability and authority foundation. Because it's its own engine, measure it with per-engine share of voice.
Related questions
Which AI crawlers should I allow?
ClaudeBot, Claude-SearchBot, and Claude-User each do a different job — allow the search and user bots to be cited.
Read the full answer →How do I add statistics, quotes & citations that get cited?
Inline evidence is the credibility lever Claude rewards most — here's how to do it.
Read the full answer →How is Claude different from ChatGPT and Perplexity?
Different index and temperament; the engines overlap only ~11% in what they cite.
Read the full answer →Frequently asked questions
- How do I get cited by Claude?
- Allow Anthropic's crawlers (ClaudeBot, Claude-SearchBot, and Claude-User) in robots.txt, make your pages crawlable and answer-first, and back claims with clear evidence — because when Claude needs current information it retrieves and cites live web sources. For general questions it answers from training, so broad authority that puts you in its knowledge also helps. Clear, well-structured, credible content is what Claude reaches for.
- Does Claude search the web and cite sources?
- Yes, when a question calls for current or specific information, Claude retrieves live web results and links the sources it uses; for general knowledge it answers from training without citing. Your path to a linked citation is the retrieval path — be reachable by Anthropic's crawlers, answer-first, current, and credible so Claude surfaces you when it checks the web.
- Which crawlers do I allow for Claude?
- ClaudeBot (Anthropic's training crawler), Claude-SearchBot (search indexing), and Claude-User (real-time user-initiated fetches). Allow Claude-SearchBot and Claude-User to be eligible for cited web answers; ClaudeBot governs training-data inclusion, which is a separate opt-in. If these can't reach your rendered HTML, Claude can't retrieve you.
- What kind of content does Claude favor?
- Claude is known for careful reasoning over its sources, so it favors content that is clearly structured, internally consistent, and well-evidenced — claims backed by specific statistics, named sources, and quotations. Vague or unsupported assertions are exactly what a cautious model declines to repeat, so the credibility pillar matters especially here.
Last updated .