schemaorg-coda :: Example

eg-0326

From v29.4

JSON-LD

{
        "@context": "https://schema.org",
        "@type": "Airport",
        "iataCode": "JFK",
        "icaoCode": "KJFK",
        "name": "John F Kennedy International Airport",
        "openingHours": "Mo-Su",
        "address": {
            "@type": "PostalAddress",
            "addressCountry": "US",
            "addressLocality": "New York",
            "addressRegion": "NY",
            "postalCode": "11430"
        },
        "latitude": 40.639801,
        "longitude": -73.7789002,
        "maximumAttendeeCapacity": 100000,
        "telephone": "+1-718-244-4444",
        "url": "https://www.jfkairport.com/"
    }

Pre-Markup

An airport example (JSON-LD only).