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

applicantLocationRequirements

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/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

Used on these types

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 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.