-
Home
-
User Agent Directory
- Applebot-Extended
Applebot-Extended
What is Applebot-Extended?
Applebot-Extended is Apple's specialized crawler introduced to support their expanding artificial intelligence and machine learning initiatives. This bot operates separately from the standard Applebot, focusing on gathering training data for Apple's AI models, including those powering Apple Intelligence features. Website owners can control Applebot-Extended independently through robots.txt, allowing them to participate in Apple's search features while opting out of AI training. This separation reflects Apple's commitment to user choice and transparency in AI development.
User Agent String
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot-Extended/0.1; +http://www.apple.com/go/applebot)
How to Control Applebot-Extended
Block Completely
To prevent Applebot-Extended from accessing your entire website, add this to your robots.txt file:
Block Specific Directories
To restrict access to certain parts of your site while allowing others:
Set Crawl Delay
To slow down the crawl rate (note: not all bots respect this directive):
How to Verify Applebot-Extended
Same as standard Applebot
Learn more in the official documentation.
This bot may collect and use your website content for AI model training. Consider whether you want your content used for this purpose before allowing access.
Detection Patterns
Multiple ways to detect Applebot-Extended in your application:
Basic Pattern
/Applebot\-Extended/i
Strict Pattern
/^Mozilla/5\.0 \(Macintosh; Intel Mac OS X 10_15_5\) AppleWebKit/605\.1\.15 \(KHTML, like Gecko\) Version/13\.1\.1 Safari/605\.1\.15 \(Applebot\-Extended/0\.1; \+http\://www\.apple\.com/go/applebot\)$/
Flexible Pattern
/Applebot\-Extended[\s\/]?[\d\.]*?/i
Vendor Match
/.*Apple.*Applebot\-Extended/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Limit Access | Protect pricing and inventory data from AI training |
| Blog/News | Consider Blocking | Your content may be used for AI training without compensation |
| SaaS Application | Block | No benefit for application interfaces; preserve resources |
| Documentation | Selective | Allow for public docs, block for internal docs |
| Corporate Site | Limit | Allow for public pages, block sensitive areas like intranets |
Advanced robots.txt Configurations
E-commerce Site Configuration
Publishing/Blog Configuration
SaaS/Application Configuration
Quick Reference
User Agent Match
Applebot-Extended
Robots.txt Name
Applebot-Extended
Category
ai
Respects robots.txt
Yes