og:image meta tags must use absolute URLs; relative paths break social media previews.
By Seoxpert Editorial · Published
Social media platforms like Facebook, LinkedIn, and Twitter require og:image to use absolute URLs. If a relative path is used, shared links will not display rich previews, reducing engagement and visibility. This impacts how your content appears when shared online.
Leaving this unresolved results in plain link previews instead of rich cards on social platforms.
Automated crawlers scan meta tags for og:image and flag any value that is not a fully qualified absolute URL.
Incorrect: Relative URL
<meta property="og:image" content="/slow-device-performance.png">Correct: Absolute URL
<meta property="og:image" content="https://danluu.com/slow-device-performance.png">Social media scrapers do not have the page context and require a full URL to fetch the image for previews.
No, major platforms like Facebook, LinkedIn, and Twitter require absolute URLs for og:image.
Check your CMS settings or use plugins/extensions to ensure Open Graph tags use absolute URLs.
Yes, always include the protocol to ensure the image is accessible to scrapers.
Run a scan to see if og:image URLs Are Not Absolute affects your pages.
Scan my website →