Applebot-Extended: Apple's training opt-out, explained

Like Google-Extended, it is a switch in robots.txt, not a crawler. Siri and Spotlight keep working either way.

By Abd Shanti Updated September 16, 2026 3 min read

Quick answer: Applebot-Extended is a secondary user agent token in robots.txt, not a crawler. It lets you control whether data crawled by Applebot may be used to train Apple's foundation models behind Apple Intelligence and related features. Blocking it does not stop Applebot from crawling for Siri, Spotlight, and Safari search.

Operator
Apple
Type
robots.txt control token
robots.txt token
Applebot-Extended
Follows robots.txt
Yes, it only exists in robots.txt
Used for
Controlling whether Applebot data may be used to train Apple's foundation models
User agent
No separate user agent. Crawling is done by Applebot.
How to verify
Nothing to verify in logs: it never appears as a user agent

What is Applebot-Extended?

Apple introduced Applebot-Extended so publishers could separate search inclusion from model training. Applebot still crawls your pages; the token only tells Apple how that data may be used.

Because it is not a crawler, it never shows up in server logs, and it does not fetch anything by itself. It only has meaning inside robots.txt.

What happens if you block Applebot-Extended?

Adding User-agent: Applebot-Extended with Disallow: / tells Apple not to use your content to train its generative models. Your pages can still appear in Siri and Spotlight search features because Applebot keeps crawling.

Should you allow Applebot-Extended?

This is a clean, low-risk way to opt out of Apple model training if that matters to you. It has no known cost to search visibility on Apple devices. If you want Apple's models to learn your brand, leave it allowed.

Check whether Applebot-Extended can reach your site

Enter your domain or a specific page. The checker reads your live robots.txt, picks the group Applebot-Extended would use, and applies the longest matching rule, the same way major crawlers resolve conflicts.

Live Applebot-Extended access check

robots.txt rules for Applebot-Extended

Applebot-Extended only exists inside robots.txt, so these rules are the entire control. They do not stop Applebot from crawling; they tell Apple how the crawled content may be used.

Allow Applebot-Extended everywhere
User-agent: Applebot-Extended
Allow: /
Block Applebot-Extended everywhere
User-agent: Applebot-Extended
Disallow: /

The rule most people get wrong: once Applebot-Extended has its own group, it ignores everything under User-agent: *. If your wildcard group disallows paths such as /admin/, repeat those lines inside the Applebot-Extended group too.

Common Apple setup: stay in Siri and Spotlight, opt out of Apple model training

Stay in Siri and Spotlight, opt out of Apple model training
User-agent: Applebot
Allow: /

User-agent: Applebot-Extended
Disallow: /

How to verify real Applebot-Extended traffic

There is no traffic to verify. Confirm the rule by reading your live robots.txt, and check that a broader rule, such as a wildcard Disallow, is not also blocking Applebot itself, since that would remove you from Apple search features.

Applebot-Extended compared with other Apple agents

AgentOperatorTypeFollows robots.txt
ApplebotAppleSearch crawlerYes
Applebot-ExtendedApplerobots.txt control tokenYes, it only exists in robots.txt

See all 20 agents side by side in the AI crawler directory.

Applebot-Extended FAQ

No. It is a robots.txt token that controls how Applebot's data may be used. It never appears in logs.
No. Siri and Spotlight search features rely on Applebot, which keeps crawling unless you block Applebot itself.
Whether content crawled by Applebot may be used to train Apple's foundation models for generative AI features.
They are independent decisions about two companies. Both are training or grounding controls that do not affect search inclusion, so blocking both is a common choice for publishers who opt out of training.
Abd Shanti

Abd Shanti

Co-founder and strategy lead at Outline Technologies, the team behind FreeGPTSEO and AI Citation Monitor. Abd works on how brands get found and cited by search engines and AI assistants.

See every AI crawler signal at once

The free AI SEO audit checks robots.txt access for 12 AI crawlers, plus llms.txt, schema, content and metadata, in a few seconds.

Run the free AI SEO audit
Last updated: September 16, 2026. Facts checked against Apple's crawler documentation.