How to Add Twitter Card Tags
Control how the page looks when it is shared on X and in chat apps.
Missing Twitter Card tags mean X and several chat apps have to guess how to render your link, which usually produces a bare URL instead of a card. Adding twitter:card, twitter:title, twitter:description and twitter:image gives a large image preview. Most platforms fall back to Open Graph, so the two are normally added together.
Why It Matters
A shared link with a large image preview gets substantially more attention than a plain URL. These tags have no ranking effect at all — the entire value is in whether people click a shared link.
How to Fix
Add the card type
Add the title, description and image
Let Open Graph do the fallback
Test a real URL
Code Fix
html<!-- no twitter: tags; X renders a bare link --><meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="How to fix redirect chains">
<meta name="twitter:description" content="Collapse multi-hop redirects into one.">
<meta name="twitter:image" content="https://example.com/og.png">Platform-Specific Instructions
SEO plugins output these from the post's social settings. Set a default image so posts without one still render a card.
The twitter key in the metadata export generates these; it inherits from openGraph where you do not override it.
Fixed that one.
Now find the rest.
A free audit ranks every issue on your site by the score points it costs — and links each one straight to its guide.
Run a free audit