Mit Hilfe der Auszeichnungssprache Schema.org kann die Stellenanzeige von Google genau verstanden werden.
spätestens mit der Einführung von Goolge for Jobs ist es fast unumgänglich geworden die Stellenausschreibungen um schema.org zu ergänzen um weiterhin für viele Bewerber sichtbar zu sein.
Demo Code für eine Job Posting im JSON-Format
<script type="application/ld+json">
{"@context" : "https://schema.org/",
"@type" : "JobPosting",
"title" : "Software und SEO Developer",
"description" : "eine aussagekräftige Beschreibung der zu besetzenden Stelle",
"identifier": {"@type": "PropertyValue",
"name": "SEO and More - Dev-Grades.de",
"value": "1234567"
},
"datePosted" : "2019-06-27",
"validThrough" : "2019-08-27T00:00",
"employmentType" : "FULL_TIME",
"workHours": "40 hours per week",
"responsibilities": "Design and write specifications for tools for in-house customers Build tools according to specifications",
"skills": "Web application development using Java/J2EE Web application development using Python or familiarity with dynamic programming languages",
"qualifications": "Ability to work in a team environment with members of varying skill levels. Highly motivated. Learns quickly.",
"experienceRequirements": "Minumum 3 years experience as a software engineer",
"educationRequirements": "Bachelor's Degree in Computer Science, Information Systems or related fields of study.",
"jobBenefits": "besten Kollegen",
"hiringOrganization" : {
"@type" : "Organization",
"name" : "Dev-Grades",
"sameAs" : "https://dev-grades.de/, SEO Development and more",
"logo" : "https://dev-grades.de/Master/IMG_eigen/seoAndMore_small.png"
},
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"streetAddress": "Dev Straße",
"addressLocality": ", Dev Ort",
"addressRegion": "BY",
"postalCode": "94043",
"addressCountry": "DE"
}
},
"applicantLocationRequirements": {
"@type": "Country",
"name": "USA"
},
"jobLocationType": "TELECOMMUTE",
"incentiveCompensation": "Performance-based annual bonus plan, project-completion bonuses",
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "EUR",
"value": {
"@type": "QuantitativeValue",
"value": 1.00,
"unitText": "YEAR"
}
}
}
</script>
Es können auch mehr als eine employmentType-Eigenschaft angeben. Beispiel: "employmentType": ["FULL_TIME", "CONTRACTOR"]
Die Schema.org Auszeichnung sollte folgende Angaben beinhalten um von Google beachtet und besser gerankt zu werden