An AI assistant can name a page that does not rank for the question, but the case where that happens is narrow: the assistant answered from its own weights instead of running a search. When an assistant does run a search, the page has to be findable in whatever index that assistant reads before it can be quoted, which is why ranking is a prerequisite for citation in every retrieval-backed answer. The two mechanisms produce different artefacts, and the difference is visible from the outside. Retrieval produces a link. Memory produces a name with nothing behind it.
What has to be true before an answer engine can quote a page
Before an answer engine can quote a page, three things have to be true, in order. The page has to be in the index the engine reads, and that index is not always Google's — for ChatGPT search it is Bing's index. The page has to come back for the query the engine actually issued, which is frequently a rewritten version of what the person typed rather than the words on screen. And the passage the engine wants has to be in the HTML that was fetched, not assembled by a script after load. A page that fails the first of those cannot be quoted no matter how well the third is handled.
How do you tell a retrieved citation from a remembered mention?
A retrieved citation and a remembered mention look similar in an AI answer and behave nothing alike. A retrieved citation came from a document the engine fetched during the answer, so it carries a URL that resolves and it can contain facts newer than the model. A remembered mention came out of the weights, so it carries a name and often no URL, it cannot contain anything the model was not trained on, and asking for the source produces a plausible address that may return 404. Five signals separate them.
None of the five signals is conclusive on its own, and the first one is the one worth checking first. An answer that names a company and offers no link has not read that company's site during the answer, whatever else it did.
A mention with no link produces no referral, no landing page and no row anywhere in your analytics, because no request was ever made to your server. This is the harder half of the zero-click problem: a zero-click impression at least leaves an impression row in your own Search Console, whereas a name spoken inside a model's answer leaves no artefact on your side at all. If a founder tells you an assistant recommends their product, the honest position is that this is a report of one session, not a measurement, until it is reproduced.
Wanting to be quoted by an answer engine is a retrieval problem before it is a writing problem, and the order matters because effort spent on the second while the first is failing returns nothing. The work divides cleanly:
Being quoted without ranking is not a strategy anyone can execute, because the mechanism that produces it is the model's training run and nobody outside the lab schedules that. The mechanism you can act on is retrieval, and retrieval is the one that also sends you a visitor.
Is it worth optimising for AI answers before you rank?
The work overlaps almost entirely, so it is not a separate budget. Being in the index, answering the question in the first hundred words, keeping the answer in server-rendered HTML and writing self-contained passages all help a page rank and all help it be retrieved. What does not transfer is chasing a mention with no link, because it cannot be verified, cannot be repeated on demand and sends nobody to the site.