Google AI Mode
Google AI Mode is a conversational mode of Google Search: you ask a question in full sentences and Google returns a generated answer with links to the web pages that support it, instead of a page of ranked results. It divides the question into subtopics, searches for each one at the same time, and lets you keep going with follow-up questions in the same thread.
What is Google AI Mode?
Google describes AI Mode as its most powerful AI search experience, expanding what AI Overviews can do with more advanced reasoning and more ways of interacting. You enter it inside Google Search; it is not a block on a results page. It is available in the United Kingdom, among a long list of countries. Two mechanics matter here.
Fan-out. Google states that AI Mode groups the question into subtopics and searches for each one simultaneously, and that both AI Mode and AI Overviews may use a query fan-out technique, issuing multiple related searches across subtopics and data sources. Your pages compete on sub-questions you never wrote a page for. See query fan-out. Official recommendation
Grounding. Google says AI Mode relies on Search's understanding of web information so responses are supported by high quality web content, and that where confidence in a response is too low it shows web links instead. Retrieval first, generation second: the pipeline in how AI search finds sources.
How is AI Mode different from AI Overviews?
An AI Overview is a summary above conventional results for some queries. AI Mode is the whole search. Google's framing: AI Overviews help people get to the gist of a complicated topic more quickly, while AI Mode suits queries needing further exploration, reasoning, or complex comparisons. Three differences carry practical weight:
- Trigger. Google says AI Overviews are shown only when its systems determine they are additive to classic Search, and often do not trigger. AI Mode is entered on purpose.
- Follow-ups. AI Mode holds a thread. Google's Search Console documentation treats a follow-up as, in effect, a new query, with its own impressions, position and clicks.
- Models. Google states the two may use different models and techniques, so the set of responses and links they show will vary. Same index, same eligibility rules, different selections. Emerging
It is a different pipeline again from ChatGPT search, which runs on another company's crawler and index. All three sit side by side in one question, three surfaces.
How do pages get chosen in AI Mode?
Google's published answer is shorter than the advice industry's. Search Central states there are no additional requirements to appear in AI Overviews or AI Mode, nor other special optimizations necessary. Official recommendation
The technical requirement is one sentence: to be eligible as a supporting link in AI Overviews or AI Mode, a page must be indexed and eligible to be shown in Google Search with a snippet. There are no additional ones. Required
So the levers are the familiar ones: crawling allowed in robots.txt and by any CDN in front of it, content findable through internal links, important information present as text, structured data matching the visible page. Google adds that you do not need to create new machine readable files, AI text files, or markup to appear in these features, and that there is no special schema.org structured data you need to add. That is the primary source behind two entries in our folklore ledger, on llms.txt and on AI-specific schema. Contradicted
Eligibility is not a promise: Google states that meeting every requirement, best practice and policy does not mean it will crawl, index, or serve the content. Nobody can sell you a place in an AI Mode answer, because the operator says it is not on sale.
The controls work the same way. Google says AI is built into Search, which is why robots.txt directives for Googlebot are the control for crawling, and that nosnippet, data-nosnippet, max-snippet and noindex limit what is shown from your pages. There is no AI Mode opt-out that leaves you in ordinary Search. Google-Extended is a separate control covering some of Google's other systems: see crawler controls.
Can you see AI Mode traffic?
Partly, and less precisely than most tools imply. Google documents the counting: clicking a link to an external page in AI Mode counts as a click, standard impression rules apply, and position follows the same methodology as a Google Search results page. Search Labs experiment data is excluded.
What Google does not provide is a way to isolate it. Sites appearing in AI features are included in the overall search traffic in Search Console, reported in the Performance report within the Web search type, and that report's search-type filter offers web, image, video and news. No AI Mode filter is documented. Emerging
The honest statement is narrow: your AI Mode clicks are in your Search Console totals and cannot be pulled out of them. A vendor quoting an AI Mode share is quoting an estimate, whatever the dashboard calls it. What can be measured instead is in measurement and in the ledger entry on measuring AI visibility.
What Google has not said
- How supporting links are chosen from the fanned-out results. Google says its models identify supporting web pages while the response is generated, and stops there.
- How many links an answer carries, and whether the same question asked twice returns the same sources.
- What share of AI Mode answers to ordinary small-business questions cite independent sites rather than directories and large publishers. That gap is why we run a study: see the method and pre-registration and what we have measured so far.
What you can check yourself today
- Indexed and snippet-eligible. Run URL Inspection on your three most important pages. A noindex or nosnippet directive removes them from eligibility, by Google's stated rule.
- Reachable. Confirm Googlebot can fetch the page past your CDN, not only past robots.txt. Can AI reach your site at all? walks the checks.
- In text. Confirm the answer a customer wants is retrievable text, not an image or a script-built widget: static HTML and the JavaScript problem.
- Observed. Ask AI Mode your customers' questions, repeatedly, and record who it cites. That is observation, not measurement: prompt-set testing explains why the difference matters.
What bernard does about this
Eligibility is handled by the hosting: static HTML, a managed robots.txt and sitemap, and per-page indexing control, so pages start indexable and snippet-eligible (PRD 70; src/lib/sites/findability.ts). The Search Console figures that contain your AI Mode clicks are read back into the site's analytics page once measuring is on (PRD 84; src/lib/analytics/site-reader.ts), carrying the same limitation Google's own report has. verified
Being selected for an answer is not something bernard, or any platform, can cause or guarantee. Google says as much of its own product. not controllable
Common questions
What is Google AI Mode?
A conversational mode of Google Search. You ask in full sentences, Google returns a generated answer with links to the pages that support it, and you can ask follow-ups in the same thread. Google says it divides the question into subtopics and searches each one simultaneously.
Do you need special markup or a special file to appear in AI Mode?
No. Google states that you do not need to create new machine readable files, AI text files, or markup to appear in these features, and that there is no special schema.org structured data to add. The published requirement is that the page is indexed and eligible to be shown in Google Search with a snippet.
Can you see how much traffic AI Mode sends you?
Only inside your totals. Google documents that clicks on external links in AI Mode count as clicks, and that AI features are reported in the Search Console Performance report within the Web search type. That report's search-type filter offers web, image, video and news, so nothing documented separates AI Mode from the rest.
Can you opt out of AI Mode without leaving Google Search?
Not as a separate switch. Google states that AI is built into Search, which is why robots.txt directives for Googlebot are the control for crawling, and that nosnippet, data-nosnippet, max-snippet and noindex limit what is shown from your pages. Those apply to Search as a whole.
- Google Search Central, AI features and your website.
- Google Search Central, Google's Guide to Optimizing for Generative AI Features on Google Search.
- Google Search Help, Get AI-powered responses with AI Mode in Google Search.
- Google Search Console Help, Search Console data anomalies and methodology, AI Mode and AI Overviews sections.
- Google Search Console Help, Search performance report, search-type filter.