Most GEO advice treats "getting cited by AI" as one undifferentiated goal, but the systems producing those citations are typically doing two distinct things in sequence, each with different requirements. Understanding both stages separately explains why some well-optimized content still doesn't get cited, and points at what to actually fix.

Stage one: retrieval

Before an AI system generates an answer, most production systems (Google's AI Overviews, ChatGPT's browsing/search mode, Perplexity) run a retrieval step: search a live or recently-crawled index and pull back a small set of candidate documents relevant to the query. This step behaves similarly to traditional search in that it's scoring documents for relevance — but the scoring mechanism typically isn't pure keyword matching.

Modern retrieval systems generally combine two signals: lexical matching (does the document contain the actual query terms or close variants) and semantic similarity (does the document's meaning, represented as a vector embedding, align with the query's meaning, even without exact keyword overlap). This dual approach is why a page can rank for the concept behind a query without containing the exact phrase, and also why keyword-stuffing a page with exact-match phrases doesn't reliably improve retrieval the way it might have against a purely lexical, keyword-matching search system.

Only a few documents make it through

Retrieval typically returns a small number of candidate documents — often single digits, occasionally dozens depending on the system — which then get passed to the generation stage. This is a much narrower funnel than traditional search's page-one results, let alone the full index. Being "reasonably relevant" isn't enough to consistently make it through this narrow a cut; you're competing to be among a handful of documents the system considers worth passing forward at all, not just to rank somewhere in a large results set.

Stage two: generation, grounded in what was retrieved

Once a small set of documents is retrieved, a language model generates the actual answer, instructed to ground its response in — and cite — those retrieved documents rather than relying purely on its own training data. This is where extractability becomes decisive: the generation model is looking for clean, confident, specific claims within the retrieved documents that it can use and attribute. A document that made it through retrieval but reads as vague, poorly structured, or difficult to extract a clear claim from can lose the citation to a different retrieved document that expresses the same underlying information more extractably — see structuring content for citations for the specific techniques that help at this stage.

This is also where corroboration plays a role: when multiple retrieved documents contain the same claim, the generation stage appears to draw confidence from that agreement, making the claim more likely to be included — and potentially citing more than one of the corroborating sources.

Why this two-stage view matters practically

A page can fail at either stage for different reasons, and the fix differs accordingly:

  • Failing retrieval — the page never becomes a candidate at all. This is closer to a traditional SEO problem: relevance, authority, indexation, and increasingly semantic alignment with how the topic is actually discussed, not just keyword presence.
  • Failing generation despite being retrieved — the page becomes a candidate but doesn't win the citation. This is a content-structure problem: the retrieved page doesn't offer a clean, specific, confidently-extractable claim the way a competing retrieved page does.

Content that's well-optimized for one stage and neglected for the other will underperform in ways that are hard to diagnose without separating the two. If a page you believe is authoritative and relevant still isn't getting cited, the more useful question often isn't "is this page relevant enough to be found" — it's "if this page were one of a handful of documents an AI system is looking at right now, is there a single sentence in it confident and specific enough to quote?"