Note: you are viewing the development version of Schema.org. See How we work for more details.

employerOverview

A Schema.org Property

This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.
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.