Open Graph preview
Fetch a public HTTPS page and render a sanitized social preview from its Open Graph metadata.
Only public HTTPS pages are fetched. Raw HTML is not returned.
Guide
Open Graph Preview: what it does and how to use it
What this Open Graph tool does
This tool previews how a public page may appear when shared on social platforms. Open Graph tags define the title, description, image, and site name that link unfurlers use when generating rich previews.
How it works
Enter a public HTTPS URL and SAVR fetches the page server-side, extracts sanitized metadata, validates public HTTPS image URLs, and renders a simple preview card. The raw HTML is never returned to the browser; only structured metadata fields are shown.
Examples
- Check if og:title and og:description are present.
- Preview a landing page before sharing it.
- Find missing or invalid og:image values.
Security considerations
Only public HTTPS pages are supported. Private IP ranges, redirects, custom ports, and unsafe image URLs are blocked to avoid SSRF and browser-side probing.
FAQ
Why is my image missing?
The image must be a public HTTPS URL that passes safety validation.
Does this exactly match every platform?
No. Each platform has its own cache and layout, but the preview catches common metadata issues.
Can I test localhost?
No. SAVR only checks public HTTPS URLs.