Blog
Free tools

Why Your Link Looks Broken When You Share It (And How to Fix It in 30 Seconds)

·5 min read

You post a link. Someone opens WhatsApp, Facebook or X and sees… nothing. No image, a title that doesn’t match the page, or a description that’s clearly leftover boilerplate from a template. They scroll past it without a second thought, and you never find out why the click-through rate on that link was so much worse than usual.

The preview isn’t generated by the platform — it’s generated by your page

WhatsApp, Facebook, X, LinkedIn and Discord don’t screenshot your page. They read a specific set of meta tags in your page’s HTML — Open Graph tags (`og:title`, `og:description`, `og:image`) and, on X, Twitter Card tags — and build the preview from whatever those tags say. If those tags are missing, wrong, or point at an image that doesn’t load, every platform that reads them shows a broken or generic preview, and there’s no way to know without checking.

The catch is that you can’t see this from your own browser. You already know what your page looks like — you need to see what the *tags* say, which requires either posting the link somewhere and waiting to see the result, or fetching the raw HTML yourself.

Check it before you post, not after

That’s the entire point of QRPixel’s free OG Tag Checker: paste a URL, and it fetches the page server-side, reads the actual Open Graph and Twitter Card tags, and renders mockups of exactly how the link will look on WhatsApp, Facebook, X, LinkedIn and Discord — before you share it anywhere.

Paste any URL and see its real share preview across five platforms, free.Check your link

What usually turns out to be wrong

  • No `og:image` at all, or one that 404s — most platforms fall back to a blank gray box rather than skipping the image entirely.
  • `og:title`/`og:description` missing, so the platform falls back to the raw `<title>` tag or nothing — often stale, generic, or truncated mid-sentence.
  • An image that technically loads but isn’t sized right — WhatsApp and Facebook expect roughly a 1.91:1 landscape image; a square logo gets awkwardly cropped.
  • Tags that were correct once but never updated after a redesign or a copy change — nobody re-checks a share preview after the fact.

Every page on QRPixel gets this by default

If you’re on QRPixel, your bio page already ships with correct Open Graph tags out of the box — your display name, headline and avatar populate the preview automatically, and Premium accounts can override the title, description and social image per page from Settings. The checker is useful for literally any URL, not just QRPixel pages, precisely because most sites you don’t control get this wrong.

A link with a broken preview isn’t just less appealing — on some platforms it barely registers as a link at all.
The share preview is only half the picture — check whether Google is truncating your title and description too.Preview your Google snippet

Check your link's share preview free

No signup, no data stored — just paste a URL and see what people actually see.

Open the OG Tag Checker

More from the blog