applicantLocationRequirements
This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.The location(s) applicants can apply from. This is usually used for telecommuting jobs where the applicant does not need to be in a physical office. Note: This should not be used for citizenship or work visa requirements.
- Canonical URL: http://schema.org/applicantLocationRequirements
- Leave public feedback on this term 💬
- Check for open issues.
- 'applicantLocationRequirements' is mentioned in the pending extention.
Values expected to be one of these types |
---|
AdministrativeArea
|
Used on these types |
---|
JobPosting
|
Source
https://github.com/schemaorg/schemaorg/issues/2083
ExamplesA job where one must be in the United States to apply.
TODO
TODO
<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "JobPosting", "name": "Telecommute from anywhere in USA!", "applicantLocationRequirements": { "@type": "Country", "sameAs": "https://www.wikidata.org/wiki/Q30", "name": "USA" } } </script>