occupationalCategory - Schema.org Property
Note
: You are viewing the development
version of
Schema.org
See
how we work
for more details.
Schema.org
Docs
Schemas
Validate
About
occupationalCategory
A Schema.org Property
This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
Thing
Property
::
occupationalCategory
[more...]
Canonical URL: https://schema.org/occupationalCategory
Check for open issues.
A category describing the job, preferably using a term from a taxonomy such as
BLS O*NET-SOC
ISCO-08
or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.
Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.
Values expected to be one of these types
CategoryCode
Text
Used on these types
EducationalOccupationalProgram
JobPosting
Occupation
Physician
WorkBasedProgram
Source
Examples
Example 1
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
See JSON example.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org/",
"@type": "Person",
"name": "Albert Einstein",
"hasOccupation": [
"@type": "Role",
"hasOccupation": {
"@type": "Occupation",
"name": "Patent examiner",
"occupationalCategory": "23-2099.00"
},
"startDate": "1901",
"endDate": "1906"
},
"@type": "Occupation",
"name": "Professor of Physics",
"educationRequirements": "PhD in Physics"
Example 2
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
See JSON example.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org/",
"@type": "JobPosting",
"name": "Mobile App Developer",
"hiringOrganization": {
"@type": "Organization",
"name": "ACME Software"
},
"relevantOccupation": {
"@type": "Occupation",
"name": "Software Developers, Applications",
"occupationalCategory": {
"@type": "CategoryCode",
"inCodeSet": {
"@type": "CategoryCodeSet",
"name": "O*Net-SOC",
"dateModified": "2019",
"url": "https://www.onetonline.org/"
},
"codeValue": "15-1132.00",
"name": "Software Developers, Applications",
"url": "https://www.onetonline.org/link/summary/15-1132.00"
Example 3
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org/",
"@type": "Occupation",
"occupationalCategory": {
"@type": "CategoryCode",
"inCodeSet": {
"@type": "CategoryCodeSet",
"name": "O*Net-SOC",
"dateModified": "2019",
"url": "https://www.onetonline.org/"
},
"codeValue": "15-1211.00",
"name": "Computer Systems Analysts",
"url": "https://www.onetonline.org/link/summary/15-1121.00"
Terms and conditions
Schema.org
V30.0
2026-03-19
US