Skip to main content

Open Graph Checker

Use this Open Graph checker to test OG tags, the first og:image, and Twitter metadata from one public URL. The report shows measured evidence for social preview issues, not a score.

Maintained by Icon Checker

Public HTML is fetched through a constrained audit service. The browser never loads the third-party og:image URL.

Open Graph checker

Remote URL audit

Constrained fetch

See the Open Graph tags a crawler can read

The report keeps protocol OG tags, HTML fallbacks, Twitter metadata, and the first og:image as separate evidence.

  1. Final HTML and OG tags

    Redirected page, tag order, duplicates, empty values, and raw content

  2. Effective metadata

    OG values versus HTML fallback, plus Twitter evidence without a pass or fail

  3. First og:image evidence

    HTTP, format, size, ratio, and a 1.91:1 social preview when the file is inlined

What is an Open Graph checker?

An Open Graph checker audits the share tags a crawler can read without executing JavaScript. Use it before publishing a page when you need to know which OG tags are in the public HTML, which value is effective, and whether the first og:image can actually be fetched.

This Open Graph checker measures the final HTML, the first valid og:image, and the difference between Open Graph values and HTML fallbacks. Relative, data, and javascript image URLs stay in evidence. They are not silently rewritten into fetch targets.

It is not a Facebook, LinkedIn, Slack, or X simulator. A social preview card on this page is a 1.91:1 evidence view, not a promise that any network will render the same crop.

What this Open Graph checker can prove

A pass means the fetched evidence met the deterministic Open Graph rules. It does not promise that Facebook, LinkedIn, Slack, or X will display the social preview. Twitter metadata is shown as evidence only and never enters the automated summary.

CheckEvidenceKept separate
OG tagsog:title, og:type, og:image, og:urlHTML fallback
First og:imageHTTP, MIME, bytes, format, dimensions, ratioLater og:image tags
Social preview1.91:1 card from effective Open Graph valuesPlatform pixel simulation
X / TwitterDeclared twitter:* valuesAutomated pass/fail

How to use the Open Graph checker

Test the live public URL, not a local HTML file, a pasted fragment, or a raw image URL. The Open Graph checker only reads what a remote crawler can request from the final document.

  1. 1

    Enter the public URL

    Use the canonical https:// page you want to inspect. The Open Graph checker rejects credentials, private network targets, unsafe ports, and unsupported protocols.

  2. 2

    Read OG tags and the first og:image

    The audit follows allowed redirects, parses Open Graph tags in order, then fetches only the first valid og:image within fixed time and size limits.

  3. 3

    Fix protocol failures first

    Replace missing OG tags, publish the og:image file, then re-run the Open Graph checker. Treat warnings, Twitter evidence, and manual crop review separately.

Recommended Open Graph markup

Copy only the missing OG tags. Replace placeholder text before publishing, and keep image URLs absolute. The Open Graph checker reports raw tag order, including duplicates and empty values, so do not treat example markup as already fixed.

Minimum Open Graph tags

These four OG tags are required by the Open Graph protocol. HTML title and description cannot satisfy them.

HTML head

<meta property="og:title" content="Page title">
<meta property="og:type" content="website">
<meta property="og:image" content="https://example.com/og.png">
<meta property="og:url" content="https://example.com/page">

Open Graph image details

Declare an absolute og:image and matching type, size, and alt. The Open Graph checker binds these fields to the first image root.

HTML head

<meta property="og:image" content="https://example.com/og.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Share image description">

How to read your Open Graph checker report

Fix deterministic protocol and og:image failures first. Warnings, manual preview judgment, and partial reports mark uncertainty, not hidden passes.

ResultWhat it meansWhat to do next
PassFetched evidence met a deterministic Open Graph rule.Keep the measured value; it is not a display guarantee.
FailA required OG tag is missing, illegal, or the first og:image is proven unavailable.Open the finding, apply the fix markup, publish, and test the URL again.
WarningA recommendation, consistency issue, or incomplete declaration.Review og:description, image alt, ratio, or URL mismatch before release.
PartialTimeout or byte limits stopped image evidence.Recheck the og:image host; do not treat missing bytes as a 404.
ManualTitle, description, and crop still need a person.Inspect the 1.91:1 social preview on this page.

Common Open Graph checker problems

Most social preview issues come from missing OG tags, a relative og:image, or a first image that does not return 2xx. Treat HTML fallback and Twitter tags as clues, not as Open Graph passes.

The social preview shows the HTML title

Add a non-empty og:title. HTML title is only a fallback and does not satisfy the Open Graph protocol rule.

Recommended markup

<meta property="og:title" content="Page title">

The og:image is relative or not HTTP(S)

Use an absolute https URL for og:image. Relative, data, and javascript URLs stay in collected tags and are not fetched.

Recommended markup

<meta property="og:image" content="https://example.com/og.png">

The first Open Graph image is 404

Publish the file at the declared URL. A 404 is complete fail evidence, not a partial timeout.

The Open Graph image is too small or off ratio

Export at least 200 x 200, prefer 1200 x 630, and keep the ratio near 1.91:1. Update og:image:width and og:image:height so they match the measured file.

An old social preview is still cached on a network

Fix the live OG tags and og:image first. This Open Graph checker does not clear Facebook, LinkedIn, Slack, Discord, or X caches.

Open Graph image size for social preview

The Open Graph checker measures the first og:image file, not the filename. Meta requires at least 200 x 200 pixels. 600 x 315 is recommended for large display, and 1200 x 630 is recommended for HiDPI. The share preview ratio should stay within 1.91:1 plus or minus 0.05.

Files above 8 MiB fail the byte limit. A valid PNG, JPEG, GIF, or WebP larger than 1 MiB can still be audited, but the report omits the inline social preview. SVG is recorded as evidence and is not rendered.

Open Graph image ruleMeasured barOutcome
Minimum size200 x 200Below this is a fail
Large display600 x 315Below this is a warning
HiDPI social preview1200 x 630Below this is a warning
Ratio1.91:1 ± 0.05Outside the band is a warning
File size8 MiB maximumLarger files fail; 1 MiB omits preview

Open Graph checker remote checks have limits

Login walls, cookies, JavaScript-only OG tags, blocked agents, or regional HTML make this Open Graph checker return a fatal problem or partial image evidence.

Restricted outbound access

The fetcher has no database or internal bindings. It rejects credentials, private networks, unsafe ports, loops, oversized HTML or og:image bodies, and expired deadlines. Your browser does not request the third-party image URL.

Official sources for Open Graph tags

Rules were reviewed on August 29, 2026 and carry stable IDs in every Open Graph checker report.

The Open Graph protocol defines og:title, og:type, og:image, and og:url. Meta documents share-image minimums, large-display size, HiDPI size, and the 8 MB image guidance this checker interprets as 8 MiB.

Open Graph checker questions

Answers stay scoped to OG tags, social preview evidence, and the first og:image.

Open Graph checker vs favicon checker

Website icons are a different job from Open Graph tags and social preview images. Keep this page for OG tags; use Favicon Checker when the question is the tab, search, or touch icon package.

  • Website favicon

    A favicon is a website icon package, not Open Graph tags or a social preview image. Audit tab, search, Apple touch, and manifest icons from a public URL.

    Open Favicon Checker