Open Graph tags missing: what it is, why it matters, and how to fix it
This page is missing Open Graph meta tags (og:title, og:description, og:image). Open Graph tags control how the page appears when shared on social media platforms like Facebook, LinkedIn, and Twitter.
Where this fits: metadata in SEO
Why open graph tags missing hurts your rankings
Without Open Graph tags, social platforms generate previews using page content, which often results in missing images, truncated text, or irrelevant descriptions. Poor social previews dramatically reduce click-through rates from social shares, limiting a key traffic channel. While not a direct SEO ranking factor, social engagement can indirectly support SEO through increased brand awareness and backlink acquisition.
This is a low-severity issue: a polish item. Fix it in batches during scheduled maintenance; the win is cumulative quality, not a step change.
How to fix it
Add og:title, og:description, og:image, and og:url tags to the page's <head>. Ensure og:image uses an absolute URL and meets platform size requirements (1200x630 pixels recommended). For Twitter, also add twitter:card meta tags.
<meta property="og:title" content="Your Page Title" />
<meta property="og:description" content="A compelling description for social sharing." />
<meta property="og:image" content="https://example.com/images/social-preview.jpg" />
<meta property="og:url" content="https://example.com/page/" />
<meta property="og:type" content="article" />Frequently asked questions
What does "Open Graph tags missing" mean?
This page is missing Open Graph meta tags (og:title, og:description, og:image). Open Graph tags control how the page appears when shared on social media platforms like Facebook, LinkedIn, and Twitter.
Why does open graph tags missing matter for SEO?
Without Open Graph tags, social platforms generate previews using page content, which often results in missing images, truncated text, or irrelevant descriptions. Poor social previews dramatically reduce click-through rates from social shares, limiting a key traffic channel. While not a direct SEO ranking factor, social engagement can indirectly support SEO through increased brand awareness and backlink acquisition.
How do I fix open graph tags missing?
Add og:title, og:description, og:image, and og:url tags to the page's <head>. Ensure og:image uses an absolute URL and meets platform size requirements (1200x630 pixels recommended). For Twitter, also add twitter:card meta tags.
How serious is this issue?
This is a low-severity issue: a polish item. Fix it in batches during scheduled maintenance; the win is cumulative quality, not a step change. It belongs to the metadata family of checks.
How do I find every page affected by this on my site?
Run a free Dr Urls audit: it crawls your site, detects open graph tags missing on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.
Does your site have this issue?
A free Dr Urls audit crawls your site, finds every page affected by open graph tags missing, and hands you a ready-made fix task.
Check my site free