Skip to content

Open Graph Checker

Check your og: tags and see the card Facebook, LinkedIn and Slack will build from them — including the relative og:image that quietly blanks the picture.

A browser is not allowed to read another site's page, so this request goes through our server. The page is fetched, its head is read, and it is thrown away — nothing is stored or logged.

Enter a page URL to see its tags and how the link will look.

Table of contents

Four tags do almost all of the work

Open Graph is a big specification and you can ignore most of it. og:title, og:description, og:image and og:url are what produce a card. Set those four properly and every platform that reads Open Graph has what it needs; the rest of the vocabulary exists for describing albums and video, not web pages.

og:url is the one people skip, and it is quietly the important one. It tells the platform the canonical address of the thing being shared, so a link with a tracking parameter on the end and the same link without one are counted as the same page rather than two. Miss it and your share counts scatter across every variant anyone ever posted.

og:image must be absolute, and it is worth saying twice. A relative path works in every browser you test in, because your page is right there to resolve it against. The crawler has no page — it takes the string and fetches it — so a relative path becomes a request to nowhere and the card renders without an image. This is flagged as an error here, not a warning.

One more that costs nothing: og:type. It defaults to website, which is nearly always right, so setting it changes little — but a page declaring article gets treated as one by platforms that care, and it takes a second.

Frequently asked questions

The Zeal Promise

Non-negotiable, on every tool we ship.

  • No sign-up — ever
  • No watermarks on any output
  • No ads near the download button
  • Works fully on mobile
  • Privacy-first: processing stays in your browser
  • Open source (MIT) — audit it, contribute, self-host
  • Zero runtime dependencies in tool logic

zeal.tools

Free tools, made with zeal. No sign-ups, no watermarks, no nonsense — open source and yours to audit.

MIT licensed · every tool works in the browser, over the API, and through MCP.