X (Twitter) Card tags
Checks if X (Twitter) Card meta tags are correctly configured.
Why does this matter?
X (Twitter) Card tags determine how your page looks when shared on X (formerly Twitter). Without them, X only shows a plain link without a preview. The technical tag names still start with twitter: - that remains the official standard, even for X.
How to fix it?
Add twitter:card, twitter:title, twitter:description and twitter:image. Use summary_large_image as card type for maximum visibility. The "twitter:" name is still the technical standard.
This check scores from 0 to 100. Below 50 is a fail, 50 to 89 is a warning, 90 or above is good. After each crawl you see the score per page in your report, with a short note on what we found.
Frequently asked questions
Checks if X (Twitter) Card meta tags are correctly configured.
X (Twitter) Card tags determine how your page looks when shared on X (formerly Twitter). Without them, X only shows a plain link without a preview. The technical tag names still start with twitter: - that remains the official standard, even for X.
Add twitter:card, twitter:title, twitter:description and twitter:image. Use summary_large_image as card type for maximum visibility. The "twitter:" name is still the technical standard.
Example
Copy the code below and adapt the domain name, brand name and content to your situation.
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="SEO audit tool - 53 free checks | YourBrand"> <meta name="twitter:description" content="Automatically run 53 SEO checks on your website. Start for free."> <meta name="twitter:image" content="https://www.yourdomain.com/images/og-homepage.jpg"> <meta name="twitter:site" content="@yourbrand"> <meta name="twitter:creator" content="@yourbrand">