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

jobTitle

A Schema.org Property
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.