Skip to content

Instantly share code, notes, and snippets.

@imelgrat
Created February 15, 2019 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imelgrat/cb117b52647eb30b2b880b26ba71f0ff to your computer and use it in GitHub Desktop.
Save imelgrat/cb117b52647eb30b2b880b26ba71f0ff to your computer and use it in GitHub Desktop.
Structured DataExample: Helping Google find a Job offer
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"JobPosting",
"baseSalary":
{
"@type":"MonetaryAmount",
"currency":"USD",
"value":
{
"@type":"QuantitativeValue",
"value":40.00,
"unitText":"HOUR"
}
},
"jobBenefits":"Medical, Life, Dental",
"datePosted":"2018-02-01T00:00",
"validThrough" : "2018-02-27T00:00",
"description":"Description: IMELGRAT.ME seeks a full-time mid-level software engineer to develop very cool tools.",
"educationRequirements":"Bachelor's Degree in Computer Science, Information Systems or related fields of study.",
"employmentType" : ["FULL_TIME", "CONTRACTOR"],
"experienceRequirements":"Minumum 3 years experience as a software engineer",
"incentiveCompensation":"Performance-based annual bonus plan, project-completion bonuses",
"industry":"Computer Software",
"jobLocation" :
{
"@type": "Place",
"address":
{
"@type": "PostalAddress",
"streetAddress": "217 Ford House Office Building",
"addressLocality": "Washington",
"addressRegion": "DC",
"postalCode": "20515",
"addressCountry": "US"
}
},
"hiringOrganization" :
{
"@type" : "Organization",
"name" : "IMELGRAT.ME",
"sameAs" : "https://imelgrat.me/"
},
"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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment