schemaorg-coda :: Example

eg-0281

From v29.4

JSON-LD

{
    "@context": "https://schema.org",
    "@type": "JobPosting",
    "title": "Junior software developer",
    "hiringOrganization" : {
        "@type": "Organization",
        "@id": "http://www.example.com/acme#Organization",
        "name": "ACME Corp.",
        "url": "www.example.com"
    },
    "employmentUnit" : {
        "@type": "Organization",
        "name": "ITS - Division C",
        "parentOrganization" : {
            "@id": "http://www.example.com/acme#Organization"
        }
    }
}

Pre-Markup

JobPosting for Junior Software Developer in ITS Division C
of ACME Corp