industry
A Schema.org Property
- Canonical URL: https://schema.org/industry
- Check for open issues.
The industry associated with the job position.
Examples
Example 1
Copied
Example notes or example HTML without markup.
- Systems Research Engineer at a Software Publishers (NAICS code 511210)
Example encoded as JSON-LD in a HTML script tag.
- <script type="application/ld+json">
- {
- "@context": "https://schema.org/",
- "@type": "JobPosting",
- "title": "Systems Research Engineer",
- "industry": {
- "@type": "DefinedTerm",
- "termCode": "511210",
- "name": "Software Publishers",
- "url": "https://www.naics.com/naics-code-description/?code=511210",
- "inDefinedTermSet": "NAICS (North American Industry Classification System)"
- }
- }
- </script>
Structured representation of the JSON-LD example.