- Issue created by @davidmcnee
- Merge request !30Issue #3357714: Add jobLocationType property to JobPosting β (Open) created by Unnamed author
- last update
about 2 years ago 59 pass - π¬π§United Kingdom davidmcnee
Submitted MR !30 with the new property jobLocationType.
Attaching a patch for the changes from 062bb7a1 commit.
- Status changed to Needs review
about 2 years ago 2:50pm 4 May 2023 - last update
about 2 years ago 59 pass - πͺπΈSpain tar_inet
pfructuoso β made their first commit to this issueβs fork.
- πͺπΈSpain tar_inet
The field wasnΒ΄t correct. It displayed a `@type` field when it should be only a `text` field. See JobPosting scheme documentation for reference.
https://schema.org/JobPostingAfter my commit it looks as expected.
- π¦πΊAustralia rikki_iki Melbourne
This field works but when using it Google also requires the applicantLocationRequirements field to provide at least one Country.
- π¦πΊAustralia rikki_iki Melbourne
Figured out how to add it;
Now shows as;
"jobLocationType": "TELECOMMUTE", "applicantLocationRequirements": { "@type": "Country", "name": "AU" },
which is showing as valid according to Googles Rich Text tester.
- π¦π·Argentina alex fernando herbas
It looks ok according to the documentation.
Output:"applicantLocationRequirements": [ { "@type": "Country", "name": "Spain" }, { "@type": "Country", "name": "USA" } ]