A page has to clear two gates before it appears as a citation in an AI answer. It has to enter the candidate pool, which is a retrieval problem and largely a search problem. Then it has to be picked out of that pool, which is a selection problem and is not a search problem at all.
The reason this matters commercially is simple. The second gate is where most brands are losing, and almost all the spending goes on the first.
The pipeline. Retrieval assembles a shortlist. A separate process decides which members of that shortlist get named. Production systems typically retrieve five to ten pages per sub-query and cite fewer.
Gate one decides whether you are in the room
Retrieval assembles a ranked shortlist for each sub-query the model generates. This is the layer that search engine optimisation was designed for, and on this layer it works exactly as advertised.
Everything an index knows is available here. Links, crawl history, site structure, freshness signals, domain-level authority. Google has stated plainly that its AI features sit on top of the existing Search ranking system, which makes ordinary SEO the mechanism at this gate rather than a proxy for it.
One detail is worth more than most content programmes. Published analysis puts roughly 87 percent of ChatGPT-cited pages among Bing's top results. If your sitemap has never been submitted to Bing Webmaster Tools, you are close to invisible on the largest AI search surface in the world, regardless of how you rank in Google.
Gate two decides whether you are the one quoted
By this stage your page has been reduced to an extract. Your backlink profile is not in the extract. Your domain rating is not in the extract. What survives is the text itself.
Agentic retrieval systems do not score candidates in isolation. They run pairwise judgements of the form: given this question, is passage A or passage B more useful? Thousands of those comparisons aggregate into a final ordering. Your page is judged against whatever else happened to be retrieved that day.
Clearing gate one gets you considered. It does not get you quoted, and the evidence that these are separate outcomes is stronger than most of the advice built on top of it.
The cited source is not the top-ranked source
This is the finding that should reshape how the category thinks, and it is barely quoted in the marketing literature. A controlled evaluation of a domain-specific retrieval system examined 277 references that appeared in final answers.
Only 173 of them came from the top ten documents that retrieval had ranked. The cited references sat at a mean rank of 4.89, with a median of 4.67 and a standard deviation of 2.40.
Where the citations actually came from. If retrieval rank determined citation, cited references would cluster at position one. They cluster around position five. Source: Enhancing Large Language Models with Domain-specific Retrieval Augmented Generation, arXiv 2409.13902.
The generation stage did not reach for whatever retrieval had ranked first. It reached into the middle of the list. The paper states it directly: the top-ranked documents by the retrieval system may not be the ones selected in the final response.
Authority behaves differently at each gate
At gate one, authority is decisive. Domain strength, link profile and topical history are precisely what ranking systems are built to weigh, and a stronger domain enters more candidate pools for more sub-queries. That effect is real and it compounds.
At gate two, it largely stops mattering. A controlled study compared two document sets answering identical clinical questions. One set averaged 303 academic citations. The other averaged 21.
A fourteen-fold authority gap, and no reliable advantage. Accuracy, readability and response time all showed no statistically significant difference between the two source sets.
Read that carefully, because it is easy to over-claim from. It does not say authority is worthless. Authority is a large part of what gets documents into a corpus in the first place. What it says is narrower and more useful: once two sources are both in front of the model, being the more authoritative one does not reliably win.
The link between ranking and citation is weakening
For a long time, ranking was a good enough proxy for citation that the distinction did not matter much in practice. That is changing measurably.
Directional rather than exact. The two figures come from different analysts measuring slightly different units, domains against pages, so read the change as direction rather than a precise delta.
Ranking still helps you into the shortlist. It no longer carries you through the second gate on its own, and the gap between those two statements is where the newer work lives.
Which gate are you failing?
The two failure modes need opposite responses, and telling them apart takes one afternoon rather than a subscription. Server logs are the cheapest diagnostic available and the one most teams have never looked at, because a crawler hit proves you cleared the first gate.
| What you observe | Which gate | What to do about it |
|---|---|---|
| No AI crawler hits in your server logs | Gate one | Crawlability and index coverage. Check robots.txt and submit to Bing. |
| Crawler hits, but no citations anywhere | Gate two | Editorial. Your pages are being read and passed over. |
| Strong rankings, weak AI presence | Gate two | The classic pattern. Rank got you into the pool and nothing carried you further. |
| Cited on one engine, absent on another | Both | Different retrieval corpora. Check index presence per engine before rewriting. |
| Cited, but for the wrong claim | Gate two | Your extractable passage is not the one you would have chosen. Rewrite the passage. |
What actually moves each gate
The work is different in kind, it sits with different people, and it costs differently.