Skip to main content

Snippet eligibility: the entry ticket to AI answers

A snippet is the short text preview Google shows beneath a result's title. Google generates it from the page itself, usually from the passage most relevant to the query, sometimes from the meta description. Most sites never think about snippets because the default is the right setting: every indexed page is snippet eligible unless it opts out. That default now matters more than it used to, because Google has made snippet eligibility the formal precondition for appearing in its AI features.

Why snippet eligibility gates AI answers

Google's AI features guide states it directly: to be eligible to be shown in generative AI features on Google Search, a page must be indexed and eligible to be shown in Google Search with a snippet. There is no separate AI switch. The same controls that have always shaped snippets now also decide whether your content can be used as input for AI Overviews and AI Mode. How those systems then choose among eligible pages is covered in how answer engines choose their sources; this page is about clearing the entry requirement at all.

The three controls

Google's robots meta tag documentation defines exactly three snippet controls, and documents their effect on AI features for each.

nosnippet

A robots meta tag rule that tells Google not to show a text snippet or video preview for the page. The documentation explicitly adds that it also prevents the content from being used as a direct input for AI Overviews and AI Mode. A static image thumbnail may still appear when Google believes it helps users. This is the total opt-out: no preview, no AI input, for the whole page.

max-snippet

The rule max-snippet:[number] caps the textual snippet at that many characters. Two values are special: 0 shows no snippet at all, equivalent to nosnippet, and -1 sets no limit, letting Google choose the length it considers most effective. Per the documentation, the limit also constrains how much of the content may be used as a direct input for AI Overviews and AI Mode. It does not affect image or video previews.

data-nosnippet

Unlike the other two, this is an HTML attribute rather than a meta tag. Placed on a span, div or section element, it excludes that specific part of the page from snippets while leaving the rest eligible. It is the surgical option, useful for boilerplate or legal text you never want quoted as a preview. Google advises against adding or removing the attribute with JavaScript, since that makes extraction inconsistent.

The trade-off, spelled out

These controls exist for publishers who want to limit how Google reuses their text, and they work. That is precisely their cost. Because snippet eligibility is the entry ticket, nosnippet or max-snippet:0 does not just shorten your search listing: it removes the page from AI Overviews and AI Mode as input entirely. In a surface where a generated answer cites only a handful of sources, opting out is close to binary. You are either quotable or invisible.

For a publisher whose business is licensing content, that can be a rational trade. For almost everyone else, the right move is the opposite: leave the defaults alone, keep pages snippet eligible, and spend the effort on writing passages worth quoting, which is the subject of getting cited. Eligibility is only the ticket. It gets you into the room, not into the answer.