• Resolved LogixTree

    (@logixtree)


    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]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter LogixTree

    (@logixtree)

    I am not getting a reply on this
    I have contacted you earlier on GitHub you were responsive at there.
    why you are not replying here?

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi!

    I played around with it, and it works if you use this address:

    88 Prospect St, White River Junction, VT 05001, USA

    I think the problem is the “Street”; notice how I replaced it with “St” instead?

    I got that by entering it here:

    https://maps.googleapis.com/maps/api/geocode/json?address=88+Prospect+Street,+White+River+Junction,+VT,05001&key=YOUR_API_KEY_GOES_HERE

    When I check that, I see:

    
    "formatted_address" : "88 Prospect St, White River Junction, VT 05001, USA",
    

    So I think Google just didn’t like the “Street” for some reason. Do you have any other examples where it doesn’t work?

    Thread Starter LogixTree

    (@logixtree)

    Hey richard,
    As per your suggestion, I have tried and I am getting results on
    https://maps.googleapis.com/maps/api/geocode/json?address=900%20W%20Dolphin%20Street,%20Siler%20City,%20NC%2027344,%20United%20States&key=YOUR_API_KEY
    but the problem is on the website
    for example, this post https://gomednet.com/jobboard/9899696/
    if you check the source of this job, you won’t see the correct schema for the job.

    
    <script type="application/ld+json">{"@context":"http:\/\/schema.org\/","@type":"JobPosting","datePosted":"2019-12-23T07:00:11+00:00","validThrough":"2050-01-01T00:00:00+00:00","title":"CNA","description":"<p>Minimum Requirements<br \/>\n1. Current Resume<br \/>\n2. Current License\/Certifications<br \/>\n3. Minimum of 2 years of recent experience in the specialty you are applying for<br \/>\n4. Two current references<br \/>\n5. Must be able to pass background\/urine drug screening<br \/>\n6. Knowledge of state and federal regulations<\/p>\n<p>For further details on this position in this location, please visit our website www.gomednet.com and search for the respective specialty and location.<\/p>\n<p>At MedNet Professionals we continue to look for top healthcare talent to place at a wide range of facility settings across the US. We partner with employers in Acute care, outpatient, LTC\/SNF, home health, and more. No matter what type of employment arrangement you are looking for our recruiting team can assist you in finding direct-hire positions, travel &amp; local contract assignments, Per Diem, and Registry openings. Apply to this position today on our website to speak with a recruiter. If your background and experience qualify for the position a recruiter will reach out to you right away!<\/p>\n","hiringOrganization":{"@type":"Organization","name":"MedNet Professionals","sameAs":"https:\/\/gomednet.com\/","url":"https:\/\/gomednet.com\/","logo":"https:\/\/gomednet.com\/wp-content\/uploads\/2017\/03\/mednet-logo-1.jpg"},"identifier":{"@type":"PropertyValue","name":"MedNet Professionals","value":"https:\/\/gomednet.com\/jobboard\/9899696\/"},"jobLocation":{"@type":"Place","address":"900 W Dolphin Street, Siler City, NC 27344, United States"}}</script>

    so we need to sort the warnings here
    https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fgomednet.com%2Fjobboard%2F9899696%2F
    please tell me if this should default work fine in wp job manageror if there is any other premium addon which does that.

    Thread Starter LogixTree

    (@logixtree)

    is there any update on this ?

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi,

    Once again, if I put that address in the link with my API key, it returns the following:

    "formatted_address" : "900 W Dolphin St, Siler City, NC 27344, USA",

    So Google just doesn’t like “Street” for some reason, and only wants “St”.

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Address Warnings on google schema testing tool’ is closed to new replies.