← HomeHow to Get Cited in AI
Answer

How do AI assistants choose which sources to cite?

By Jason Burns, Founder of HurcuLeads · Stuff Doer at Adolicious · Updated

Grounded AI assistants choose sources by running a retrieval query against a search index, ranking the returned pages using traditional relevance and authority signals, and then having the model select the passages it can quote with the highest attribution confidence.

The pipeline is documented at a high level by each provider. Perplexity's public FAQ describes retrieving from the open web and citing the pages it used. Google's AI-features documentation confirms that AI Overviews are generated on top of the same web index that powers classic search results, with the same crawl and quality guidance applying. OpenAI's crawler documentation lists OAI-SearchBot as the fetch layer for ChatGPT Search results.

Three signals show up across all of them: retrievability (the URL must be in the index and reachable), relevance (the passage must directly answer the user's question), and identity (the source must be attributable to a named entity). This is why QAPage markup with an author Person node and sameAs links, plus a self-canonical URL, disproportionately helps: it collapses the identity check.

The engines also prefer diversity — most answers stitch together two to five sources. Being one of those sources is achievable; being the only source is rare and usually reserved for primary documents.

Nothing in the public documentation supports the folk claim that a specific "AEO tool" or paid submission gets a page cited. The mechanics are boring: be crawlable, be authoritative, mark up the answer.

Related terms

Sources

Related questions people ask next

  • Why doesn't my business appear in ChatGPT?

    Your business doesn't appear in ChatGPT because ChatGPT's answer layer only cites pages its crawlers can fetch, parse, and confidently attribute — and most sites fail on at least one of those three.

  • How do I get cited by Perplexity?

    Get cited by Perplexity by allowing its crawler (PerplexityBot) in robots.txt, publishing server-rendered pages with a clear direct answer as the first sentence under each heading, and making the underlying URL rank on Bing — because Perplexity retrieves against public web indexes and its own crawl.

  • How do I get cited by Google AI Overviews?

    Get cited by Google AI Overviews the same way you earn any Google organic feature: publish helpful, people-first content on a crawlable, canonical URL with valid structured data, and rank well enough on the underlying query that Google's generative layer pulls your page into the source strip.

  • Does schema.org markup affect AI citations?

    Schema.org markup affects AI citations indirectly but reliably — it collapses the model's attribution problem by making the author, publisher, and answer text machine-readable, and it is the primary signal Google uses to render both classic rich results and the source strip in AI Overviews.