Question

Should I allow Google-Extended?

Google-Extended is a robots.txt control for whether your already-indexed content is used to train and ground Gemini. Blocking it does not affect Google Search indexing or ranking. Keep it allowed if you want Gemini to be able to ground answers on your content; block it if you want to opt out of generative training.

What Google-Extended is and is not

How to decide

robots.txt to block generative use only

# Keep normal Google Search; opt out of Gemini training/grounding
User-agent: Google-Extended
Disallow: /

User-agent: Googlebot
Allow: /

Confirm it is in place

curl -s https://yourdomain.com/robots.txt | grep -A1 -i 'google-extended'

Related pages: what is Google-Extended, should I allow GPTBot, AI crawler user agents.

Build your AI robots.txt