AI Citations

How AI answer engines choose which pages to cite — the retrieved/mentioned/cited distinction, why citation isn't ranking or backlinks, and what actually makes a page more likely to be cited in Google AI Overviews, ChatGPT, Perplexity, and Copilot.

First published: Jul 3, 2026 · Last updated: Jul 22, 2026 · Advanced

An AI citation is the attributed source link an AI answer engine shows next to its generated text. It sits at the end of three distinct states — retrieved (the AI read your page, visible only in logs), mentioned (your brand named without a link), and cited (your URL shown as a source) — and most tools only see one of them. Citation runs on RAG over the same core index that powers ranking, so being crawlable, indexed, and snippet-eligible is the prerequisite. But it isn't ranking and it isn't backlinks: Ahrefs research points to the organic top-10 share of AI Overview citations falling sharply between mid-2025 and early 2026 (roughly 76% toward roughly 38%), though the exact methodology behind that comparison hasn't been independently reverified — treat the direction, not the precise numbers, as settled. Branded web mentions predict AI visibility better than Domain Rating, and ~90% of citations about a brand come from third-party sites. Being cited also rarely means a click — most AI sessions end without one. And a citation being shown is never proof the source actually supports the claim next to it — that's a separate check.

For OpenAI, OAI-SearchBot’s declared purpose is search visibility, while GPTBot has a separate training control. Evidence for this claim OpenAI identifies OAI-SearchBot as the crawler used to link to and surface websites in ChatGPT search results, separately from GPTBot training controls. Scope: OpenAI-declared crawler behavior; selection and citation are not guaranteed. Confidence: high · Verified: OpenAI: Crawlers For Google, supporting-link selection can draw on query fan-outQuery fan-out is the technique where an AI search system breaks a single user question into multiple related sub-queries, runs those searches concurrently, and synthesizes the retrieved results into one answer. Google confirms AI Overviews and AI Mode 'may use a query fan-out technique' issuing multiple related searches across subtopics. beyond a single result set. Evidence for this claim Google says AI Overviews and AI Mode show supporting links and can use query fan-out to find a wider and more diverse set of relevant pages. Scope: Google Search AI features; link selection is system-dependent. Confidence: high · Verified: Google: AI features and your website And a citation appearing at all is never proof that the cited page supports the adjacent claim — that’s a distinct check layered on top of attribution. Evidence for this claim Citation presence alone is not proof the cited source supports the adjacent generated statement; a study of four 2023 generative search systems found meaningful gaps between citation recall and citation precision. Scope: Findings from evaluated 2023 generative search systems (Bing Chat, NeevaAI, Perplexity, YouChat); supports the general citation-verifiability distinction, not current-system rates. Confidence: high · Verified: Liu, Zhang & Liang: Evaluating Verifiability in Generative Search Engines (EMNLP 2023)

TL;DR — An AI citation is the attributed source shown next to AI-generated text, selected at generation time from what the system retrieved via RAGRAG is the retrieve-then-generate pattern behind AI search: the system retrieves relevant passages from an external index at query time, injects them into the model's context, and generates an answer grounded in those sources — without changing the model's weights. — not ranked into a list. It’s the last of three states: retrieved (a logged request for your page; not proof the content reached the model’s context), mentioned (named in the text, no link), and cited (URL attributed). Google grounds AI Overviews in its core indexStoring a crawled page in the search index so it can appear in results. Crawled is not the same as indexed — Google selects what to keep, and indexing isn't guaranteed., so a page must be indexed and snippet-eligible to be cited — but citation ≠ ranking (Ahrefs research points to the top-10 share falling sharply, roughly 76% toward roughly 38%, between mid-2025 and early 2026, though the exact methodology comparison across the two studies is still unverified) and ≠ backlinks (branded web mentions correlate ~0.66 with AI visibility vs. ~0.33 for Domain Rating). Roughly 90% of citations about a brand come from third-party sites, and platforms cite wildly differently (Perplexity cites almost everything it retrieves; ChatGPT cites almost nothing). Even a citation usually produces no click — and a citation is never proof the source supports the claim next to it.

Citation is the last of three states, not the whole picture

Citation is one observable state, not shorthand for every way a system may have used your content. Source: /ai-search/measurement-and-reporting/retrieved-mentioned-cited/

Retrieved means a system requested or fetched the content, evidenced by logs or retrieval traces — that request is not proof the content reached the model's context. Mentioned means the answer used the brand, entity, or facts in its prose, evidenced by the answer text. Cited means the interface exposed a source link or citation to the page, evidenced by a visible source URL. These states need separate measurement.

© Patrick Stox LLC · CC BY 4.0 ·

Start with the distinction that fixes most measurement confusion. Your content can be in one, two, or all three of these states at once — and each requires a different tool to observe:

  • Retrieved. A log hit from an AI crawlerAI crawlers are bots from AI companies that fetch web pages to train language models, build AI-search indexes, or answer live user questions. They come in three categories, each with its own user-agent tokens and its own robots.txt controls. or live-inference botA crawler — also called a spider or bot — is an automated program that fetches web pages, extracts their links, and queues new URLs to visit. Search engines use crawlers to discover and download content for their index. shows a request was made to your page while the system processed a query. That’s real evidence of a fetch — but a request in your logs is not proof the content was pulled into the model’s context or used at all; logs show what was requested, not what was selected. This is detectable only in server logsLog file analysis is reading a web server's raw access logs to see exactly which URLs search engine crawlers actually requested, when, how often, and what status code they got. Unlike crawl tools or Search Console, logs are the unsampled, ground-truth record of what really happened. (AI crawlerA crawler — also called a spider or bot — is an automated program that fetches web pages, extracts their links, and queues new URLs to visit. Search engines use crawlers to discover and download content for their index. user-agentsA user agent is the HTTP request header a client (browser, crawler, or bot) sends to identify itself. For crawlers, a short user-agent token — a substring of that string — is what robots.txt rules actually target.), and it’s invisible to any tool that works purely by analyzing AI responses.
  • Mentioned. Your brand, product, or name appears in the generated text — with no hyperlink. The AI “knows about you” from training data or from retrieved content and names you without attribution. Measurable via response-analysis tools like Ahrefs Brand Radar.
  • Cited. Your page’s URL is shown as an attributed source — a clickable link, a numbered reference, or a named source box. This requires the AI to have both retrieved your content and decided it was worth attributing.

The gaps between them are the whole story. Content can be retrieved without being mentioned; mentioned without being cited; and — the inverse “ghost citation” problem — cited without your brand name ever appearing in the text. And a request observed in your logs is a distinct, weaker claim than “selected into the answer” — treat retrieval as evidence of a fetch, not proof of use. (The dedicated retrieved / mentioned / cited framing is worth its own treatment; this article is the citation-mechanics end of it.)

How the citation actually gets made: RAG over a live index

Citations are an output of Retrieval-Augmented Generation — the retrieve-then- generate pattern behind every major AI answer engine. Google’s own definition ties it directly to groundingGrounding is anchoring an AI model's answer to source documents it retrieves at the moment you ask — not to the patterns frozen into its weights during training. Retrieval-Augmented Generation (RAG) is the most common way to do it.: RAG is “a technique (also known as groundingGrounding is anchoring an AI model's answer to source documents it retrieves at the moment you ask — not to the patterns frozen into its weights during training. Retrieval-Augmented Generation (RAG) is the most common way to do it.) used to improve the quality, accuracy, and freshness of AI responses by relying on our core Search ranking systems to retrieve relevant, up-to-date web pages from our Search index.” (For the retrieval pipeline itself — chunkingChunking is splitting a document into smaller passages so AI systems can embed, index, and retrieve the single most relevant piece — not the whole page — in response to a query. It's a foundational step in RAG pipelines and the conceptual cousin of Google's passage ranking., embeddingsEmbeddings are dense numerical vectors — lists of floating-point numbers — that represent the meaning of text in a high-dimensional space. Semantically similar content lands close together, so search and AI systems can match by meaning, not just keywords., vector searchVector search finds content by comparing the meaning of a query against stored content as numerical vectors, retrieving the closest ones in a high-dimensional embedding space. At scale it uses approximate nearest neighbor (ANN) algorithms — not exact comparison — to search billions of vectors in milliseconds., re-ranking — see the sibling deep dives; here I care about what happens at the attribution step.)

Two consequences follow directly from that definition, and they’re the ones Google states outright:

  • There is no separate AI index. AI OverviewsAI Overviews are the AI-generated summary box Google shows above or within its regular search results, written by Gemini models from pages retrieved out of Google's normal Search index. It's a Search feature, not a separate platform or index. retrieve from the same core Search index as normal results, so “a page must be indexed and eligible to be shown in Google Search with a snippet, fulfilling the Search technical requirements. There are no additional technical requirements.” Crawlable, indexable, snippet-eligible is the citation floor. Block GooglebotGooglebot is Google's web crawler — the software that fetches pages so Google can index and rank them. It comes in two variants, Googlebot Smartphone (primary, under mobile-first indexing) and Googlebot Desktop, and runs an evergreen Chromium renderer. or return errors and you’re removed from eligibility entirely.
  • Retrieval is broader than the single query. Google runs query fan-outQuery fan-out is the technique where an AI search system breaks a single user question into multiple related sub-queries, runs those searches concurrently, and synthesizes the retrieved results into one answer. Google confirms AI Overviews and AI Mode 'may use a query fan-out technique' issuing multiple related searches across subtopics.: “Both AI Overviews and AI Mode may use a ‘query fan-out’ technique — issuing multiple related searches across subtopics and data sources — to develop a response.” Pages get retrieved for sub-queries that never appear in the visible answer. Those are the “dark” retrievals — content that contributed without attribution.

At the API level the architecture makes the retrieved-but-not-cited gap explicit: Google’s grounded generation returns the model’s text with inline citation annotations, each linking a specific text span to a source URL — but the full list of retrieved sources isn’t exposed to the end user. You see what got used, not what got read.

Why citation is not ranking (and the number that proves it)

One of the most useful directional findings for anyone doing this work: being cited by AI appears to be decoupling from ranking #1 over time. In Ahrefs’ research (the July 2025 study, then a March 2026 update run by Xibeijia Guan), the share of AI Overview citations that came from a top-10 organic position is reported to have fallen from roughly 76% in mid-2025 to about 38% by early 2026 — with BrightEdge’s independent number even lower. I want to flag this plainly: I haven’t been able to independently re-verify the exact methodology and denominator behind that 76%-to-38% comparison, so treat the direction (a declining top-10 share) as the takeaway, not the precise percentages, until that check is done. Google’s own explanation for the broader trend is that query fan-out is doing more of the sourcing: AI Overviews increasingly pull from the SERPs of sub-queries rather than the original query’s top 10 — and that mechanism is confirmed directly in Google’s own documentation, independent of the exact stat above.

Two practical reads:

  • Ranking #1 for your head query no longer guarantees a citation, and not ranking in the top 10 no longer excludes you. YouTube is a striking example — it’s the most-cited domain in AI Overviews and a large share of the YouTube URLs cited don’t rank in Google’s top 100 for the query at all. Video gets pulled in largely independent of classic ranking.
  • Citation eligibility is still gated by classic SEO (indexed + snippet-eligible) even as citation selection drifts away from rank position. Both things are true at once, which is why “AI killed SEO” and “AI is just SEO” are both wrong.

The other reflex — “more backlinks, more citations” — also underperforms the data. Ahrefs’ 75,000-brand study by Louise Linehan and Xibeijia Guan found that the strongest predictor of appearing in AI Overviews wasn’t Domain Rating or backlinks; it was branded web mentions, correlating around 0.664, versus roughly 0.326 for Domain Rating and lower still for backlink counts. In a separate analysis I ran, mentions on heavily linked pages also correlated with AI mentions.

That reframes the whole game. It’s not that authority stopped mattering — it’s that being talked about is a better proxy for what AI systems reward than being linked to. McKinsey’s finding sharpens it: a brand’s own website accounts for only about 5–10% of the sources AI platforms reference when discussing that brand. Roughly 90% of the citations about you live on third-party sites — publishers, review platforms, UGC, YouTube, Reddit. As I put it in my Ahrefs Evolve talk: the job used to be “optimize your site,” and now it’s “optimize how the internet talks about you.” Sixteen pages on Zapier’s site that mention Ahrefs were enough to get Ahrefs cited in over 1,400 AI responses — a level of leverage no amount of on-site tweaking matches.

Platforms cite completely differently

“Getting cited by AI” isn’t one behavior — the same page can be retrieved on two platforms with opposite attribution outcomes:

  • Perplexity runs a real-time web search for essentially every query and is built to be transparent about sources — it averages the most citations per response of any major platform and cites nearly everything it retrieves. It’s the least likely to “mention without citing.”
  • ChatGPT answers a great deal from training data with no retrieval at all, and when it does retrieve (via its Bing-powered search layer) it cites only a small fraction of the pages it fetched. Its overall citation rate is the lowest of the major platforms. This is the purest “mentioned but not cited” surface.
  • Google AI Overviews / AI Mode attach citations to specific text segments, source from the core index plus fan-out, and — as above — increasingly cite outside the top 10.
  • Microsoft Copilot exposes something the others don’t: grounding queries, the actual phrases it used to retrieve content that was referenced. That’s the closest any official tool comes to showing the retrieval layer.

The takeaway isn’t to chase one platform’s quirks — it’s that citation is probabilistic and inconsistent. AI responses are volatile; the same prompt run repeatedly produces different brand lists and different sources, so a single check tells you almost nothing.

There are also documented product and mode boundaries that a monitor should store as distinct outcomes instead of calling every missing link a publisher issue:

  • OpenAI’s web-search API: the sources field is the complete set of URLs the model consulted, while inline citations are a smaller selected set. A source can therefore be retrieved without being cited, and the API docs require displayed inline citations to be visible and clickable. This is an API contract, not proof that the ChatGPT consumer product exposes the same fields. Evidence for this claim In OpenAI API web search, the sources field lists all consulted URLs while inline citations show only selected relevant references; source count can exceed citation count, and search_context_size guarantees neither. Scope: OpenAI API web search response fields and configuration; not a claim about undisclosed retrieval or ChatGPT consumer-product presentation. Confidence: high · Verified: OpenAI API: Web search — Sources and search context size Evidence for this claim OpenAI requires inline citations to be clearly visible and clickable when an application displays web-search results or information from those results to end users. Scope: OpenAI API web search display contract; this does not assert identical fields or presentation in the ChatGPT consumer product. Confidence: high · Verified: OpenAI API: Web search — Output and citations
  • Microsoft Copilot: consumer Voice currently does not trigger web search, so no citation is expected. Evidence for this claim Microsoft's consumer Copilot transparency note says web-grounded text responses include citations, while voice prompts do not trigger web search and therefore have no citations. Scope: Consumer Microsoft Copilot Voice mode; Microsoft 365 Copilot and text/web-grounded modes have different behavior. Confidence: high · Verified: Microsoft Copilot: Transparency note In Microsoft 365 Copilot, when web search does run, the Sources view shows both the sources and the exact short query sent to Bing; that derived query usually uses only a few words from the prompt or file. Evidence for this claim Microsoft 365 Copilot's Sources view exposes the exact query sent to Bing and the sources used; the query generally uses a few prompt or uploaded-file words rather than the full input. Scope: Microsoft 365 Copilot Chat and agents when web search runs; organization policy can disable web search. Confidence: high · Verified: Microsoft 365 Copilot: How web search works
  • Gemini Apps: Google explicitly says not every response includes related links or sources. No Sources button means no links were provided for that response; it does not by itself prove that retrieval failed or that the publisher blocked anything. Evidence for this claim Gemini Apps may provide sources or related links, but not every response includes them; no Sources button means Gemini provided no links for that response. Scope: Gemini Apps source-link presentation; absence of links does not by itself establish retrieval failure or a publisher defect. Confidence: high · Verified: Google Gemini Apps: View related sources

The uncomfortable truth: cited ≠ traffic

Finally, temper the goal. Being cited is an awareness and authority signal far more than a traffic channel right now. Independent research (Pew) found that when an AI summary appears, only a small single-digit percentage of users click any link at all, and only about 1% click a cited source within the summary — with the large majority of AI searchAI search uses large language models and retrieval-augmented generation (RAG) to synthesize an answer from multiple sources rather than returning a ranked list of links. Examples include Google AI Overviews, ChatGPT Search, and Perplexity. sessions ending with no site visit. Optimize for citations because they build brand presence and authority in the answers people read — not because you should expect a click for each one.

Where this fits: citation is the attribution end of grounding and RAG, it runs on retrieval (chunking, embeddings, vector search, passage rankingPassage ranking is a Google AI system that scores individual sections ('passages') of a page so a single page can earn multiple relevance scores for different queries. Google still indexes whole pages — only the ranking changed.) upstream, and it lives next to the freshness and hallucination dynamics of AI answers. The mechanics are shared across this cluster; what’s specific to citations is the three-state distinction, the ranking/backlink decoupling, and the third-party-mention leverage.

Add an expert note

Pin an expert quote

New person? Create their unclaimed profile at /admin/experts/ → Pin a quote first.