Question

What is Applebot-Extended?

Applebot-Extended is a robots.txt token that controls whether content already crawled by Applebot is used to train Apple's generative models (Apple Intelligence). Blocking it does not remove you from Siri or Spotlight, which Applebot still serves.

Key facts

Opt out of training, keep search

User-agent: Applebot-Extended
Disallow: /

User-agent: Applebot
Allow: /

Verify

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

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

Build your AI robots.txt