applicantLocationRequirements
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/applicantLocationRequirements
- Check for open issues.
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.
Values expected to be one of these types |
---|
AdministrativeArea
|
Used on these types |
---|
JobPosting
|
Source
https://github.com/schemaorg/schemaorg/issues/2083
Examples
Example 1
Copied
Example notes or example HTML without markup.
A job where one must be in the United States to apply.
Example encoded as Microdata embedded in HTML.
TODO
Example encoded as RDFa embedded in HTML.
TODO
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "JobPosting", "name": "Telecommute from anywhere in USA!", "applicantLocationRequirements": { "@type": "Country", "sameAs": "https://www.wikidata.org/wiki/Q30", "name": "USA" } } </script>
Structured representation of the JSON-LD example.