WebmasterID logoWebmasterID
Robots & crawl control

How to block Applebot in robots.txt

Applebot is Apple's crawler, used to power features such as Siri and Spotlight Suggestions. This page gives the robots.txt rule to disallow the Applebot token and explains that it is separate from Applebot-Extended, the token that governs AI-training use.

Verified against primary sources

What Applebot is

Applebot is Apple's web crawler. Apple documents it as the crawler behind features such as Siri and Spotlight Suggestions. Blocking it can therefore reduce your visibility in Apple's search-style features, which may not be what you want.

Apple publishes a support article describing Applebot, its robots.txt handling, and how to verify it. Crucially, Applebot and Applebot-Extended are separate tokens: Applebot governs the crawl, while Applebot-Extended governs whether the fetched content may be used for AI training.

The rule

To disallow Applebot site-wide, target its token:

User-agent: Applebot Disallow: /

If your only concern is AI training, do not block Applebot — instead disallow Applebot-Extended, which leaves search features working while opting out of training use. Apple documents that distinction. robots.txt is a request to compliant crawlers, not enforcement.

How it appears in analytics and logs

A request carrying the Applebot token is Apple's crawler fetching a URL for its search features. Blocking it can reduce how your content appears in Siri and Spotlight Suggestions, so weigh that before disallowing.

Diagnostic use case

Disallow Applebot when you do not want your pages used in Apple's search features, while understanding that AI-training use is controlled by a different token.

What WebmasterID can help detect

WebmasterID classifies Applebot by its token as a search crawler, separate from human analytics, so you can confirm whether a disallow rule changed its activity.

Common mistakes

Privacy and accuracy notes

Blocking Applebot is a publishing-policy choice in a public file. It involves no visitor data and is not an access-control boundary.

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.