educationRequirements
This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.Educational background needed for the position or Occupation.
- Canonical URL: http://schema.org/educationRequirements
- Leave public feedback on this term 💬
- Check for open issues.
- 'educationRequirements' is mentioned in the pending extention.
| Values expected to be one of these types |
|---|
EducationalOccupationalCredential
Text
|
| Used on these types |
|---|
JobPosting
Occupation
|
Sources
https://github.com/schemaorg/schemaorg/issues/1698
https://github.com/schemaorg/schemaorg/issues/1779
Examples<h1>Occupation: Research Scientist</h1> <h2>educationRequirements"</h2> <p>PhD or equivalent<p>
<div itemscope itemtype="http://schema.org/Occupation">
<h1>Occupation: <span itemprop="name"> Research Scientist</span></h1>
<h2>qualifications</h2>
<p itemprop="educationRequirements" itemscope
itemtype="http://schema.org/EducationalOccupationalCredential">
<span itemprop="educationalLevel">PhD or equivalent</span>
</p>
</div>
<div vocab="http://schema.org/" typeof="http://schema.org/Occupation">
<h1>Occupation: <span property="name"> Research Scientist</span></h1>
<h2>qualifications</h2>
<p property="educationRequirements"
typeof="http://schema.org/EducationalOccupationalCredential">
<span property="educationalLevel">PhD or equivalent</span>
</p>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Occupation",
"name": "Research Scientist",
"qualifications": {
"@type": "EducationalOccupationalCredential",
"educationalLevel": "PhD or equivalent"
}
}
</script>