Retrieved vs. Mentioned vs. Cited in AI

Retrieved, mentioned, and cited are three different things AI search can do with your content — each needs a different tool to measure and a different lever to fix.

First published: Jun 24, 2026 · Last updated: Jul 22, 2026 · Advanced
demand #6 in Measurement and Reporting#30 in AI Search#381 on the site

Retrieved, mentioned, and cited are three separate states, not one. Retrieved = an AI fetched your page (visible only in server logs — and the -User bots are the signal that matters). Mentioned = your brand is in the answer text with no link. Cited = your URL is linked. They don't move together: 99.6% of AI influence is invisible (OtterlyAI), ChatGPT cites only ~15% of what it retrieves, and even being cited rarely earns a click (1% per Pew). No single tool sees all three — you need logs for retrieval, brand monitoring for mentions, and citation tracking for citations.

TL;DR — Retrieved, mentioned, and cited are three distinct states with three distinct detection methods. Retrieved lives in your 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. — and the -User suffix botsA 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. (ChatGPT-User, Perplexity-User) are live-inference fetchers, a far better citation signal than training crawlersAI 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. like GPTBot. Mentioned is a brand-name string match in the response (Brand Radar). Cited is a linked URL (Brand Radar Cited Pages, Bing WMT AI Performance). They don’t move together: 99.6% of AI influence is invisible (OtterlyAI), ChatGPT cites ~15% of what it retrieves, ~82.9% of B2B citations come from third-party sites, and even a citation earns a click ~1% of the time. No single tool sees all three; you need a stack.

The three states — and why conflating them costs you

Retrieved, mentioned, and cited are separate observations with separate evidence. Source: /ai-search/measurement-and-reporting/retrieved-mentioned-cited/

Retrieved means a system fetched or selected the content as candidate context, evidenced by logs or retrieval traces. 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. A later state does not make every earlier state directly observable.

© Patrick Stox LLC · CC BY 4.0 ·

A model may use retrieved information without displaying a link, so external measurement cannot always prove the internal source path. Evidence for this claim Official or primary documentation supporting the adjacent article claim, with scope limited to the source's published description. Scope: No ranking guarantee or undisclosed system mechanics are inferred beyond the cited source. Confidence: high · Verified: OpenAI: ChatGPT search 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. permissions indicate access policy, not guaranteed retrieval, mention, or citation. Evidence for this claim Official or primary documentation supporting the adjacent article claim, with scope limited to the source's published description. Scope: No ranking guarantee or undisclosed system mechanics are inferred beyond the cited source. Confidence: high · Verified: OpenAI: Crawlers

Most “AI visibilityLLM visibility (or AI visibility) is the aggregate measure of how often and how prominently a brand or page shows up in AI-generated answers — across AI Overviews, ChatGPT, Perplexity, Copilot, and Gemini. It's the AI-search analog of organic visibility, but it's driven by different signals.” conversations collapse three different events into one word. They’re not the same thing, and treating them as one is how people end up optimizing for the wrong signal and measuring the wrong number.

Retrieved — an AI’s retrieval system fetched your page as source material while it was generating an answer. This is the retrieval/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. phase of 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. (retrieval-augmented generation). The model “read” you. You may get no mention and no link out of it. The only place this shows up is your server logs — no response-analysis tool can see it, because nothing about it appears in the answer.

Mentioned — your brand, product, or name appears in the generated text, but with no hyperlink and no source attribution. The model knew about you, often from training data alone, and dropped your name in. “Tools like Ahrefs, Semrush, and Moz can help with keyword research” — that’s three brands mentioned, zero links. Detectable by string-matching the response corpus (Brand Radar).

Cited — your URL is included as an attributed source: a clickable link, a numbered reference, a named source box. This requires the AI to have both retrieved your content and decided it was worth attributing. It’s what everyone calls “AI SEOAI search optimization is the practice of making your brand and content visible, citable, and accurately represented across AI-powered search — Google AI Overviews, ChatGPT, Perplexity, Copilot. It's built on traditional SEO plus a heavier emphasis on off-site brand mentions and content AI systems can cite. success” — and it’s the tip of the iceberg.

The key gap: content can be retrieved without being mentioned, and mentioned without being cited. Each state needs a different measurement tool and a different optimization lever.

The distinction that matters most: training crawl vs. live inference

This is the single most useful thing to understand about detecting retrieval, and it’s the one I see skipped constantly.

AI companies run two different kinds of bots, and they mean completely different things in your logs:

  • Training / indexingStoring 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. crawlersGPTBot, ClaudeBot, PerplexityBot, Googlebot-Extended. These crawl to build or update a model or a search index. A GPTBot hit tells you OpenAI might use your content someday, somewhere. It has no direct connection to any specific citation event.
  • Live-inference / citation fetchersChatGPT-User, Claude-User, Perplexity-User. These fetch your page in real time, during an actual user conversation, to ground a specific answer.

That -User suffix is the tell. A ChatGPT-User hit in your logs is about as close as you can get to knowing “OpenAI just fetched this page to potentially cite it in a live answer.” As Screaming Frog puts it: “For citation bots like ChatGPT-User or Perplexity-User, every error response is a missed opportunity… if they can’t access it, your site won’t appear in the response.” A 404 or a CDN block to one of these bots is a citation you lost in real time.

Don’t conflate the two. “GPTBot crawled me, so ChatGPT will cite me” is a myth — they’re fundamentally different signals.

Why the gap is so wide — the invisible-influence problem

The states diverge far more than most people expect:

  • 99.6% of AI influence is invisible. OtterlyAI’s analysis of Bing Webmaster Tools 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. data found the overwhelming majority of retrieval never surfaces as a user-visible, attributed citation. This is the most concrete published number on the retrieved-but-not-cited gap.
  • ChatGPT cites only ~15% of the pages it retrieves (Leapd / Discovered Labs). Being in the retrieval pool is necessary but nowhere near sufficient.
  • Your own site is rarely the source. ~82.9% of B2B citations come from third-party sites (Discovered Labs); McKinsey puts a brand’s own website at just 5–10% of the sources AI references about it. The internet talking about you matters more than your own pages.
  • Even being cited rarely earns a click. In Pew’s March 2025 U.S. browsing study, users clicked a standard result in 8% of Google visits with an AI summary (vs. 15% without) and clicked a cited source in 1%. In Semrush’s separate clickstream sample, 92–94% of Google AI Mode sessions did not lead to an external-domain visit.

So the gap compounds: retrieved → mentioned → cited → clicked, and you leak volume at every step.

The counterweight — and the reason this is still worth doing — is quality. At Ahrefs, June 2025 internal data showed AI traffic converting at 23x the rate of traditional organic trafficVisitors from unpaid search results — it compounds without ad spend.: about 0.5% of visitors came from AI but accounted for ~12.1% of signups during the measured 30-day period. Few clicks, but the ones you get are extraordinary.

How each platform handles retrieval and citation

Same content, same query, wildly different attribution outcomes by platform:

  • ChatGPT (OpenAI) — base training data plus a retrieval layer when search is on. ChatGPT Search launched on Bing’s index, but OpenAI also runs its own crawler (OAI-SearchBot) for independent fetching and indexingStoring 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., and hasn’t published the current mix between the two — treat “it’s basically Bing” as a simplification, not a documented fact. Cites ~15% of what it retrieves; ~0.59% citation rate across tested topics — the lowest of the majors. It will happily discuss your brand from training data with no retrieval and no citation — the purest “mentioned but not retrieved or cited.”
  • Perplexity — runs a real-time search on every query with its own PerplexityBot. Averages 21.87 citations per response, the highest of any major platform, and is the least likely to mention without citing. The most transparent platform.
  • Google 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. / AI Mode — your organic index + Knowledge GraphThe Knowledge Graph is Google's database of entities — people, places, organizations, and things — and the factual relationships between them. It's separate from any single website's structured data: your schema markup is one of many possible inputs to the graph, not the graph itself., with Gemini generating the answer. Uses 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. (one user query → many internal sub-queries), so pages get retrieved for sub-queries that never appear in the visible answer — dark retrieval by design. Citations attach to specific text segments via url_citation annotations.
  • Bing Copilot — Bing index + GPT layer; averages 6.89 citations per response. As of Feb 2026 it has the first official webmaster tool exposing grounding/citation data (see Official Docs).
  • Claude (Anthropic) — frequently answers from training data with no retrieval and 0 citations, but when it does retrieve, it’s among the highest quality and most likely to cite clear, well-structured content. Lowest retrieval frequency, highest retrieval-to-citation ratio.

How to detect each state

Retrieved → server logs. Logs record every bot request, including from AI crawlers that mostly fetch raw HTML without renderingTurning HTML, CSS, and JavaScript into the final visual page and DOM. JavaScript — that varies by provider, though: Google’s Gemini-based answers reuse 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.’s renderer, so don’t assume every AI crawler skips rendering. None of it shows up in GA. Watch the 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 above all separate -User (live inference) from the base crawlers (training). Tools: Screaming Frog Log File Analyser, Botify, Ahrefs Bot Analytics, Cloudflare. The limitation: logs prove a fetch happened, not that you were cited. And standard analytics misclassify the majority of AI referrals as direct traffic — logs are the only place the full retrieval picture is visible.

Mentioned → brand monitoring. Ahrefs Brand Radar string-matches your brand against a large search-backed prompt corpus across ChatGPT, Gemini, Copilot, Perplexity, AI Overviews, AI Mode, and Grok. The filter that matters here is Response contains {your brand}. The catch: it runs a static prompt library and can’t see the AI-internal “dark queries” that make up most of the real retrieval surface, and AI answers are wildly inconsistent run to run (SparkToro: <1 in 100 chance of identical brand lists across 100 runs of the same prompt). Treat it as a directional trend, not a precise count.

Cited → citation tracking. Brand Radar’s Cited Pages (your pages that get cited) and Cited Domains (which third-party sites get cited when you’re discussed) reports; Bing Webmaster ToolsMicrosoft's free portal for monitoring and improving how a site appears in Bing search — the peer to Google Search Console, plus IndexNow instant indexing, richer backlink data, and keyword volumes. Because Bing's index also feeds Microsoft Copilot, it doubles as a window into AI-search visibility. AI Performance for official Copilot data; GSC for AI Overview traffic (it lands under the Web search type). The “found but not cited” move — Response contains {your brand} AND citation does not contain {your domain} — isolates exactly the gap: answers shaped by you, with no link to you.

Two inverse gaps worth knowing

  • Mentioned, never retrieved or cited. A model names your brand straight from training data, no live fetch, no link. Common for well-known brands.
  • Cited, never mentioned (“ghost citations”). Superlines found Gemini cited one domain 182 times in 30 days while saying the brand name zero times — 73% of that brand’s AI presence was citations with no name attached. You’re feeding the answer authoritative signals while the user never associates it with you.

This is why mention tracking and citation tracking have to run in parallel — neither one implies the other.

What to do about the gaps

  • Retrieved but not cited — first, stop losing it at the door: no errors or CDN blocks to -User bots. Then improve completeness and structure (clear, direct answers high on the page; question-mirroring headings). In Discovered Labs’ January 2026 analysis, semantic completeness correlated ~0.89 with citation likelihood in Google AI Overviews — their own reported figure, not an independently audited one.
  • Mentioned but not cited — build more explicit attribution signals on-page, and lean into the bigger lever: get the internet talking about you. Ahrefs’ #1 predictor of appearing in AI Overviews is branded web mentions (correlation 0.664 — well above Domain Rating at 0.326 or backlinks at 0.218), from the 75,000-brand study by Louise Linehan and Xibeijia Guan. Sixteen pages on Zapier mentioning Ahrefs was enough to put us in 1,431 AI responses.
  • Cited but no traffic — this is mostly the current reality; optimize for being named alongside the citation (so there’s brand recall even without a click) and for the higher-value query types where AI traffic converts.

That’s the strategic shift in one line: SEO was “optimize your site.” Now it’s “optimize how the internet talks about you.” Optimizing your own pages affects whether you can be retrieved and cited; optimizing the conversation about you affects whether you get mentioned and whether third-party citations multiply your reach.

The measurement stack you actually need

No single tool covers all of this. The honest answer is a stack:

  • Logs → the retrieval layer (Screaming Frog, Botify, Ahrefs Bot Analytics).
  • Brand monitoring → the mention layer (Brand Radar, manual prompt testing).
  • Citation tracking → the cited layer (Brand Radar Cited reports, Bing WMT AI Performance).
  • GSC + GA4 → the traffic layer (and remember GA4 hides most AI referrals as direct).

One last caution: AI answers churn hard — roughly 40–60% of cited sources change month to month, and ~70% of AI Overview content changes for the same query. Track trends over many runs, not single snapshots, and don’t over-fit to a number that’s this volatile.

Add an expert note

Pin an expert quote

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