Add an og:image meta tag to structured pages to ensure social shares display a preview image.
By Seoxpert Editorial · Published
When pages are shared on social media, the presence of an Open Graph image ensures an attractive preview, increasing click-through rates. Pages with strong heading structure are likely to be shared, so missing images can reduce their visibility and engagement. Adding og:image helps your content stand out in feeds.
Without og:image, shared links appear without a preview image, reducing engagement and clicks.
A crawler scans structured pages for the presence of a <meta property="og:image"> tag and flags those missing it.
Missing og:image (problem)
<!-- No og:image tag present -->
<head>
<title>Example Page</title>
</head>Correct og:image usage (fix)
<head>
<title>Example Page</title>
<meta property="og:image" content="https://example.com/images/preview.jpg">
</head>Use an image size of 1200×630px for optimal display on most social platforms.
Ideally, yes. Unique images improve relevance and engagement, but a high-quality default is better than none.
No, but future shares will display the image. Some platforms may update previews if the page is reshared.
No, always use an absolute URL so social platforms can access the image.
Run a scan to see if Quick Win: Add Open Graph Images to Structured Pages affects your pages.
Scan my website →