Images
ImagesMedium

OG Image Present

Checks that every page has a valid og:image for social sharing previews.

What this check measures

We parse the og:image meta tag, fetch the URL, and verify it returns 200 with a valid image. Missing or broken og:image = no preview card when shared.

Why it matters

Link previews on Slack, LinkedIn, WhatsApp, X, Discord all use og:image. A missing image means a bare URL — 3-5x lower click rate.

search

How our audit detects it

Parse og:image meta tag. HEAD the URL to verify 200 + image content-type.

Typical findings

  • error_outlineNo og:image tag.
  • error_outlineog:image URL is relative — breaks some scrapers.
  • error_outlineog:image returns 404 (file deleted but tag stayed).

How to fix

Ship an og:image on every page. 1200×630 absolute URL, PNG or JPEG under 1MB. For per-page variants, use Next.js ImageResponse for dynamic generation.

Copy-paste fix prompt for your stack

Lovable · Cursor · Bolt · v0 · Replit · Windsurf · Claude Code · Base44

View the fix prompt →

Frequently asked questions

Must og:image be absolute?expand_more
Yes for most scrapers. Relative URLs fail on Slack, LinkedIn. Always absolute.

Want this checked on your site?

Pantra runs the full audit (SEO, Security, GEO, Performance, Schema, Technical, Images) in 10 seconds and generates stack-specific fix prompts.

Scan my site

Related checks