Fixing Structured Data Issues – baseSalary
-
Hello,
I’m looking to add a salary to our jobs so that it will be included in Google Job Postings. I’ve been looking at the following documentation to try to achieve this:
https://wpjobmanager.com/document/fixing-structured-data-issues/
https://wpjobmanager.com/document/tutorial-adding-a-salary-field-for-jobs/
https://developers.google.com/search/docs/data-types/job-posting#basesalaryAll future jobs, however, should include the baseSalary data, provided a salary is actually entered during job submission.
However, I haven’t seen where (or even how) the schema is getting added to our jobs. I see the script that adds the schema markup to our jobs for the other fields, but it doesn’t look like the
baseSalary
schema is added after following these steps. Looking at the code, I don’t even see where it should be adding the schema (unless it’s part of thejob_manager_job_listing_data_fields
hook?)Looking at Google’s documentation, it seems like there is more information that needs to be passed than the tutorial includes (such as
unitText
, which I believe is required).Anyway, any help would be appreciated! Thanks!
- The topic ‘Fixing Structured Data Issues – baseSalary’ is closed to new replies.