Content

Incomplete Open Graph tags

Open Graph tags control how a page looks when shared on social platforms and in chat apps. Missing tags mean blank or broken previews.

What it is

This check flags pages missing one or more of the core Open Graph tags (og:title, og:description, og:image).

Why it matters for SEO

Rich, accurate share previews lift click-through and referral traffic — an indirect but real ranking signal. Incomplete tags leave platforms to guess, often producing unattractive cards.

Example

<meta property="og:title" content="Page title">
<!-- missing og:description and og:image -->

How to fix

  1. Add og:title, og:description, and an absolute og:image URL to every page.
  2. Use a 1200×630 image for reliable rendering across platforms.
  3. Mirror the on-page title and description, kept unique per page.
  4. Validate with a social share debugger and re-crawl.

Related checks

← Knowledge base