Seoxpert.io
lowBest Practices

Quick Win: Add Open Graph Images to Structured Pages

Add an og:image meta tag to structured pages to ensure social shares display a preview image.

By Seoxpert Editorial · Published

Why it matters

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.

Impact

Without og:image, shared links appear without a preview image, reducing engagement and clicks.

How it's detected

A crawler scans structured pages for the presence of a <meta property="og:image"> tag and flags those missing it.

Common causes

  • Forgetting to add og:image tags to new templates or pages
  • Lack of automation for Open Graph metadata
  • Unawareness of social sharing best practices
  • Assuming default images are set globally when they are not

How to fix it

Edit the HTML of each shareable, structured page to include a <meta property="og:image"> tag in the <head> section. Use a high-quality image sized at 1200×630px for best results. Ensure the image URL is absolute and accessible. Test sharing the page to confirm the preview displays correctly.

Code examples

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>

FAQ

What size should my og:image be?

Use an image size of 1200×630px for optimal display on most social platforms.

Does every page need a unique og:image?

Ideally, yes. Unique images improve relevance and engagement, but a high-quality default is better than none.

Will adding og:image retroactively improve past shares?

No, but future shares will display the image. Some platforms may update previews if the page is reshared.

Can I use a relative URL for og:image?

No, always use an absolute URL so social platforms can access the image.

Found this issue on your site?

Run a scan to see if Quick Win: Add Open Graph Images to Structured Pages affects your pages.

Scan my website →