Google AI Overviews
A Google AI Overview is a generated summary that appears above the ordinary results for some searches, with links to the web pages that support what it says. Google's rule for being one of those links is short: the page must be indexed and eligible to be shown in Google Search with a snippet, and there are no additional technical requirements.
What is a Google AI Overview?
Google describes AI Overviews as a way to help people “get to the gist of a complicated topic or question more quickly”, and as a jumping-off point to links that go deeper. Official recommendation The part most descriptions leave out is that the feature is intermittent. In Google's words, AI Overviews “are only shown when our systems determine that it is additive to classic Search, and as such, often don't trigger.” It is not a fixed part of a query's results page, and for many queries it never appears.
How does a page get used in an AI Overview?
The eligibility rule is published and unambiguous. To be shown as a supporting link in AI Overviews or AI Mode, Google states, 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.” Required
Eligibility is not selection, and Google says so in the same document: meeting every requirement, best practice and policy “doesn't mean that Google will crawl, index, or serve its content. Indexing and serving isn't guaranteed.” Official recommendation Nobody can sell you a place in an AI Overview, because the operator says there is no place to sell.
What Google names as worthwhile is the ordinary work: crawling allowed in robots.txt and by any CDN in front of it, important content in textual form, findable internal links, a good page experience, structured data matching the visible text. Official recommendation The list looks familiar because it is the list from before. See can AI reach your site at all? for the checkable half.
Does structured data help?
Not as a way in. Google's guidance is direct: “You don't need to create new machine readable files, AI text files, or markup to appear in these features. There's also no special schema.org structured data that you need to add.” Contradicted
Ordinary structured data still earns its place, and Google asks that it match the visible page. It is a foundation, not a door. Three claims sold as doors are recorded with their evidence in the folklore ledger: special AI schema, chunking your articles for machines, and llms.txt as a ranking lever, which our own crawler logs record as unrequested.
Can you opt out?
Not from AI Overviews alone. Google's position is that “AI is built into Search and integral to how Search functions, which is why robots.txt directives for Googlebot is the control for site owners to manage access to how their sites are crawled for Search.” To limit what is shown from a page, it names four preview controls. Official recommendation
nosnippetstops a text snippet or video preview for the page, across web search, Images, Discover, AI Overviews and AI Mode. Google states it “will also prevent the content from being used as a direct input for AI Overviews and AI Mode”.max-snippet:[number]caps the characters used as a snippet, and Google states it “will also limit how much of the content may be used as a direct input for AI Overviews and AI Mode”.data-nosnippetmarks part of a page instead of all of it, onspan,divandsectionelements only.noindexremoves the page from Search altogether, AI features included.
Read those as a trade, because that is what they are. The directive that keeps your text out of an AI Overview also removes or shortens the description under your ordinary result. Nothing separates the two.
Google-Extended is a different lever, covering training and grounding in Google's other systems rather than AI features in Search: see crawler controls: search vs training. None of it is instant either, since Google says crawling “can take anywhere from several days to several months”.
How do AI Overviews relate to ordinary ranking, and to AI Mode?
Google states that the same foundational SEO best practices apply and that no additional optimisation is needed. Your conventional Google health is your AI Overviews health; there is no second door. Official recommendation Both features may use what Google calls query fan-out, “issuing multiple related searches across subtopics and data sources” to build a response, which changes what a page has to cover: see query fan-out.
They are not one system, though. Google says the two “may use different models and techniques, so the set of responses and links they show will vary.” The side-by-side comparison with ChatGPT sits on one question, three surfaces.
What can you verify for yourself?
Search Console is the instrument Google gives you, and it is worth knowing what it reports. Sites appearing in AI features are counted in overall search traffic, in the Performance report under the Web search type. A click on a link inside an AI Overview counts as a click. An AI Overview “occupies a single position in search results, and all links in the AI Overview are assigned that same position”. Official recommendation
Now the limits. Google documents no filter that isolates AI Overview impressions, so an AI Overview appearance and an ordinary result arrive in the same totals, and Search Labs experiments are excluded entirely. You can see that your Google numbers moved, and not whether AI Overviews moved them. A dashboard quoting a clean AI Overviews visibility figure from this data is reporting something the source does not separate: see why citation counts aren't enough.
What is not known
Google publishes the eligibility rule and almost nothing about the choice made after it. How the supporting links are picked from the eligible set, how stable that pick is between identical searches, and how often a small business is chosen over a directory or an editorial round-up: none of that is documented, and none of it should be asserted. Emerging
Those gaps are why we run a study rather than repeat advice. The Small-Business AI Citation Benchmark was pre-registered before any data existed, and what we have measured so far is the running account, including readings too small to report.
What bernard does about this
bernard handles the eligibility precondition on hosted sites and nothing beyond it: static crawlable HTML, generated robots.txt and sitemaps that stay true to the pages (PRD 70, src/lib/sites/findability.ts), IndexNow notification (src/lib/sites/indexnow.ts). verified
The preview controls above are not a bernard setting. setSearchVisibility (src/lib/ai/tool-spec.ts) writes a site-wide noindex, which leaves Search altogether, and the code preserves a max-snippet directive a page already carries. There is no per-page snippet control yet. not built
Whether Google picks a page for an AI Overview is outside anyone's control, by Google's own statement. not controllable
Common questions
What is a Google AI Overview?
A generated summary that appears above the ordinary results for some searches, with links to web pages that support what it says. Google says AI Overviews are shown only when its systems judge them additive to classic Search, and often do not trigger at all.
Can you stop your site appearing in AI Overviews?
Not on its own. Google states that AI is built into Search, so robots.txt for Googlebot is the crawl control, and nosnippet, data-nosnippet, max-snippet or noindex limit what is shown. Each of those also limits your ordinary search snippet. No setting separates the two.
Does structured data get you into AI Overviews?
No. Google states 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. Ordinary structured data matching the visible text is still worth having, for other reasons.
Does Search Console report AI Overview traffic separately?
No. Google states that sites appearing in AI features are counted in overall search traffic, in the Performance report under the Web search type. An AI Overview occupies a single position and every link in it takes that position. Google documents no filter that isolates AI Overview impressions.
- Google Search Central, AI features and your website.
- Google Search Central, Robots meta tag, data-nosnippet, and X-Robots-Tag specifications.
- Google Search Console Help, Search performance data anomalies and methodology.