-
Home
-
User Agent Directory
- Meta-ExternalAgent
Meta-ExternalAgent
What is Meta-ExternalAgent?
Meta-ExternalAgent is Meta's web crawler designed to collect training data for their various AI initiatives, including large language models and other machine learning systems. This bot represents Meta's efforts to gather diverse, high-quality web content to improve their AI capabilities across products like Facebook, Instagram, and WhatsApp. The crawler operates with respect for web standards and robots.txt directives, allowing website owners to control whether their content is used in Meta's AI training datasets. As Meta continues to invest heavily in AI research and development, this bot plays a crucial role in ensuring their models have access to comprehensive training data.
User Agent String
Meta-ExternalAgent/1.0 (+https://developers.facebook.com/docs/sharing/bot)
How to Control Meta-ExternalAgent
Block Completely
To prevent Meta-ExternalAgent 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 Meta-ExternalAgent
Verify requests from Meta's published IP ranges
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 Meta-ExternalAgent in your application:
Basic Pattern
/Meta\-ExternalAgent/i
Strict Pattern
/^Meta\-ExternalAgent/1\.0 \(\+https\://developers\.facebook\.com/docs/sharing/bot\)$/
Flexible Pattern
/Meta\-ExternalAgent[\s\/]?[\d\.]*?/i
Vendor Match
/.*Meta.*Meta\-ExternalAgent/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
Meta-ExternalAgent
Robots.txt Name
Meta-ExternalAgent
Category
ai
Respects robots.txt
Yes