Open Graph Checker

Paste a URL to preview exactly how it looks when shared on Facebook, LinkedIn, WhatsApp, or Slack — and see which og: tags are missing. Free, instant, no signup.

What this checks & how to fix it

It reads the live HTML of the page and pulls every og: meta tag from the <head>. The five tags the Open Graph protocol requires — og:title, og:description, og:image, og:url, and og:type — each cost 15 points when missing; the two recommended ones (og:site_name, og:locale) cost 5. The preview card is built from those same values, the way Facebook or LinkedIn would build theirs.

How to fix what it finds

Every fix is a <meta property="og:..." content="..."> line in your page's <head>. Most CMSs and SEO plugins (Yoast, Rank Math, the Shopify theme editor) expose these as "social" or "sharing" fields — fill those in rather than hand-editing templates. Then run the URL here again, and if a platform still shows the old card, clear its cache with that platform's own debugger.

Frequently asked questions

Which platforms actually use Open Graph tags?

Facebook created the protocol, but LinkedIn, WhatsApp, Slack, Discord, Telegram, iMessage, and Pinterest all read og: tags to build their link previews. X reads its own twitter: tags first and falls back to Open Graph for anything missing. In practice, one good set of og: tags covers almost every place a link gets pasted.

What size should og:image be?

1200 × 630 pixels is the safe universal size: it renders as a full-width card on Facebook, LinkedIn, and X, and scales down cleanly everywhere else. Keep it under about 1 MB — some platforms silently skip images that are too large — and use an absolute https:// URL, not a relative path.

I fixed my tags but Facebook still shows the old preview — why?

Every platform caches the first version of a link it ever sees, sometimes for weeks. This tool always reads the live page, so if it shows the new values, your tags are correct. To force Facebook to refresh, paste the URL into its Sharing Debugger and click 'Scrape Again'; LinkedIn has a similar Post Inspector.

Do Open Graph tags affect Google rankings?

Not directly — Google doesn't use og: tags as a ranking signal. What they change is how often a shared link gets clicked, and links that get clicked and shared more tend to earn the traffic and mentions that do influence rankings over time. Think of them as conversion tags for shares, not ranking tags.

What's the difference between og:url and the canonical tag?

The canonical tag tells search engines which URL is the 'real' one for indexing. og:url tells social platforms which URL to count likes and shares against. They should almost always be the same URL — if they disagree, share counts get split across variants.

Related tools

Command Palette

Search for a command to run...