Skip to main content
All SEO checks
Social & Schemainfo

Missing Open Graph tags

What this check looks for

Checks whether the page has the core Open Graph meta tags (og:title, og:description, og:image, og:url) in the <head>.

Why it matters

Open Graph tags control how your page looks when shared on social platforms and in messaging apps, defining the title, description, and preview image on the link card. Without them, platforms guess and often pull a random image or truncated text, making shares look broken and lowering click-through. A dedicated og:image around 1200x630 gives you a clean, branded preview.

How to fix it

html
<!-- Add inside <head> -->
<meta property="og:title" content="Free SEO Analyzer with Copy-Paste Fix Code">
<meta property="og:description" content="Scan any page and get the exact code to fix every issue.">
<meta property="og:image" content="https://seosnapshot.dev/og-image.png">
<meta property="og:url" content="https://seosnapshot.dev/">
<meta property="og:type" content="website">

Go deeper

Check your site for this and 120+ other issues

Analyze any URL free