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

jobTitle

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).

Values expected to be one of these types

Used on these types

Source

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


Examples

Example 1
Copied
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.