Vocabulary Deprecated
More information...

JobPosting

schema:Thing > schema:Intangible > schema:JobPosting

A listing that describes a job opening in a certain organization.
PropertyExpected TypeDescription
Properties from schema:JobPosting
schema:baseSalary schema:Number  or
schema:PriceSpecification 
The base salary of the job or of an employee in an EmployeeRole.
schema:benefits schema:Text Description of benefits associated with the job.
schema:datePosted schema:Date Publication date for the job posting.
schema:educationRequirements schema:Text Educational background needed for the position.
schema:employmentType schema:Text Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).
schema:experienceRequirements schema:Text Description of skills and experience needed for the position.
schema:hiringOrganization schema:Organization Organization offering the job position.
schema:incentives schema:Text Description of bonus and commission compensation aspects of the job.
schema:industry schema:Text The industry associated with the job position.
schema:jobLocation schema:Place A (typically single) geographic location associated with the job position.
schema:occupationalCategory schema:Text Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value.
schema:qualifications schema:Text Specific qualifications required for this role.
schema:responsibilities schema:Text Responsibilities associated with this role.
schema:salaryCurrency schema:Text The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 ) used for the main salary information in this job posting or for this employee.
schema:skills schema:Text Skills required to fulfill this role.
schema:specialCommitments schema:Text Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.
schema:title schema:Text The title of the job.
schema:workHours schema:Text The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).
Properties from schema:Thing
schema:additionalType schema:URL An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.
schema:alternateName schema:Text An alias for the item.
schema:description schema:Text A short description of the item.
schema:image schema:ImageObject  or
schema:URL 
An image of the item. This can be a URL or a fully described ImageObject.
schema:name schema:Text The name of the item.
schema:potentialAction schema:Action Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
schema:sameAs schema:URL URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website.
schema:url schema:URL URL of the item.

Prefixes used:

  • schema: http://schema.org/
  • Examples

    <div>
      <h2>Software Engineer</h2>
        <p><strong>Location:</strong>
        Kirkland WA</p>
      <p><strong>Industry:</strong> Computer Software
      <br><strong>Occupational Category:</strong> 15-1132.00 Software Developers, Application
      <br><strong>Hours:</strong> Full-time, 40 hours per week
      <br><strong>Salary:</strong> USD 100000
      </p>
      <p>
        <strong>Description:</strong> ABC Company Inc.
        seeks a full-time mid-level software engineer to develop in-house tools.
      </p>
      <p><strong>Responsibilities:</strong></p>
      <ul>
        <li>Design and write specifications for tools for in-house customers</li>
        <li>Build tools according to specifications</li>
      </ul>
      <p><strong>Educational requirements:</strong></p>
      <ul>
        <li>Bachelor's Degree in Computer Science, Information Systems or related fields of study.</li>
      </ul>
      <p><strong>Experience requirements:</strong></p>
      <ul>
       <li>Minumum 3 years experience as a software engineer</li>
      </ul>
      <p><strong>Desired Skills:</strong></p>
      <ul>
        <li>Web application development using Java/J2EE</li>
        <li>Web application development using Python or familiarity with dynamic programming languages</li>
      </ul>
      <p><strong>Qualifications:</strong></p>
      <ul>
        <li>Ability to work in a team environment with members of varying skill levels.</li>
        <li>Highly motivated.</li>
        <li>Learns quickly.</li>
      </ul>
      <p><strong>Benefits:</strong></p>
        <ul><li>ABC Corp provides top-tier employee compensation benefits and a relaxed, team-oriented work environment, including: Medical, Life, Dental</li>
        </ul>
          <p><strong>Incentives:</strong></p>
            <ul><li>Performance-based annual bonus plan, project-completion bonuses</li>
          </ul>
      <p>If interested in this position, please email us your resume, along with salary requirements and a cover letter to Jobs@abc.123.</p>
      <p>Date Posted: 2011-10-31</p>
    </div>
    
    <div itemscope itemtype="http://schema.org/JobPosting">
      <meta itemprop="specialCommitments" content="VeteranCommit" />
      <h2 itemprop="title">Software Engineer</h2>
      <span>
        <p><strong>Location:</strong> <span itemprop="jobLocation" itemscope itemtype="http://schema.org/Place"><span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
        <span itemprop="addressLocality">Kirkland</span> <span itemprop="addressRegion">WA</span></span></span></p>
      </span>
      <p><strong>Industry:</strong> <span itemprop="industry">Computer Software</span>
      <br><strong>Occupational Category:</strong> <span itemprop="occupationalCategory">15-1132.00 Software Developers, Application</span>
      <br><strong>Hours:</strong> <span itemprop="employmentType">Full-time</span>, <span itemprop="workHours">40 hours per week</span>
      <br><strong>Salary:</strong> <span itemprop="salaryCurrency">USD</span> <span itemprop="baseSalary">100000</span>
      </p>
      <p itemprop="description">
        <strong>Description:</strong> <span itemprop="hiringOrganization" itemscope itemtype="http://schema.org/Organization"><span itemprop="name">ABC Company Inc.</span>
        seeks a full-time mid-level software engineer to develop in-house tools.</span>
      </p>
      <p><strong>Responsibilities:</strong></p>
      <ul itemprop="responsibilities">
        <li>Design and write specifications for tools for in-house customers</li>
        <li>Build tools according to specifications</li>
      </ul>
      <p><strong>Educational requirements:</strong></p>
      <ul itemprop="educationRequirements">
        <li>Bachelor's Degree in Computer Science, Information Systems or related fields of study.</li>
      </ul>
      <p><strong>Experience requirements:</strong></p>
      <ul itemprop="experienceRequirements">
       <li>Minumum 3 years experience as a software engineer</li>
      </ul>
      <p><strong>Desired Skills:</strong></p>
      <ul itemprop="skills">
        <li>Web application development using Java/J2EE</li>
        <li>Web application development using Python or familiarity with dynamic programming languages</li>
      </ul>
      <p><strong>Qualifications:</strong></p>
      <ul itemprop="qualifications">
        <li>Ability to work in a team environment with members of varying skill levels.</li>
        <li>Highly motivated.</li>
        <li>Learns quickly.</li>
      </ul>
      <p><strong>Benefits:</strong></p>
        <ul><li>ABC Corp provides top-tier employee compensation benefits and a relaxed, team-oriented work environment, including:<span itemprop="benefits"> Medical, Life, Dental</span></li>
        </ul>
          <p><strong>Incentives:</strong></p>
            <ul><li><span itemprop="incentives">Performance-based annual bonus plan, project-completion bonuses</span></li>
          </ul>
      <p>If interested in this position, please email us your resume, along with salary requirements and a cover letter to Jobs@abc.123.</p>
      <p>Date Posted: <span itemprop="datePosted">2011-10-31</span></p>
    </div>
    
    <div vocab="http://schema.org/" typeof="JobPosting">
      <meta property="specialCommitments" content="VeteranCommit" />
      <h2 property="title">Software Engineer</h2>
      <span>
        <p><strong>Location:</strong> <span property="jobLocation"  typeof="Place"><span property="address"  typeof="PostalAddress">
        <span property="addressLocality">Kirkland</span> <span property="addressRegion">WA</span></span></span></p>
      </span>
      <p><strong>Industry:</strong> <span property="industry">Computer Software</span>
      <br><strong>Occupational Category:</strong> <span property="occupationalCategory">15-1132.00 Software Developers, Application</span>
      <br><strong>Hours:</strong> <span property="employmentType">Full-time</span>, <span property="workHours">40 hours per week</span>
      <br><strong>Salary:</strong> <span property="salaryCurrency">USD</span> <span property="baseSalary">100000</span>
      </p>
      <p property="description">
        <strong>Description:</strong> <span property="hiringOrganization"  typeof="Organization"><span property="name">ABC Company Inc.</span>
        seeks a full-time mid-level software engineer to develop in-house tools.</span>
      </p>
      <p><strong>Responsibilities:</strong></p>
      <ul property="responsibilities">
        <li>Design and write specifications for tools for in-house customers</li>
        <li>Build tools according to specifications</li>
      </ul>
      <p><strong>Educational requirements:</strong></p>
      <ul property="educationRequirements">
        <li>Bachelor's Degree in Computer Science, Information Systems or related fields of study.</li>
      </ul>
      <p><strong>Experience requirements:</strong></p>
      <ul property="experienceRequirements">
       <li>Minumum 3 years experience as a software engineer</li>
      </ul>
      <p><strong>Desired Skills:</strong></p>
      <ul property="skills">
        <li>Web application development using Java/J2EE</li>
        <li>Web application development using Python or familiarity with dynamic programming languages</li>
      </ul>
      <p><strong>Qualifications:</strong></p>
      <ul property="qualifications">
        <li>Ability to work in a team environment with members of varying skill levels.</li>
        <li>Highly motivated.</li>
        <li>Learns quickly.</li>
      </ul>
      <p><strong>Benefits:</strong></p>
        <ul><li>ABC Corp provides top-tier employee compensation benefits and a relaxed, team-oriented work environment, including:<span property="benefits"> Medical, Life, Dental</span></li>
        </ul>
          <p><strong>Incentives:</strong></p>
            <ul><li><span property="incentives">Performance-based annual bonus plan, project-completion bonuses</span></li>
          </ul>
      <p>If interested in this position, please email us your resume, along with salary requirements and a cover letter to Jobs@abc.123.</p>
      <p>Date Posted: <span property="datePosted">2011-10-31</span></p>
    </div>
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "JobPosting",
      "baseSalary": "100000",
      "benefits": "Medical, Life, Dental",
      "datePosted": "2011-10-31",
      "description": "Description: ABC Company Inc. seeks a full-time mid-level software engineer to develop in-house tools.",
      "educationRequirements": "Bachelor's Degree in Computer Science, Information Systems or related fields of study.",
      "employmentType": "Full-time",
      "experienceRequirements": "Minumum 3 years experience as a software engineer",
      "incentives": "Performance-based annual bonus plan, project-completion bonuses",
      "industry": "Computer Software",
      "jobLocation": {
        "@type": "Place",
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Kirkland",
          "addressRegion": "WA"
        }
      },
      "occupationalCategory": "15-1132.00 Software Developers, Application",
      "qualifications": "Ability to work in a team environment with members of varying skill levels. Highly motivated. Learns quickly.",
      "responsibilities": "Design and write specifications for tools for in-house customers Build tools according to specifications",
      "salaryCurrency": "USD",
      "skills": "Web application development using Java/J2EE Web application development using Python or familiarity with dynamic programming languages",
      "specialCommitments": "VeteranCommit",
      "title": "Software Engineer",
      "workHours": "40 hours per week"
    }
    </script>
    

    BiblioGraph.net Version 1.1
    Schema.org Version 1.93
    Code Version 1.1