← Home

Open Graph Validator

Open Graph & Social Preview Tester

Open Graph & Social Link Card Validator

Test and validate any Web or PDF URL's Open Graph metadata, Twitter Card tags, and social media preview card formatting in real-time.

Open Graph Audit Checks

2 Passed 1 Warnings 1 Info
og:title PASS

Title tag found and valid.

Example Domain

og:description WARNING

Missing og:description tag.

og:image INFO

No og:image tag provided.

og:url PASS

Canonical URL tag found.

https://example.com

Social Media Preview Visualizer

Preview of how this link will appear on Facebook, Chirp, LinkedIn, and messaging apps:

Extracted Metadata Payload

{
    "success": true,
    "data": {
        "og_url": "https://example.com",
        "og_title": "Example Domain",
        "og_description": null,
        "og_image": null
    },
    "validation": [
        {
            "tag": "og:title",
            "status": "pass",
            "label": "Open Graph Title",
            "value": "Example Domain",
            "message": "Title tag found and valid."
        },
        {
            "tag": "og:description",
            "status": "warn",
            "label": "Open Graph Description",
            "value": null,
            "message": "Missing og:description tag."
        },
        {
            "tag": "og:image",
            "status": "info",
            "label": "Open Graph Image",
            "value": null,
            "message": "No og:image tag provided."
        },
        {
            "tag": "og:url",
            "status": "pass",
            "label": "Open Graph URL",
            "value": "https://example.com",
            "message": "Canonical URL tag found."
        }
    ]
}