Open Graph Preview
Paste any URL or fill in the fields manually to preview how it will render as an Open Graph card on Facebook, LinkedIn, Discord, and Slack.
How to use Open Graph Preview
- Fill in the title, description, URL, and image — or paste an existing URL's values to check them.
- Watch the live previews update for the Facebook/LinkedIn card and the Slack/Discord unfurl.
- Confirm your image is 1200×630 so it is not cropped or shown as a small thumbnail.
- Copy the matching og: meta tags into your page <head>.
- After deploying, run the URL through Meta's Sharing Debugger to force platforms to re-scrape.
Open Graph: control how your links look when shared
The Open Graph protocol is a set of <meta> tags that tell social platforms what title, description, and image to show when someone shares your page. Get them wrong and your link shares as a bare, low-engagement URL. This tool previews the card exactly as Facebook, LinkedIn, Slack, and Discord will render it, so you can fix problems before you post.
The core Open Graph tags
<meta property="og:title" content="Your Headline" />
<meta property="og:description" content="A one-line summary." />
<meta property="og:image" content="https://example.com/og.png" />
<meta property="og:url" content="https://example.com/page" />
<meta property="og:type" content="article" />
<meta property="og:site_name" content="Your Brand" />Note these use property=, not name= — a common mistake that stops platforms from reading them.
One image, four different crops
The preview above shows the same og:image rendered the way each platform actually frames it. Facebook and LinkedIn give it a wide banner; Slack shrinks it into a compact left-aligned thumbnail beside the text; Discord stacks it under the title in its embed. A single 1200×630 asset survives all of them, but only if the focal point sits near the centre — each surface trims the edges by a different amount. Watch the previews side by side and you can spot a logo or headline that the Slack crop would slice off before anyone ever sees it broken.
Debugging a card that looks wrong
When the live preview here looks right but the real share does not, the culprit is almost always caching: Facebook and LinkedIn store a snapshot the first time a URL is unfurled and reuse it for days. Paste the URL into Meta's Sharing Debugger and hit "Scrape Again" to flush Facebook's copy; LinkedIn's Post Inspector does the same for LinkedIn. Slack and Discord usually refetch on their own, but you can force them by editing the message so the unfurl regenerates. The debugger also surfaces missing or malformed tags this preview cannot see, like an image the scraper is blocked from fetching.
Why X is not in this preview
This tool deliberately covers the Open Graph surfaces only. X reads its own twitter: namespace and applies a different crop, so it gets its own preview — use the Twitter / X Card Preview linked below for that. The good news is that your Open Graph tags do double duty: X falls back to them whenever the matching twitter: tag is missing, so getting these right already covers most of your bases.
Common Open Graph mistakes
- Using
name=instead ofproperty=on og: tags - A relative or non-canonical og:url
- An image smaller than 600×315, which forces a tiny thumbnail
- An image behind authentication that the scraper cannot fetch
- Forgetting to re-scrape after editing, so the stale card persists
Where to go next
- Image Cropper — if the previews above clip your focal point, trim the source to a clean centred 1200×630 first.
- Twitter / X Card Preview — once the OG card looks right, check the separate crop and layout X applies.
- Meta Tag Generator — turn the tags you just previewed into a complete, paste-ready
<head>block. - Canonical Tag Generator — make sure
og:urlpoints at the same canonical address you credit shares to.
Frequently asked questions
What size should my OG image be?
Why is my preview empty or outdated on Facebook?
Which Open Graph tags are required?
Do Open Graph tags affect SEO rankings?
Will these tags also cover Slack and Discord?
Should the og:url be absolute?
Why does my image look cropped in the preview?
Can I use the same OG image for every page?
Related tools
More tools you might find useful in the same flow.
Twitter Card Preview
Twitter / X card preview — see how your page renders as a summary or summary_large_image card before you share the link. Free, instant, no signup needed.
Meta Tag Generator
Meta tag generator — build complete SEO title, description, robots, and canonical tags for any page, ready to copy and paste. Free, with no signup needed.
robots.txt Generator
robots.txt generator — build a clean robots.txt file with user-agent rules, allow and disallow paths, and sitemap entries in seconds. Free, no signup needed.
Keyword Density
Keyword density checker — analyze pasted text or page copy for word density, keyword frequency, top phrases, and word counts. Free, runs in your browser.
Built by Muhammad Tahir · About