WebmasterID logoWebmasterID
AI crawlers

Apple Intelligence and Applebot-Extended

Apple's AI features, branded Apple Intelligence, can draw on web content that Applebot crawls for Apple's services. Applebot-Extended is the robots.txt token that lets site owners opt out of that AI-training use while Applebot keeps crawling for Search and Siri.

Verified against primary sources

How the two tokens relate

Applebot is Apple's long-standing crawler, used to power features such as Search and Siri. Apple Intelligence is Apple's brand for its generative AI features, which can draw on web content. Applebot-Extended is the robots.txt token Apple added so site owners can opt out of having their content used to train Apple's generative models.

The relationship is layered: Applebot does the crawling; Applebot-Extended governs whether the crawled content may be used for AI training. Setting Applebot-Extended to disallow does not stop Applebot from crawling for Search and Siri.

Setting your posture

If your goal is to remain in Apple's search and Siri results while opting out of generative-AI training, disallow Applebot-Extended specifically and leave Applebot allowed:

User-agent: Applebot-Extended Disallow: /

This is the documented way to express that posture. As with all such controls, it is a request Apple honours for AI-training use, not an access-control boundary, and it does not retroactively undo prior use. Applebot-Extended never appears as a user agent in logs because it is a control token, not a fetcher.

How it appears in analytics and logs

Applebot in your logs is Apple's crawler for Search and Siri. Applebot-Extended is not a fetcher you will see — it is a control token signalling whether Apple may use crawled content for generative AI training.

Diagnostic use case

Set an opt-out posture for Apple's AI training via Applebot-Extended while keeping Applebot crawling for Apple search and Siri.

What WebmasterID can help detect

WebmasterID surfaces Applebot's actual crawl activity on the bot-intelligence surface. Because Applebot-Extended is a control token, it does not appear as bot events; WebmasterID helps you confirm Applebot still crawls after you set the opt-out.

Common mistakes

Privacy and accuracy notes

Applebot-Extended is a robots.txt directive, not a request, so it involves no visitor data. It governs AI-training use of already-crawled content — a policy matter, not an identity one.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.