Bot reference catalog

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

← bot index · audit index

Twitterbot

Vendor
X (formerly Twitter)
Type
Social preview
JavaScript rendering
no
Honors robots.txt
partial
VendorX (formerly Twitter)
TypeSocial link-preview bot
robots.txt tokenTwitterbot
JavaScript renderingNo
Honors robots.txtPartial (similar policy to facebookexternalhit)
Vendor docsdeveloper.x.com/en/docs/tweets/optimize-with-cards

User-Agent string

Mozilla/5.0 (compatible; Twitterbot/1.0)

Purpose

Fetches URLs shared in tweets to render the Twitter Card preview. Reads twitter:card, twitter:title, twitter:image, and falls back to og:* tags.

Quirks

will have blank previews on X.

the UA still says "Twitterbot".

How to control

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="...">
<meta name="twitter:image" content="...">
<meta name="twitter:description" content="...">

Sources