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

industry

A Schema.org Property
The industry associated with the job position.

Values expected to be one of these types

Used on these types

Examples

Example 1
Copied
Example notes or example HTML without markup.
  1. Systems Research Engineer at a Software Publishers (NAICS code 511210)
Example encoded as JSON-LD in a HTML script tag.
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org/",
  4.   "@type": "JobPosting",
  5.   "title": "Systems Research Engineer",
  6.   "industry": {
  7.     "@type": "DefinedTerm",
  8.     "termCode": "511210",
  9.     "name": "Software Publishers",
  10.     "url": "https://www.naics.com/naics-code-description/?code=511210",
  11.     "inDefinedTermSet": "NAICS (North American Industry Classification System)"
  12.   }
  13. }
  14. </script>
Structured representation of the JSON-LD example.