Google Jobs JSON object and imported locations?
-
I’m using this plugin to bring jobs from an RSS feed into WP Job Manager. I’ve mapped the location data using the ‘Location > Job Address’ box, but when it comes out in the JSON object for Google Jobs to pick up, the data looks like this:
“jobLocation”:{
“@type”:”Place”,
“address”:”Denver, CO 80012″
}I would expect this:
“jobLocation”:{
“@type”:”Place”,
“address”: {
“@type”: “PostalAddress”,
“addressLocality”: “Denver”,
“addressRegion”: “CO”,
“postalCode”: “80012”,
},Google is, consequently, reporting that my jobs are missing location info even though they’re not.
When I revert to using the _job_location custom field I’m getting the city and state breakdown right, but as soon as I try to add postalCode it stops breaking out properly.
Is there a different way to import the postal code data into the job using your plugin?
The page I need help with: [log in to see the link]
- The topic ‘Google Jobs JSON object and imported locations?’ is closed to new replies.