TYPES: applicationContact

PRE-MARKUP:

Job title: Systems Research Engineer

Questions? Email info@example.com

MICRODATA:

to do

RDFA:

to do

JSON:

<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "JobPosting",
  "title": "Systems Research Engineer",
  "applicationContact": {
    "@type": "ContactPoint",
    "email": "info@example.com"
  }
}
</script>

TYPES: employerOverview

PRE-MARKUP:

Job Title "Systems Research Engineer" at Acme.

Acme is committed to providing an environment where the most
creative people want to work. We are committed to creating a
diverse environment and are proud to be an equal opportunity
employer.

MICRODATA:

to do

RDFA:

to do

JSON:

<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "JobPosting",
  "title": "Systems Research Engineer",
  "employerOverview": "Acme is committed to providing an environment where the
     most creative people want to work. We are committed to creating a diverse
     environment and are proud to be an equal opportunity employer."
}
</script>

TYPES: industry, DefinedTerm

PRE-MARKUP:

Systems Research Engineer at a Software Publishers (NAICS code 511210)

MICRODATA:

to do

RDFA:

to do

JSON:

<script type="application/ld+json">
{
  "@context": "http://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>
