ToolsNetwork & DNS › OG Tag Previewer

OG Tag Previewer — Check Your Social Link Preview

Enter any URL to see how it will appear when shared on Facebook, LinkedIn, and Twitter/X. Checks og:title, og:description, og:image, and all Open Graph meta tags.

Enter any URL and click Check Preview.

Open Graph (OG) tags are HTML meta tags that control how a page appears when someone shares its URL on Facebook, LinkedIn, Slack, iMessage, WhatsApp, or any platform that supports link unfurling. When you paste a URL into Facebook, Facebook's crawler reads the og:title, og:description, and og:image tags from the page's HTML and uses them to build the preview card. Without these tags, platforms fall back to the HTML title and page description — often producing a card that looks nothing like intended.

Required vs. optional Open Graph tags

Three tags are required for a well-formed link preview: og:title (the card headline), og:description (the card subtext), and og:image (the card thumbnail). Two tags are strongly recommended: og:type (typically "website" or "article") and og:url (the canonical URL of the page, which prevents duplicate cards when the URL is shared with tracking parameters). Twitter/X also requires a twitter:card meta tag to activate its card rendering; without it, Twitter defaults to a plain text link with no image, regardless of the og:image present.

Why your og:image might not show

The most common failure mode is an og:image that is technically present but inaccessible or undersized. Platforms require the image URL to return HTTP 200 with no authentication, and the image must be at least 200×200 pixels — most platforms recommend 1200×630 pixels for optimal rendering. A second common issue is Facebook's image CDN cache: once Facebook has crawled a URL, it caches the og:image for up to 30 days. Even after you update the image on your server, Facebook continues showing the old one until the cache expires or you submit the URL to the Facebook Sharing Debugger to force a rescrape. Running this tool before publishing catches both problems — inaccessible images and missing tags — before they affect real shares.

og:title vs HTML title

When og:title is absent, Facebook, LinkedIn, and most platforms fall back to the page's HTML <title> element. The problem: HTML titles are typically formatted as "Product Name — Site Name" or "Article Headline | Brand | Year" to satisfy browser tab and search result conventions. In a social card, the site name suffix wastes headline space and looks unprofessional. og:title lets you set a separate, optimized card headline that works as a social share teaser — shorter, punchier, with no site name appended.

Twitter/X cards

Twitter/X uses its own card system, but reads og:title, og:description, and og:image as fallbacks when the twitter:* equivalents are absent. The twitter:card tag opts the page into one of four card formats: summary (small thumbnail, left-aligned), summary_large_image (full-width image above the text — the most common format for content pages), app (for mobile app deep links), and player (for video/audio players). Without twitter:card, Twitter renders only a plain link with no preview image, even if og:image is correctly set.

Frequently Asked Questions

What are Open Graph tags and why do they matter?
Open Graph tags are meta tags in a page's HTML that tell social platforms like Facebook and LinkedIn what headline, description, and image to display when someone shares the URL. Without them, platforms guess from the HTML title and body text — often producing a poor or empty preview card.
Which og: tags are required for a good link preview?
Three tags are required for a complete link preview: og:title, og:description, and og:image. Two are strongly recommended: og:type (usually "website" or "article") and og:url (the canonical URL). For Twitter/X, the twitter:card tag is also required to activate image preview cards.
Why does my og:image not appear in the preview?
The most common causes are: (1) the image URL returns HTTP 403 or 404 — the file is missing or access-restricted; (2) the image is smaller than 200×200 pixels, which most platforms reject; (3) Facebook cached an old image and has not re-crawled the page yet — submit the URL to the Facebook Sharing Debugger to force a rescrape.
Can this tool check pages that require login?
No. This tool fetches pages the same way Facebook's crawler does — as an unauthenticated HTTP request. Pages behind a login wall, paywall, or cookie-gated session will either return a login redirect or an empty page, producing no useful OG tag data.
What is the difference between og:title and the HTML title tag?
The HTML title tag controls the browser tab label and search result headline. og:title controls the social share card headline. They can differ — og:title is typically shorter and formatted without the site name suffix common in HTML titles. When og:title is absent, platforms fall back to the HTML title, which often looks poor in a card context.
Why does my preview look different on Facebook vs LinkedIn?
Each platform has its own image cropping rules and card aspect ratios. Facebook uses 1.91:1 (1200×628 px); LinkedIn uses a similar ratio but may crop differently. Both cache the og:image independently, so if you updated the image, one platform may show the new image while the other still shows the cached version.

How to Use the OG Tag Previewer

Step 1
Paste any URL
Paste any https:// URL into the input field and click "Check Preview."
Step 2
Review preview cards
The tool shows how the page will appear as a share card on Facebook, LinkedIn, and Twitter/X — including image, title, and description.
Step 3
Check the tag table
The Detected Meta Tags table lists every OG and Twitter tag found, with Pass / Recommended / Missing status for each.
Step 4
Fix any issues
Add missing required tags (og:title, og:description, og:image) or fix inaccessible og:image URLs, then re-check the URL to confirm.