OGP Checker
OGP Checker pulls Open Graph and Twitter Card metadata from a URL and previews how it will look as a share card on X, Facebook, and similar networks — without actually posting to the platform.
Each input URL is fetched server-side for HTML parsing. Connections to private IPs or localhost are rejected. Each fetch times out after 8 seconds and reads only the first 2MB of the HTML body.
About OGP Checker
OGP Checker pulls Open Graph and Twitter Card metadata from a URL and previews how it will look as a share card on X, Facebook, and similar networks — without actually posting to the platform.
Beyond listing the page's og:title, og:description, og:image, and other key tags, it includes a diagnostic that flags missing required fields, recommended length overruns, or an unset og:image:alt, classified as "needs fix" or "recommended".
Useful for pre-publish reviews of articles or landing pages, and for tuning share cards to improve click-through from social.
How to use
- Paste the URL you want to check (must start with https://) into the input.
- Click "Check OGP" — the page is analyzed and the results are shown.
- The "OGP diagnosis" section flags missing required fields and gaps versus recommended settings.
- The "Metadata list" section shows extracted title / og:* / twitter:* tags.
- The "Share card preview" lets you switch between X (Twitter) and Facebook, light and dark themes.
Use cases
- Editors and marketers verifying that share cards look right before publishing a new article or landing page.
- Operators tuning titles, descriptions, and OG images to improve click-through from social.
- Web agencies sweeping every page on a corporate site to confirm OGP is set correctly.
- Planners reviewing the share cards used by competitors or reference sites.
- Engineers verifying CDN cache behavior after swapping an OG image.
Notes
- Connections to private IP addresses or localhost are refused for safety. Internal sites are not reachable.
- Each fetch has an 8-second timeout — slow servers may error.
- Only the first 2 MB of HTML is read; very large pages may not yield metadata.
- Sites that rewrite metadata via JavaScript (SPAs) yield only the values present in the initial HTML, which may differ from what social crawlers see.
- The preview approximates X / Facebook layouts. The actual card may differ as each platform updates its specs.
- Social networks cache card images; changes may take time to propagate (X and Facebook both have official debuggers that force a re-fetch).