The source, and why it matters
Everything in this guide is drawn from one page: Google's own AI Features and Your Website, last confirmed live and current as of July 22, 2026. It's the closest thing Google publishes to a direct answer for "what do I actually need to do to appear in AI Overviews." Most of what circulates as "GEO advice" is a paraphrase of this page, several links removed from the source, sometimes with invented requirements bolted on. This is the unparaphrased version, organized as a working guide instead of a wall of prose.
For the broader argument about why GEO is mostly SEO fundamentals and which popular tactics Google explicitly says do nothing, see the companion piece: what Google actually says about ranking in AI answers. This guide stays narrower and more operational: the specific requirements, the measurement, and the opt-out controls.
How AI Overviews and AI Mode work
Google draws a real distinction between the two features:
- AI Overviews are "designed to show up on queries where they can add additional benefits beyond what people might already get on Search" — they help users grasp a topic quickly and offer jumping-off points to explore further.
- AI Mode is "particularly helpful for queries where further exploration, reasoning, or complex comparisons are needed" — built for the kind of question that used to take several separate searches.
Both can use query fan-out: running several related searches across subtopics to build the response, which is why they can surface "a wider and more diverse set of helpful links" than a single classic search result page. Google is explicit that the two features "may use different models and techniques, so the set of responses and links they show will vary" — there's no single unified "AI ranking" to optimize for.
How to appear: the actual requirements
Two separate questions, and Google answers both directly.
Is there a special technical bar?
No. "There are no additional requirements to appear in AI Overviews or AI Mode, nor other special optimizations necessary." A page needs to clear the same bar as regular Search: indexed, snippet-eligible, meeting standard Search technical requirements. Google adds an important caveat on top of that: clearing every requirement "doesn't mean that Google will crawl, index, or serve its content" in an AI feature specifically — eligibility isn't a guarantee, it's a floor.
What's actually worth doing, then?
The same SEO fundamentals that help everywhere else in Search, restated for this context:
- Allow crawling via robots.txt — an accidentally blocked page can't be considered for anything.
- Use internal links so the page is actually discoverable.
- Provide a good page experience.
- Make the important content available as real text, not locked inside images or unrendered JavaScript.
- Support the page with quality images and video where relevant.
- Make sure structured data matches what's actually visible on the page.
- Keep Merchant Center and Business Profile information current, if either applies.
And the line that undercuts most paid "AI optimization" packages: "You don't need to create new machine readable files, AI text files, or markup to appear in these features."
Nothing on this list is AI-specific. It's the same checklist a competent technical SEO audit already covers. That's Google's point, not mine.
How to measure whether it's working
AI feature traffic isn't hidden in a separate tool. It shows up in Search Console's Performance report, under the "Web" search type, alongside your regular organic results. Worth watching specifically: Google notes that "when people click from search results pages with AI Overviews, these clicks are higher quality" — users arriving this way are more likely to spend more time on the site. Rankings and impressions can hold steady or climb while click-through rate falls, which is often the AI Overview absorbing the query before it reaches you rather than a ranking problem. I wrote about that exact pattern, and the fix that isn't a "GEO trick," in the full case study.
How to opt a page out
The reverse question: a page ranks and you're fine with that, but you don't want it quoted, summarized, or used as raw material for an AI-generated answer. Google gives you precise, separate levers for this, documented on the same page plus its robots meta tag reference:
- nosnippet — page-level. Blocks the page from being used as a snippet or as a direct input to AI Overviews and AI Mode, while it can still rank and appear as a link.
- max-snippet:[number] — a character limit instead of an on/off switch. Some quoting allowed, not the whole page as raw material.
- data-nosnippet — an HTML attribute on a specific
span,div, orsection. Protects one part of a page (pricing, a disclaimer) while the rest stays fully eligible. - noindex — removes the page from Search entirely, AI features included. The most common mistake: reaching for this to solve a snippet problem, which also deletes the page's normal ranking traffic in the process.
- Google-Extended — a robots.txt token, unrelated to the four above. It only controls whether a page can be used to train or ground Gemini models elsewhere in Google's systems. Google states directly it "does not impact a site's inclusion in Google Search nor is it used as a ranking signal in Google Search." Blocking it has no effect on AI Overview or AI Mode eligibility, since both pull through the regular Googlebot path, not through Google-Extended.
Someone wants a page to keep ranking but never get quoted in an AI answer, and sets noindex. That removes the page from Search altogether — the ranking traffic disappears with the AI summary. nosnippet, max-snippet, or data-nosnippet solve that specific problem without touching the page's ranking eligibility. The reverse mistake also happens: setting Google-Extended and assuming it opts the page out of AI Overviews. It doesn't — that's a training-data control, not a Search-visibility control.
Troubleshooting a control that isn't taking effect
If you've set nosnippet, max-snippet, or noindex and the change doesn't seem to be reflected, Google's documented process is:
- Verify the tag is implemented correctly using the URL Inspection Tool in Search Console.
- Allow time for recrawling — Google notes this can take anywhere from several days to a few months.
- If you changed the tag after it was already crawled, request a recrawl through Search Console rather than waiting indefinitely.
- If it still isn't taking effect after that, Google's own next step is posting in the Search Central Help Community.
Checking that none of these directives are set by accident — a stray noindex from a staging build, a nosnippet left on by a plugin default, a Google-Extended block someone added without knowing what it does — is a standard part of a technical audit. It catches pages quietly suppressed that you actually wanted visible, just as often as it catches the reverse.
Is there a technical checklist to get into AI Overviews specifically?
Do I need an llms.txt file or special AI markup to appear in AI Overviews?
How do I see how much traffic AI Overviews send my site?
How do I keep a specific page out of AI Overviews without hurting its ranking?
Source: AI Features and Your Website, Google Search Central. Accessed July 22, 2026.