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

  1. Add <meta name='twitter:card' content='summary_large_image' />.
  2. Set twitter:title, twitter:description, twitter:image.
  3. 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.