Skip to main content
ToolsHub

Link Preview & Open Graph Checker

Enter a public URL and instantly see the og:title, og:description, og:image, site name, and Twitter Card pulled live from the page — rendered as a real social share card.

Updated

Data provided by Open Graph protocol

No preview yet

Enter a page URL to see how it will look when shared on social media.

How to use Link Preview & Open Graph Checker

The link preview checker fetches any public web page and shows exactly how its share card will look on Facebook, LinkedIn, X (Twitter), Slack, Discord, and WhatsApp. It reads the page's live Open Graph (og:) tags, Twitter Card (twitter:) tags, and basic <title> and meta description, then renders them as a real preview card. If a tag is missing, relative, or unreachable, you will see it immediately — so you can fix the markup before you publish or share the link and avoid a broken, image-less preview.

  1. Paste the full URL of the page you want to check (including https://).
  2. Click Preview to fetch the page and read its meta tags.
  3. Review the rendered share card — image, title, description, and site name.
  4. Inspect the raw og: and twitter: values listed below the card.
  5. Fix any missing or incorrect tags in your HTML <head>, then re-check.

Your query is sent to Open Graph protocolto fetch results. We don't store it.

How social platforms build a link preview

When you paste a link into a social network, its crawler fetches your page's HTML and looks for meta tags in the <head>. Open Graph tags (og:title, og:description, og:image, og:url, og:site_name) are the primary source for Facebook, LinkedIn, Slack, Discord, and WhatsApp. X (Twitter) adds its own twitter: tags and falls back to Open Graph when they are absent. If no tags are found, platforms scrape the <title> and first images on the page, which usually produces a poor, unpredictable card. Providing explicit, absolute tags is the only reliable way to control how your link looks.

Key meta tags and what each platform uses
TagPurposeUsed by
og:titleHeadline shown on the cardFacebook, LinkedIn, Slack, X (fallback)
og:descriptionSummary line under the titleFacebook, LinkedIn, Slack
og:imagePreview image (1200×630 ideal)Most networks
og:urlCanonical URL of the pageMost networks
og:site_nameBrand/site label on the cardFacebook, LinkedIn
twitter:cardCard type (summary_large_image)X (Twitter)
twitter:imageImage override for XX (Twitter)

Common reasons a preview breaks

The most frequent issue is a relative og:image path such as "/cover.jpg" instead of an absolute "https://site.com/cover.jpg" — crawlers cannot resolve relative URLs reliably, so the image disappears. Other causes include pages behind a login or paywall (the crawler sees a sign-in page), tags injected by JavaScript after load (many crawlers do not run JS), an og:image that is too small or returns a 404, and aggressive platform caching that shows an old card. This checker fetches the raw server HTML the way a crawler does, so JS-injected tags will not appear here either — a useful signal that you should render Open Graph tags server-side.

Worked examples

Well-formed article

Inputs: a blog post with full og: tags

Result: large-image card with title, description, and site name

Missing image

Inputs: page with no og:image

Result: text-only card — add a 1200×630 og:image to fix

Glossary

Open Graph
A meta-tag protocol (og:*) created by Facebook that lets a page control its title, description, image, and type when shared on social media.
Twitter Card
X (Twitter)-specific meta tags (twitter:*) that define how a link appears in a tweet, including the card type and image.
summary_large_image
A Twitter Card type that displays a large, full-width preview image above the title and description.
Crawler / scraper
The automated bot a platform runs to fetch a URL's HTML and read its meta tags when a link is shared.
Canonical URL
The preferred, absolute address of a page, declared via og:url or a link rel="canonical", used to de-duplicate shares.

Related reading

Free · No spam

Get weekly tool tips & updates

New tools, power-user tips, and productivity hacks — delivered free every Friday.

No spam, ever. Unsubscribe with one click.

Related Social Media

Explore all Social Media.