{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "LocalBusiness",
            "@id": "https://example.com/#business",
            "name": "Example Domain",
            "url": "https://example.com/",
            "description": "Example Domain is a business based on example.com."
        }
    ]
}