Seoxpert.io
mediumTechnical SEO

Pages Missing Core Open Graph Tags

Pages lack og:title, og:description, or og:image tags, degrading appearance when shared on social platforms.

By Seoxpert Editorial · Published · Updated

Why it matters

Open Graph tags control the preview card when a URL is shared on Facebook, LinkedIn, Slack, and other messaging platforms. Without them, shared URLs render as plain links — no image, no description, a major drop in click-through rate on social.

Impact

Studies consistently show link-with-image previews earn several times the engagement of plain text links on social and chat platforms. Missing OG tags leave that lift on the table on every share.

How it's detected

Scanner checks every page for the presence and non-empty content of og:title, og:description, og:image, and og:url. An og:image pointing to a 404 or a dimension below 200×200 is also flagged.

Common causes

  • CMS theme does not emit OG tags by default
  • OG tags are set on article pages but missing on category, tag, and utility pages
  • og:image references a path that is now a 404
  • Values are hardcoded on the homepage and duplicated across every URL

How to fix it

Render four core tags in the head of every page: og:title, og:description, og:image, og:url. Use the page-specific title and description — not a site-wide fallback. Ensure og:image is at least 1200×630 pixels and under 5 MB. Validate with Facebook's Sharing Debugger after each deploy.

Code examples

Minimum viable Open Graph tags

<meta property="og:title" content="The Complete Technical SEO Audit" />
<meta property="og:description" content="A full-stack audit in the order issues actually matter." />
<meta property="og:image" content="https://example.com/covers/audit.jpg" />
<meta property="og:url" content="https://example.com/guides/complete-technical-seo-audit" />
<meta property="og:type" content="article" />

FAQ

What size should og:image be?

At least 1200×630 pixels (1.91:1 aspect ratio) and under 5 MB. Facebook, LinkedIn, and Slack all use this dimension for the large-format card. Smaller images render as a thumbnail beside the text — a visual downgrade.

Do I need og:type?

For articles and product pages, yes — set og:type to "article" or "product" so platforms use the right card template. For generic pages, og:type defaults to "website" and is optional.

Does Google use Open Graph?

Google does not use OG tags as a ranking signal. They only affect how your URL renders when shared on social. Missing OG tags do not lower rankings directly, but they reduce the downstream traffic social shares deliver.

Found this issue on your site?

Run a scan to see if Pages Missing Core Open Graph Tags affects your pages.

Scan my website →