Address Warnings on google schema testing tool
-
Hey there,
There is an issue on wp job manager plugin about the schema that generating about the job.
We are seeing 4 warnings related to location on the schema testing tool.addressLocality – The addressLocality field is recommended. Please provide a value if available.
warningaddressRegion – The addressRegion field is recommended. Please provide a value if available.
warningpostalCode – The postalCode field is recommended. Please provide a value if available.
warningstreetAddress – The streetAddress field is recommended. Please provide a value if available.i am testing this job url
https://gomednet.com/jobboard/gomednet-88-prospect-street-white-river-junction-vt-05001-usa-419-testing-location/
i did check the source and location in schema is coming this way
“jobLocation”:{“@type”:”Place”,”address”:”88 Prospect Street, White River Junction, VT 05001, USA”}
but searching more about it on google that we need schema in this way
“jobLocation”:{“@type”:”Place”,”address”:{“@type”:”PostalAddress”,”streetAddress”:”555 Clancy St,”,”addressLocality”:”Wijchen”,”addressRegion”:”Detroit”,”postalCode”:”48201 MI”,”addressCountry”:”US”}I have also searched about the existing thread here, and as per your comments I have entered a full address but I think schema output is wrong
Do we need particular fields for street, city, region, and country?
in that way schema can be correctly generated or wp job manager can alter that full address and automatically pick region, city, postal code.is this should work default on wp job manager or we need any addon for this ?
Also, i have checked, gecoding api is working and billing information added on google account.
let me know what can be done here.The page I need help with: [log in to see the link]
- The topic ‘Address Warnings on google schema testing tool’ is closed to new replies.