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
- Add
og:title,og:description, and an absoluteog:imageURL to every page. - Use a 1200×630 image for reliable rendering across platforms.
- Mirror the on-page title and description, kept unique per page.
- Validate with a social share debugger and re-crawl.