Low impactMeta tags
Missing Twitter Card
Without twitter:card meta, X may render your link as plain text. Here's the minimum tag set.
What it means
Twitter Card meta tags control how your URL appears when shared on X (Twitter). The card type determines image size and layout.
Why it matters
Without a twitter:card meta, X uses OG fallback (often smaller image) or plain text. CTR drops.
How to fix it
- Add <meta name='twitter:card' content='summary_large_image' />.
- Set twitter:title, twitter:description, twitter:image.
- Validate with X's Card Validator.
Find this issue on your site automatically
FreeSEO scans for missing twitter card and 140+ other issues, free, no signup.
Frequently asked questions
summary vs summary_large_image?
summary_large_image gives you a full-width image card; summary is a tiny thumbnail. Use the larger one.
