Bot reference catalog

One-page summaries of 30 common search, AI/LLM, and social-preview crawlers.

← bot index · audit index

Meta-ExternalAgent

Vendor
Meta
Type
AI training
JavaScript rendering
no
Honors robots.txt
yes
VendorMeta (Facebook, Instagram, WhatsApp, Threads)
TypeAI training crawler
robots.txt tokenMeta-ExternalAgent
JavaScript renderingNo
Honors robots.txtYes (since 2024)
Vendor docsdevelopers.facebook.com/docs/sharing/webmasters/crawler

User-Agent string

meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)

Purpose

Meta's primary crawler for AI training data. Feeds the Llama family of models and Meta AI features across Facebook, Instagram, WhatsApp, and Threads.

Introduced in 2024 as part of Meta's AI training crawler taxonomy. Distinct from FacebookExternalHit (link-preview bot, predates LLMs) and Meta-ExternalFetcher (live-retrieval).

Quirks

search crawlers.

previews need to allow FacebookExternalHit while blocking Meta-ExternalAgent.

How to allow / block

To opt out of Llama training:

User-agent: Meta-ExternalAgent
Disallow: /

To opt out of training but keep FB/IG link previews:

User-agent: Meta-ExternalAgent
Disallow: /

User-agent: FacebookExternalHit
Allow: /

Sources