{
    "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."
        }
    ]
}