jobTitle - Schema.org Property

Note: You are viewing the development version of Schema.org. See how we work for more details.

A Schema.org Property

This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.

The job title of the person (for example, Financial Manager).

Source

https://github.com/schemaorg/schemaorg/issues/2192


Examples

Example notes or example HTML without markup.

<!-- jobTitle utilising DefinedTerm -->
<!-- JSONLD only example -->

Example encoded as JSON-LD in a HTML script tag.

<!-- jobTitle utilising DefinedTerm -->
<script type="application/ld+json">
{
    "@context": "https://schema.org/",
    "@type": "Person",
    "name": "A. N. Other",
    "jobTitle": {
        "@type": "DefinedTerm",
        "inDefinedTermSet": "https://targetjobs.co.uk/careers-advice/job-descriptions",
        "termCode": "277133-aid-workerhumanitarian-worker-job-description",
        "name": "Aid worker/humanitarian worker",
        "url": "https://targetjobs.co.uk/careers-advice/job-descriptions/277133-aid-workerhumanitarian-worker-job-description"
    }
}
</script>

Structured representation of the JSON-LD example.