OG Image Size Guide 2026 For Every Platform

OG Image Size Guide 2026 For Every Platform

Open Graph images are the first visual impression your content makes when shared across social platforms. Yet most websites still get the dimensions wrong, causing cropped previews, missing thumbnails, or blurry renders that kill click-through rates. This OG Image Size Guide 2026 For Every Platform gives you the exact specs, the technical setup, and a practical workflow to make every shared link look sharp wherever it lands.

TL;DR

OG images control how your pages look when shared on social media. The universal safe size is 1200x630px at under 8MB, but each platform has nuances. Set your meta tags correctly, test with official debugger tools, and refresh cached previews after every update.

⚡ Key Takeaways

  • 1200x630px remains the safest universal OG image size across all major platforms in 2026.
  • Facebook, LinkedIn, and WhatsApp all follow the same 1.91:1 aspect ratio recommendation.
  • Twitter/X now displays summary large cards at 1200x628px, not the old 1024x512px spec.
  • File size matters: keep images under 8MB for Facebook and under 5MB for most others.
  • Always use the og:image:width and og:image:height tags alongside og:image to prevent rendering delays.
  • Test every new OG image using platform-specific debugger tools before publishing.
  • Slack, Discord, and messaging apps pull OG data too, so your images need to work beyond social feeds.

What Are OG Images and Why Do They Matter in 2026?

Open Graph (OG) protocol was introduced by Facebook to standardize how web pages are represented when shared. When someone pastes a URL into a social post or messaging app, the platform crawls your page, reads the og:image meta tag, and pulls that image into a preview card. If the tag is missing or the image dimensions are wrong, the platform either crops it awkwardly, shows a tiny thumbnail, or displays nothing at all.

The business impact is real. According to a 2025 Sprout Social study, posts with optimized link preview images receive up to 3x more clicks than posts sharing the same URL with a broken or missing preview. Meanwhile, a 2026 report from Semrush’s content research team found that 61% of marketers consider social preview images a direct driver of organic traffic growth, second only to title tags in on-page elements that influence sharing behavior.

For anyone managing a website, getting OG images right is not optional. It sits at the intersection of technical SEO and social media marketing, which is why it belongs in every technical SEO audit and optimization workflow.

The Core OG Meta Tags You Must Include

Before sizing anything, make sure your HTML head section contains the right tags. Missing even one can cause platforms to fall back to a random image on your page, or nothing at all.

  • og:image: The absolute URL of the image. Always use https.
  • og:image:width: Declare the pixel width explicitly.
  • og:image:height: Declare the pixel height explicitly.
  • og:image:type: Use image/jpeg or image/png. Avoid WebP for OG images as older crawlers still struggle with it.
  • og:image:alt: An accessibility and context tag. Write it like alt text for a regular image.
  • og:title: The title shown in the preview card.
  • og:description: A brief description that appears under the title.
  • og:url: The canonical URL of the page.

A complete implementation looks like this:

<meta property="og:image" content="https://yourdomain.com/images/og-home.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:alt" content="Description of your image" />

💡 Pro Tip: If you are running a WordPress site, plugins like Yoast SEO or Rank Math generate these tags automatically, but always verify the output with a debugger tool. Plugins sometimes pull a featured image that is too small or incorrectly formatted. Our guide on how to redesign a website without losing SEO covers OG tag preservation during migrations, which is a common oversight.

OG Image Size Guide 2026 For Every Platform: The Complete Breakdown

Platform specifications shift over time. The table below consolidates the current 2026 requirements based on official developer documentation and community testing.

PlatformRecommended SizeAspect RatioMax File SizeFormat
Facebook1200 x 630px1.91:18MBJPG, PNG
Twitter / X1200 x 628px1.91:15MBJPG, PNG, GIF
LinkedIn1200 x 627px1.91:15MBJPG, PNG
WhatsApp1200 x 630px1.91:1300KB idealJPG, PNG
Slack1200 x 630px1.91:15MBJPG, PNG
Discord1200 x 630px1.91:18MBJPG, PNG
Pinterest1000 x 1500px2:3 (vertical)20MBJPG, PNG
iMessage / SMS Preview1200 x 630px1.91:1No strict limitJPG, PNG

Pinterest is the outlier here. Its platform favors vertical pins, and if you share a standard 1.91:1 image there, it will be displayed but underperforms compared to native vertical formats. Consider setting a separate og:image variant or using Pinterest-specific meta tags if that platform is a significant traffic source for you.

Facebook OG Image Requirements in 2026

Facebook reads the og:image tag directly. The safe zone for text and branding within the image is roughly the center 80% of the frame, because Facebook sometimes applies slight cropping depending on the display context (desktop feed, mobile feed, Messenger). Use 1200x630px, keep your file under 1MB for fast loading, and always use HTTPS for the image URL. Facebook will not display images served over HTTP.

One trade-off worth acknowledging: Facebook’s link preview suppression algorithm can reduce the organic reach of posts that look too promotional. A clean, context-appropriate image outperforms heavy-branded designs. Test both approaches if you manage pages at scale, which our Facebook page management specialists regularly advise clients on.

Twitter / X OG Image Requirements in 2026

Twitter/X uses its own Twitter Card meta tags, but it also reads og:image as a fallback. For best results, implement both. The summary_large_image card type is what produces the big, prominent preview you see in the feed. Add these tags alongside your OG tags:

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://yourdomain.com/images/twitter-card.jpg" />
<meta name="twitter:image:alt" content="Your image description" />

The image renders at 1200x628px. Images below 300x157px will not display at all on X. Note that X now restricts link previews for certain external domains if the site has been flagged for spam, so overall domain trust matters here too.

LinkedIn OG Image Requirements in 2026

LinkedIn is strict about image dimensions. If your image does not meet the minimum of 1200x627px, LinkedIn falls back to a smaller preview or no image at all. LinkedIn’s crawler also caches pages aggressively, sometimes for up to 7 days. After updating an OG image, use the LinkedIn Post Inspector tool to force a cache refresh before sharing.

For B2B content where LinkedIn is a key distribution channel, the quality of your OG image directly affects professional credibility. A blurry or wrongly cropped preview on a thought leadership article signals lack of attention to detail. This is especially relevant if your SEO strategy targets competitive professional queries, as discussed in our breakdown of SEO strategies for financial services firms, where LinkedIn distribution is a primary amplification channel.

💡 Pro Tip: LinkedIn also supports the og:image:secure_url tag as an alternative to og:image when the image is hosted on HTTPS. Use it alongside the standard tag to ensure compatibility with all LinkedIn crawlers.

WhatsApp and Messaging App OG Images

WhatsApp is now one of the most important platforms for link sharing globally. According to a 2025 DataReportal analysis, WhatsApp users share over 100 billion messages daily, with link sharing accounting for a growing share of that volume. OG images render as small thumbnails in WhatsApp previews, so keeping your file size under 300KB is critical for fast loading on mobile connections.

Telegram, Signal, and iMessage also read OG tags. The 1200x630px size works across all of them. The key issue in messaging contexts is load speed: a 2MB image might display fine on desktop social but fail to load before a mobile user dismisses the preview. Compress your OG images aggressively without sacrificing visual clarity.

How to Implement OG Images: Step-by-Step

Step 1: Create Your Base Image

Design at 1200x630px in a tool like Figma, Canva, or Adobe Photoshop. Keep all critical content (text, logos, key visuals) within a 1100x530px safe zone centered in the frame. Export as JPEG at 80-85% quality for a good balance of file size and visual fidelity.

Step 2: Host the Image on Your Own Domain

Always serve OG images from your own domain or a CDN subdomain you control. Third-party hosting can introduce CORS issues, slow loading, and broken URLs if the external service changes. Use a consistent folder structure like /assets/og/ for easy management.

Step 3: Add the Meta Tags

Place all OG meta tags inside the <head> element of your HTML. If you use a CMS, configure the SEO plugin to generate unique OG images per post or page. Avoid using the same OG image sitewide. Unique images improve click-through rates because they provide visual context specific to each piece of content.

Step 4: Declare Width and Height Explicitly

Always include og:image:width and og:image:height. Without these, crawlers must download the image to determine its dimensions before rendering a preview. Declaring them speeds up preview generation and reduces the chance of a preview being skipped due to a timeout.

Step 5: Test With Platform Debuggers

Use these official tools before sharing any URL:

  • Facebook Sharing Debugger: developers.facebook.com/tools/debug
  • Twitter/X Card Validator: cards-dev.twitter.com/validator
  • LinkedIn Post Inspector: linkedin.com/post-inspector
  • Open Graph Check: opengraph.xyz (third-party, works across platforms)

Step 6: Refresh Cached Previews After Updates

Platforms cache OG data. After changing an OG image, visit the relevant debugger tool and click “Scrape Again” or “Refresh” to force the platform to re-read your updated tags. LinkedIn may take up to 24 hours to fully propagate even after a forced refresh.

💡 Warning: Changing your OG image URL (even slightly) forces all platforms to re-fetch immediately, which bypasses cache. Adding a version parameter like ?v=2 to the image URL is a reliable way to bust the cache without changing your file path structure. Just make sure your server does not block query strings on static assets.

Dynamic OG Images: The 2026 Approach

Manually creating a unique OG image for every post is not scalable. In 2026, the standard approach for high-volume content sites is dynamic OG image generation. Tools and frameworks that support this include:

  • Vercel OG (Next.js): Generates images server-side using React components, outputting optimized JPEGs on demand.
  • Cloudinary transformations: Overlay text and brand elements on a base template dynamically via URL parameters.
  • Bannerbear and Placid: API-driven image generation that integrates with CMS platforms and headless architectures.

Dynamic generation ensures every piece of content has a unique, on-brand OG image without manual design work. If you are exploring modern web architectures that support this approach, it is worth reading about serverless database options like Neon that pair well with edge-rendered OG image pipelines.

For teams managing large content libraries, the blog post on top social media sites and their technical requirements provides a useful reference for platform-specific considerations beyond just OG images.

Common OG Image Mistakes and How to Fix Them

Using Relative URLs Instead of Absolute URLs

The og:image value must be a full absolute URL including the protocol. /images/og.jpg will not work. It must be https://yourdomain.com/images/og.jpg. This is one of the most frequent errors found during SEO audits.

Image Too Small

Images below 600px wide are often ignored by Facebook and LinkedIn. Some platforms display a tiny thumbnail instead of a full-width preview. Always start at 1200px wide minimum.

Wrong Aspect Ratio

An image that is 1200x800px has a 3:2 ratio, not 1.91:1. Platforms will crop it, often removing your title text or logo. Build your design to the correct ratio from the start.

HTTP Instead of HTTPS

Facebook explicitly blocks HTTP image URLs. LinkedIn and others may display a warning or skip the image entirely. Always use HTTPS.

Forgetting to Update After Page Redesigns

If you redesign a website, OG images tied to old design templates become outdated or broken. This is covered in detail in the guide on how to redesign a website without losing SEO, where OG image auditing is listed as a critical pre-launch checklist item.

OG Images and SEO: The Indirect Connection

OG images do not directly influence Google rankings. Google does not read og:image tags for indexing purposes. However, the indirect SEO impact is significant. Better social previews lead to higher click-through rates on shared links, which drives more traffic to your site. That traffic, if it engages with your content, sends positive behavioral signals. Additionally, content that gets more shares generates more organic backlinks over time.

For sites pursuing a comprehensive digital growth strategy, OG image optimization is one piece of a larger technical and content puzzle. Understanding how visibility signals compound across channels is something our team addresses through integrated digital marketing services that connect technical setup with content amplification.

It is also worth noting that as AI-powered search and answer engines become more prominent, structured metadata including OG tags plays a growing role in how content is understood and surfaced. The intersection of OG data and AI search is explored in our piece on optimizing content for Answer Engine Optimization.

Practical Action Plan for OG Image Optimization

  • Do This Now: Audit your top 10 highest-traffic pages using Facebook’s Sharing Debugger and LinkedIn’s Post Inspector. Fix any pages returning no image or a broken preview. These pages already have traffic and social exposure, so fixing them delivers immediate results.
  • Do This Now: Add explicit og:image:width and og:image:height tags to every page if they are currently missing. This is a five-minute fix with outsized impact on preview rendering speed.
  • Worth Doing: Set up a dynamic OG image generation system for your blog or product pages. Even a simple Cloudinary template with your brand colors, post title overlay, and logo will outperform a static generic image on every share.
  • Worth Doing: Create platform-specific OG images for your highest-value landing pages if LinkedIn and Pinterest are significant traffic sources for you. The extra design effort pays off in professional appearance and click-through rates.
  • Low Priority: Optimize OG images specifically for Discord and Telegram previews unless your audience is heavily concentrated on those platforms. The 1200x630px standard already covers these adequately.

Frequently Asked Questions

What is the best OG image size to use in 2026 if I can only choose one?

Use 1200x630px. This size works correctly on Facebook, LinkedIn, Twitter/X, WhatsApp, Slack, Discord, and iMessage. It is the closest thing to a universal standard and should be your default for every page.

Can I use WebP format for OG images?

Technically some platforms support WebP, but it is not recommended for OG images in 2026. Older platform crawlers, certain bot versions, and some messaging apps still fail to render WebP correctly. Use JPEG for photographs and PNG for graphics with text or transparency. The slight file size advantage of WebP is not worth the compatibility risk.

How often should I update OG images?

Update OG images whenever the page content changes significantly, such as after a redesign, a major content update, or a seasonal campaign. There is no benefit to updating them on a fixed schedule if the content has not changed. However, if you notice a page’s social shares have dropped, check whether its OG image is still rendering correctly using a debugger tool.

Do OG images affect Google Search rankings?

Not directly. Google does not use og:image tags as a ranking signal. However, improved social preview images drive more shares and clicks, which can indirectly increase organic backlinks and traffic signals over time. Think of OG images as a conversion rate optimization element for your social distribution channel.

What should I do if my OG image is not updating after I changed it?

Platform crawlers cache OG data. To force an update, visit the platform’s official debugger tool (Facebook Sharing Debugger, LinkedIn Post Inspector) and request a re-scrape. Alternatively, change the image filename or add a version query string to the URL, which forces all platforms to treat it as a new image and re-fetch it immediately. Allow up to 24 hours for changes to fully propagate across all platforms.

Conclusion

This OG Image Size Guide 2026 For Every Platform covers everything from core tag implementation to platform-specific specs, dynamic generation, and common errors. The technical bar is not high, but the details matter: wrong dimensions, missing tags, or cached old images quietly cost you clicks every day. Start with the 1200x630px universal standard, declare your dimensions explicitly, test with debugger tools, and build a workflow that keeps your OG images current as your content evolves. Done consistently, this small investment in metadata pays continuous dividends across every channel where your content gets shared.

Nikita Singh

Nikita Singh

Nikita Singh is passionate about writing insightful content on SEO, digital marketing, web development, ecommerce, and AI. She focuses on creating practical, easy to understand articles that help businesses strengthen their online presence and stay ahead in the digital landscape.