OG image removed: your shared links lose their visual

In brief

An og:image removed alert has no impact on Google rankings, but every share on LinkedIn, Slack, X or WhatsApp now shows without a visual — social clicks drop. Restore the og:image tag and check that the image URL responds.

WarningP2 — CTR / SERP

What is it?

The Open Graph image (og:image) is gone.

Why it hurts SEO and AI

No impact on Google rankings. But every share on LinkedIn, Slack, X or WhatsApp now displays without a visual — the click-through rate of shares drops. For a site that lives off social, this is far from cosmetic.

When it is NOT a problem

  • The page is never shared on social (utility page, interface, conversion funnel).
  • A site-wide fallback image takes over and a visual still shows.
  • You deliberately removed an outdated visual and the tag will be replaced shortly.
Before
<head>
  <title>Trail running guide</title>
  <!-- no og:image tag -->
</head>
After
<head>
  <title>Trail running guide</title>
  <meta property="og:image" content="https://example.com/img/trail-guide.jpg">
</head>

Use an absolute URL and an image around 1200x630 px for a sharp preview on every platform.

How to fix it

  1. Confirm the removal is unintentional by comparing with a previous crawl.
  2. Restore the og:image tag in the template and point it to a valid absolute URL.
  3. Check the image responds with 200 and matches the recommended ratio (about 1200x630 px).
  4. Test the preview with a share debugger (LinkedIn Post Inspector, for example).

This scan checks the meta tags: title, description and Open Graph

Is this issue on your site?

Do your shared links still show a visual? Enter a URL: Seogard tracks your og:image tag and alerts you when it disappears. Free, no credit card.

  • No credit card
  • Result in ~30 s

What you get back

Your shared links become visual and clickable again.

Seogard catches this regression automatically — through its monitoring for your metas and canonicals.

Frequently asked questions

Does removing og:image lower my rankings?

No: og:image is not a ranking factor. Its only effect is on the preview shown when links are shared on social networks and messaging apps.

Why does my share preview stay imageless even after fixing it?

Platforms cache the old preview; force a refresh via their share debugger to reload the new image.

Related rules

Related case: Missing Open Graph

Updated July 10, 2026