applicationContact
This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.Contact details for further information relevant to this job posting.
- Canonical URL: http://schema.org/applicationContact
- Leave public feedback on this term 💬
- Check for open issues.
- 'applicationContact' is mentioned in the pending extention.
Values expected to be one of these types |
---|
ContactPoint
|
Used on these types |
---|
JobPosting
|
Source
https://github.com/schemaorg/schemaorg/issues/2396
ExamplesJob title: Systems Research Engineer Questions? Email info@example.com
to do
to do
<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "JobPosting", "title": "Systems Research Engineer", "applicationContact": { "@type": "ContactPoint", "email": "info@example.com" } } </script>