How to fix missing Twitter Card tags
Share a link on X without Twitter Card tags and you get a plain, image-less preview. Four meta tags turn it into a large-image card that actually earns the tap.
Share a link on X without Twitter Card tags and you get a plain, image-less preview. Four meta tags turn it into a large-image card that actually earns the tap.
Twitter Card meta tags tell X (formerly Twitter) what title, description, and image to show when someone posts your URL. The summary_large_image card type gives you the big, edge-to-edge image preview that stands out in a feed.
There is good news if you have already added Open Graph tags: X falls back to Open Graph when Twitter Card tags are missing. So this is often about adding one card-type tag on top of OG rather than starting from scratch.
A rich share card gets meaningfully more clicks than a bare link, and X is still a major distribution channel for news, B2B, and consumer brands. If any of your audience shares your pages there, the card is close to free click-through.
Abby flags “Twitter Card” when the twitter:card tag (and its title / description / image companions) are missing and there is no Open Graph fallback. The minimum fix is a twitter:card type plus an image.
Run Abby's free scan — it checks this and 25 other on-page, technical, and structured-data signals in about 60 seconds, no signup.
Scan my site freeAdd Twitter Card meta tags: <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Title"> <meta name="twitter:description" content="Description"> <meta name="twitter:image" content="https://example.com/image.jpg">
Before
<head> <!-- no Twitter Card tags and no Open Graph fallback --> </head>
After
<head> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Handmade Blue Suede Shoes"> <meta name="twitter:description" content="Sizes 6–13, free 24h shipping."> <meta name="twitter:image" content="https://example.com/shoes-card.jpg"> </head>
Yoast SEO and Rank Math automatically generate Twitter Card tags. Customize in the "Social" tab of the SEO meta box.
Most themes include basic Twitter Card tags. For customization, edit your theme or use an SEO app.
Critical if your audience uses X/Twitter. Many B2B SaaS audiences have moved off the platform; consumer brands and media still benefit. Skip if your analytics show negligible Twitter referral traffic.
Abby's free scan finds which of 26 checks your site fails. The $8.99 fix guide turns each one into a copy-ready fix for your exact pages — prioritized, with code — or bundle it with a security fix guide for $19.99.
Get my fix planX reads your Open Graph tags as a fallback, so OG alone produces a card. Adding twitter:card=summary_large_image gives you explicit control over the large-image format; otherwise OG covers the default.
For summary_large_image, use at least 1200×628 pixels (roughly 1.91:1). Images under 300×157 will not render as a large card. Keep the file under 5 MB.
X caches card previews. After changing the tags, re-share the URL (or use X's card-validation tooling where available) to force a refresh.