intermediate6 min read·Technical AEO

noindex, nosnippet & AI Content Control

The nosnippet meta tag prevents Google from using a page's content in featured snippets or AI Overviews — a precise AEO content exposure control.

Noindex and Nosnippet for AEO: What Each Directive Does to AI Citation

Noindex and nosnippet are technical tags that tell search engines what to do with your pages. For AEO, these tags work differently for AI crawlers - a page hidden from Google search may still be fully visible to ChatGPT and Perplexity. Understanding which tag does what for AI citation is essential for controlling your content's AI visibility.

Traditional assumptions - noindex hides the page from everyone, nosnippet prevents content extraction - are no longer accurate in the multi-crawler AI environment. Each directive operates independently on each crawler type, requiring a deliberate crawl permission strategy.

For related context, see Robots.txt for AEO and AI Crawler Budget.

Crawl Directive Comparison

Crawl Directive Comparison
DirectiveScopeEffectAEO Impact
noindexPageRemoves from Google index. AI crawlers still read.Neutral - AI can still cite if crawled
nosnippetPagePrevents SERP snippet. Does NOT block AI extraction.Reduces AI extraction, doesn't block it
max-snippet:NPageLimits snippet to N characters only.Allows partial AI citation (first N chars)
GPTBot Disallowrobots.txtBlocks OpenAI crawler. Does NOT block Google AI.Blocks ChatGPT training + ChatGPT Search
Google-Extended Disallowrobots.txtBlocks Google AI training crawler only.Blocks Gemini training; may affect AI Overviews
noindex + AI DisallowBothFull exclusion from index AND all AI crawlers.Complete exclusion - no AI citation possible

Which Directive Do You Need?

Answer three questions to get the exact directive for your situation.

Directive Decision Tree

Do you want this page indexed by Google?

AI Crawler Robots.txt Reference

OpenAI (ChatGPT)

User-agent: GPTBot
Disallow: /

Google AI Training

User-agent: Google-Extended
Disallow: /

Perplexity AI

User-agent: PerplexityBot
Disallow: /

Anthropic Claude

User-agent: ClaudeBot
Disallow: /

Frequently Asked Questions

Related Topics