• Follow Us
    • Fb.
    • Yt.
Skip to content
SEO Action Plan
SEO Action Plan
SEO Action Plan
SEO Action Plan
SEO Action Plan
SEO Action Plan
SEO Action Plan
SEO Action Plan
SEO Action Plan SEO Action Plan
  • Home
  • Docs
  • Home
  • Docs

© 2026 SEO Action Plan. All rights reserved  |  

Security | Privacy & Cookie Policy | Terms of Service

  • Follow Us
  • Fb.
  • Yt.
  • Download Extension for Free
  • Home
  • Docs
Get In Touch

[email protected]
Feedbacks

SEO

6
  • How to add missing favicon to your website
  • How to fix missing Title in your webpage?
  • What is the Viewport and How to Fix Missing Viewport tag on your website
  • How to fix missing meta description on your web page?
  • How to Fix Canonical URL is Missing for SEO
  • Missing Robots Meta Tag? Here’s what you can do

Social

6
  • Fix Missing Social Preview Image When Sharing Links
  • How to Fix Social Preview Not Showing on Facebook
  • Fix missing og:url on website
  • How to Fix Missing og:image on your webpage
  • How to Fix the “og:title” tag is missing issue on your website
  • How to Fix missing og:description on your website
View Categories
  • Home
  • Docs
  • How to Fix Social Preview Not Showing on X Platform (Twitter)

How to Fix Social Preview Not Showing on X Platform (Twitter)

Jithin
Updated on September 20, 2025

8 min read

Have you ever shared a link on X platform (Twitter) and noticed that the preview card isn’t appearing, or the wrong image is shown? It can feel frustrating, especially if you’re trying to promote a blog post, product, or announcement. The good news is that it’s easy to fix social preview not showing on X platform/Twitter once you know how Twitter Cards work and what common mistakes to look for. In this guide, you’ll learn what these previews are, why they matter for engagement, and the exact steps to get your links looking sharp.

What Is a Social Preview on X Platform (Twitter) #

On X/Twitter, a social preview is called a Twitter Card. When you paste a URL into a tweet, X uses metadata from your page to display a small card under the tweet. This preview usually includes:

  • Title: Pulled from your page’s title tag or twitter:title.
  • Description: Pulled from twitter:description or the page’s meta description.
  • Image: Defined by twitter:image.

These previews make tweets more attractive, increasing the chances people will click. Without them, your post is just a bare link.

Why Social Previews Matter for Engagement and Branding #

A good preview adds context. It tells people what to expect before clicking, which builds trust. For businesses and bloggers, it creates a polished, professional appearance that encourages retweets and clicks. Imagine promoting your new WordPress plugin or a special offer without an image or description. It looks incomplete. Correct previews show your branding and make your content pop in fast-moving feeds.

Example: How a Preview Boosts Clicks #

Suppose you’re sharing a blog post titled “Top SEO Tips for Small Businesses.” Without a preview, followers see only a link and might skip past it. With a preview that includes a bold image and clear description, the post grabs attention and invites interaction.

Common Reasons Social Preview Is Not Showing on X Platform #

  1. Missing Twitter Card Tags: X uses its own meta tags (twitter:card, twitter:title, etc.).
  2. Using Only Open Graph Tags: X can sometimes use OG tags, but Twitter-specific tags are more reliable.
  3. Twitter Cache Issues: Like Facebook, X caches link previews.
  4. Improper Image Sizes: X recommends 1200 x 628 pixels for summary cards with large images.
  5. Robots.txt Blocking: X’s crawler can’t access the page.
  6. Redirect Loops or Mixed Content: Too many redirects or non-HTTPS URLs can break previews.
  7. Plugin or Theme Conflicts: In WordPress or other CMS platforms, a misconfigured plugin can override your metadata.

How to Fix Social Preview Not Showing on X Platform/Twitter #

1. Add Twitter Card Meta Tags #

Make sure your page’s <head> includes tags like these:

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="How to Fix Social Preview Not Showing on X Platform">
<meta name="twitter:description" content="Step-by-step guide to fix social preview not showing on X platform/Twitter with proper tags and tools.">
<meta name="twitter:image" content="https://example.com/images/twitter-preview.jpg">
<meta name="twitter:url" content="https://example.com/fix-twitter-preview">

The twitter:card type can be summary, summary_large_image, or app. Most sites use summary_large_image for blog posts and product pages.

2. Use Tools on Your CMS #

WordPress:

  • Yoast SEO: Go to SEO → Social, click the Twitter tab, enable Twitter Cards, and set defaults.
  • Rank Math: Under Titles & Meta → Social Meta, configure your Twitter settings.
  • All in One SEO: Use the Social Networks section to set the card type and image.

Shopify: Edit theme.liquid or use an SEO app like SEO Manager.
Wix: Adjust under Marketing & SEO → Social Share.
Squarespace: Use Design → Social Sharing.
Drupal: Install the Metatag module and enable Twitter Cards.
Joomla: Use OSMeta or EFSEO to add custom meta tags.

3. Add Tags Manually for Custom Sites #

If you’re not using a CMS, place the Twitter tags directly in your HTML. Always use absolute URLs. After adding them, open your browser, install the SEO Action Plan Extension, click Social, and review the output. This way, you’ll see exactly what X/Twitter will read.

4. Use X Platform’s Card Validator #

X provides a free Card Validator at https://cards-dev.twitter.com/validator.

Steps:

  1. Log in with your X account.
  2. Enter your URL.
  3. Click Preview Card.

If something’s wrong, the tool shows errors or warnings, helping you pinpoint the problem.

5. Fix Image Problems #

Use high-quality, properly sized images:

  • Recommended: 1200 x 628 pixels.
  • Minimum: 300 x 157 pixels.
  • Format: JPG or PNG under 5 MB.

Avoid images that require authentication or are blocked by your robots.txt file.

6. Check Robots.txt and Page Access #

Make sure your robots.txt doesn’t block Twitterbot. A line like Disallow: / can stop X from reading your metadata. Also, avoid meta tags such as:

<meta name="robots" content="noindex,nofollow">

These can prevent crawlers from fetching preview data.

7. Clear Your Cache #

Clear your site cache and CDN cache after adding or updating your Twitter tags. Then revalidate the page using the Card Validator.

8. Look for Plugin or Theme Conflicts #

In WordPress, deactivate SEO or social plugins one at a time to see if one is overwriting your metadata. Switch temporarily to a default theme like Twenty Twenty-Four to rule out theme issues.

9. Test Multiple Pages #

Fixing one page doesn’t guarantee that others are correct. Test your homepage, key blog posts, and product pages. Use both the Card Validator and the SEO Action Plan Extension to double-check.

Using SEO Action Plan Extension for Troubleshooting #

The SEO Action Plan Extension for Chrome is perfect for checking your metadata before you tweet. After installation:

  1. Visit your page.
  2. Click the extension icon.
  3. Open the Social tab.
  4. Then check the Twitter card tags

You’ll instantly see your Twitter and Open Graph tags. This check helps you avoid sharing broken previews and saves time compared to manually inspecting code.

Tools to Add Twitter Cards on Different Platforms #

PlatformRecommended ToolsNotes
WordPressYoast SEO, Rank Math, All in One SEOEasy to configure
ShopifySEO Manager app or theme.liquid editsAdd directly in Online Store
WixBuilt-in Social Share under Marketing & SEONo coding needed
SquarespaceDesign → Social SharingSimple interface
DrupalMetatag moduleSupports Twitter Cards fully
JoomlaOSMeta, EFSEOEdit metadata from admin panel

Extra Tips for Better Twitter Previews #

  • Use HTTPS for all URLs to avoid security warnings.
  • Avoid multiple redirects that could confuse Twitterbot.
  • Make sure each page has a unique title and description.
  • Test your most important pages after major site changes.
  • Host your preview images on a reliable CDN or server for speed.

Example of a Proper Setup #

<head>
  <title>How to Fix Social Preview Not Showing on X Platform</title>
  <meta name="description" content="Learn how to fix social preview not showing on X platform/Twitter with proper tags and testing tips.">
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="How to Fix Social Preview Not Showing on X Platform">
  <meta name="twitter:description" content="Step-by-step guide to fix social preview not showing on X platform/Twitter with proper tags and tools.">
  <meta name="twitter:image" content="https://example.com/images/twitter-preview.jpg">
  <meta name="twitter:url" content="https://example.com/fix-twitter-preview">
</head>

This configuration ensures X can display a title, description, and large image.

Frequently Asked Questions #

Do I need both Open Graph and Twitter tags? #

Yes. X can sometimes use OG tags, but Twitter-specific tags are more reliable for consistent previews.

Can animated GIFs work as Twitter Card images? #

They’re not guaranteed to animate in previews. Use JPG or PNG for best results.

Why does the preview still show old information? #

Twitter caches previews. Use the Card Validator and click Preview Card again after clearing your cache.

Does fixing previews affect SEO rankings? #

It doesn’t directly improve rankings, but better-looking tweets can increase clicks, which benefits your traffic.

Final Checklist Before Posting on X #

  1. Add or verify your Twitter Card meta tags.
  2. Confirm image dimensions, format, and accessibility.
  3. Check your robots.txt and headers for blocks.
  4. Clear your site and CDN cache.
  5. Use the SEO Action Plan Extension to verify your tags.
  6. Validate using Twitter’s Card Validator.
  7. Test multiple pages, not just one.

Why Fixing X Platform Previews Matters #

A clean preview on X isn’t a luxury. It’s part of your brand’s first impression. Whether you’re sharing a blog update, a store promotion, or a new video, that small card beneath your tweet can influence clicks and shares. Taking the time to fix social preview not showing on X platform/Twitter protects your reputation and ensures your content gets the attention it deserves.

Wrapping Up #

Fixing social preview not showing on X platform/Twitter is straightforward once you understand Twitter Cards and the tools available. By adding correct tags, using plugins like Yoast SEO or Rank Math, testing with the SEO Action Plan Extension, and validating through the Card Validator, you’ll make sure your links always look professional. With these steps, your tweets will stand out, engage your audience, and drive more traffic to your site.

1 comment

  • Carin says:
    November 15, 2025 at 8:07 am

    I am extremely inspired with your writing talents as neatly as with the format to your weblog.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • What Is a Social Preview on X Platform (Twitter)
  • Why Social Previews Matter for Engagement and Branding
    • Example: How a Preview Boosts Clicks
  • Common Reasons Social Preview Is Not Showing on X Platform
  • How to Fix Social Preview Not Showing on X Platform/Twitter
    • 1. Add Twitter Card Meta Tags
    • 2. Use Tools on Your CMS
    • 3. Add Tags Manually for Custom Sites
    • 4. Use X Platform’s Card Validator
    • 5. Fix Image Problems
    • 6. Check Robots.txt and Page Access
    • 7. Clear Your Cache
    • 8. Look for Plugin or Theme Conflicts
    • 9. Test Multiple Pages
  • Using SEO Action Plan Extension for Troubleshooting
  • Tools to Add Twitter Cards on Different Platforms
  • Extra Tips for Better Twitter Previews
  • Example of a Proper Setup
  • Frequently Asked Questions
    • Do I need both Open Graph and Twitter tags?
    • Can animated GIFs work as Twitter Card images?
    • Why does the preview still show old information?
    • Does fixing previews affect SEO rankings?
  • Final Checklist Before Posting on X
  • Why Fixing X Platform Previews Matters
  • Wrapping Up

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest

Was it helpful ?

  • Happy
  • Normal
  • Sad
  • SEO Action Plan
  • Fb. /  Ig.  /   Tw.  /   Be.
  • Made by SEOs for SEO

  • Support

    Need any support or facing any issues??
    [email protected]
  • Sign up for the newsletter

    Error: Contact form not found.

Scroll to top
Light
Dark
Light
Dark
© 2026 SEO Action Plan. All rights reserved  |  
Security | Privacy & Cookie Policy | Terms of Service
×

You are leaving our website

You are leaving our site and we cannot be held responsible for the content of external websites.

Continue