employerOverview
A Schema.org PropertyThis term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.
- Canonical URL: https://schema.org/employerOverview
- Check for open issues.
A description of the employer, career opportunities and work environment for this position.
Values expected to be one of these types |
---|
Text
|
Used on these types |
---|
JobPosting
|
Source
https://github.com/schemaorg/schemaorg/issues/2396
Examples
Example 1
Copied
Example notes or example HTML without markup.
Job Title "Systems Research Engineer" at Acme. Acme is committed to providing an environment where the most creative people want to work. We are committed to creating a diverse environment and are proud to be an equal opportunity employer.
Example encoded as Microdata embedded in HTML.
to do
Example encoded as RDFa embedded in HTML.
to do
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "JobPosting", "title": "Systems Research Engineer", "employerOverview": "Acme is committed to providing an environment where the most creative people want to work. We are committed to creating a diverse environment and are proud to be an equal opportunity employer." } </script>
Structured representation of the JSON-LD example.