Missing Open Graph tags: how to fix your social preview
Missing Open Graph tags mean ugly link previews on Facebook and LinkedIn. Find pages without OG tags and learn which ones to add. Free checker.
What it means
Open Graph tags are meta elements in the HTML head that tell social platforms and aggregators how to display your page when it's shared. Without them, services like Facebook, LinkedIn, and X fall back to scraping the page's title and images, often picking up the wrong content or showing nothing at all.
Why it matters
Missing og:image and og:title degrade how your pages appear in feeds and in AI agent summaries, which reduces click-through rates and can cause duplicate or stale content to appear when your page is reshared. Some AI systems also use these tags to extract page context, so absent tags mean less structured signal for content discovery.
How to fix it
- Add <meta property="og:title" content="Descriptive page title"> to the <head> of every page.
- Add <meta property="og:image" content="https://example.com/image.jpg"> with an absolute URL and a resolution of at least 1200×630 pixels.
- Add <meta property="og:url" content="https://example.com/page"> pointing to the canonical URL.
- Add <meta property="og:type" content="article"> (or the appropriate type) and verify all tags render in the final HTML, not just in the JS bundle.
Example
<!-- no og: tags in <head> --><meta property="og:title" content="Best Running Shoes 2026">
<meta property="og:description" content="Our 25 tested picks for every runner.">
<meta property="og:image" content="https://example.com/og.jpg">
<meta property="og:url" content="https://example.com/best-running-shoes">
<meta property="og:type" content="article">Without og: tags, Facebook, LinkedIn, Slack, and iMessage guess your title, text, and image — often badly. These four tags control the shared preview.
When it's not a problem
If your site is purely internal or has no social sharing, missing Open Graph tags are a notice, not a problem. They also don't affect Google's crawl or index directly — the issue is visibility when your pages are shared, not their ranking signal.
How Crawlinx detects it
We check the head for Open Graph (og:) meta tags. When they're absent, social platforms have nothing to build a rich preview from, so we flag the page.
How common is it?
11358 audited sites in our corpus currently show this issue. The breakdowns below show which platforms, gatekeepers, verticals and countries are most exposed.
FAQ
- Do Open Graph tags affect Google rankings?
- No, they're not a ranking factor. They control how your link looks when shared, which affects click-through and referral traffic from social.
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.