employerOverview
A Schema.org Property
This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
- 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
Used on these types
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 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.