-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
applicantLocationRequirements schema now required for Remote (TELECOMMUTE) jobs #2305
Comments
Another request for this on: 5509949-zen This issue is coming up due to a change on Google's end as explained here: https://developers.google.com/search/docs/advanced/structured-data/job-posting Google now expects something like:
in the schema to indicate where work can be performed. |
5562974-zen
|
Support References This comment is automatically generated. Please do not edit it.
|
Another request on 5684222-zen |
Another request on 6169128-zen |
We are also running into this issue and would be interested in an update or a fix. |
For anyone else running into this, you can modify the structured data in your own theme/plugin by using the wpjm_get_job_listing_structured_data filter.
|
7122077-zen |
7179203-zen |
+1 for us - would be great to fix it |
As I am not a theme or plugin developer - where exactly can I add this code snippet? We are using the Cariera theme. |
You would need to create a child theme which unfortunately does require some coding. First you need to be able to access your site's files on the server via SFTP, and then you need to follow the instructions in the provided link and create some new files on the server. The code snippet would go inside of the functions.php file. |
It's also possible to add the snippet without additional coding using the Code Snippets plugin |
@theninabird @yscik many thanks to both of you! We had a child theme already - I was only not sure if the functions.php file was the right one. We made it work and Google already indexed the job postings without any errors. |
I'm actually quite astonished that WP Job Manager has been silently excluding telecommuting positions from Google Jobs by omitting this required field for the past two years. Compatibility with Google Jobs is one of the selling features on WPJM's market page, and this isn't a small issue. It should definitely be a team priority. |
Google just pushed an update that delists jobs when TELECOMMUTE and not including the applicantLocationRequirements schema.
Would be great if we could implement this as a field!
The text was updated successfully, but these errors were encountered: