Schema markup has become a major, yet underused, SEO tactic for recruiting. Optimizing your job pages for SEO can cause a leap in applications from Google, Bing and others.

What is Schema? It’s a way for search engines to more easily read, analyze and classify your job postings.

Your job postings should have schema markup if you want to:

  • Show up in Google for Jobs
  • Rank higher in candidate searches on Google, Bing and other major search engines
  • Increase candidate click-through rates on Google, Bing et al

But, to unlock these benefits you have to provide a list of schema properties in your HTML code.

Below are two tables: one for required properties and one for recommended properties. We recommend providing both types of properties to maximize your job’s SEO potential.

Required Schema.org Properties for your Job Postings

PropertyExample
@context@context to "http://schema.org/"
@type"@type": "JobPosting"
datePosted"datePosted": "2018-05-01"
descriptionFull description of job in HTML format
title"title" : "Software Engineer"
validThrough"validThrough" : "2018-05-25T00:00"
hiringOrganization"hiringOrganization : {
@type: ""Organization"",
name: Ongig
sameAs: ""http://www.ongig.com""
}"
jobLocation"jobLocation" : {
"@type"": "Place",
"address"": {
"@type": "PostalAddress",
"streetAddress": "6114 La Salle Avenue, Suite 120",
"addressLocality"": "Oakland",
"addressRegion": "CA",
"postalCode": "94611",
"addressCountry": "US"
}
}"

Recommended Schema.org Properties for your Job Postings

PropertyExampleOptions
baseSalary"baseSalary" : {
"@type": "MonetaryAmount",
"currency": "USD",
"value": {
"@type": "QuantitativeValue",
"value": 40.00,
"unitText": "HOUR"
}
}
Unit Text:
"HOUR"
"DAY"
"WEEK"
"MONTH"
"YEAR"
employmentType"employmentType" : "FULL_TIME""FULL_TIME"
"PART_TIME"
"CONTRACTOR"
"TEMPORARY"
"INTERN"
"VOLUNTEER"
"PER_DIEM"
"OTHER"
identifier"identifier": {
"@type": "PropertyValue",
"name": "Ongig",
"value": "1234567"
}
"PropertyValue" Options
industry"industry": "Manufacturing"List of industry-specific schema markup
occupationalCategory"occupationalCategory" : ["15-1132.00", "Software Developers, Applications"]Page 223-241
Geo"geo": {
"@type": "GeoCoordinates",
"latitude": "37.775",
"longitude": "-122.41833"
}
Where your job is located in terms of latitude and longitude.

How To Check Your Job Pages for Schema Markup

  1. Go to your job posting.
  2. Press Ctrl + U (on PC) or Command + U (on Mac), this allows you to view the source code of the page.
  3. Press Ctrl + F (on PC) or Command + F (on Mac), this allows you to find and search words you type in.
  4. Type in any of the required or recommend properties in the tables above to see if your pages have schema markup.

Example of Schema Job Posting Markup

Schema Job Posting HTML Code Example

Additional Schema Job Posting Resources:

If you have an HTML/CSS expert in-house, they can help you apply Schema markup to all your job pages.

If you’d like Ongig’s help instead, just reach out for a demo. Ongig’s software automatically builds Schema.org and other SEO tactics into all of your job pages.

by in Recruitment SEO