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.
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
Frequently asked questions
Must og:image be absolute?expand_more
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 siteRelated checks
All Images Have Alt
Checks that every <img> has an alt attribute (empty or descriptive).
ImagesDescriptive Alt Text
Checks that alt text is meaningful — not "image", "photo", or the filename.
ImagesOG Image Dimensions
Checks that og:image is ≥ 1200×630 — optimal for all social platforms.
ImagesOG Image Self-Hosted
Checks that og:image is hosted on your domain, not a third-party CDN.