• Resolved PeterGos

    (@petergos)


    Hi I keep getting this error from Google. It goes away when I disable the Yoast SEO plugin….

    It seems to be for this page ONLY…
    https://heatwise.ie/?route=product/search&sort=p.price&order=DESC&limit=50&page=21

    HERE IS THE ERROR…..

    Search Console
    Some fixes failed for Unparsable structured data issues on site https://heatwise.ie/

    You requested that Google validate your fix of Unparsable structured data issues on site https://heatwise.ie/. The fix requested was for the following issue: ‘Incorrect value type “@type”‘.

    However, we found that some pages are still affected by this issue.

    To examine full details on the validation progress, and to learn how to fix remaining pages, please follow this link.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Benj

    (@benjlipchak)

    I hit the same thing today: Unparsable structured data issues reported by Google Search Console after updating to Yoast SEO 14.8.1 yesterday. Same Incorrect value type “@type”. It doesn’t like the "@type":["WebPage",null] below:

    {"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://charitocracy.org/#organization","name":"Charitocracy","url":"https://charitocracy.org/","sameAs":["https://www.facebook.com/charitocracy/","https://www.instagram.com/charitocracy/","https://www.linkedin.com/company/charitocracy/","https://www.youtube.com/channel/UC9wX6tiZSBTsgjG70RS6c9A","https://twitter.com/charitocracy_"],"logo":{"@type":"ImageObject","@id":"https://charitocracy.org/#logo","inLanguage":"en-US","url":"https://cdn.charitocracy.org/wp-content/uploads/2015/12/CharitocracyHeartOnly.png?iv=176","width":1024,"height":1024,"caption":"Charitocracy"},"image":{"@id":"https://charitocracy.org/#logo"}},{"@type":"WebSite","@id":"https://charitocracy.org/#website","url":"https://charitocracy.org/","name":"Charitocracy","description":"Think of us as your charity-of-the-month club","publisher":{"@id":"https://charitocracy.org/#organization"},"potentialAction":[{"@type":"SearchAction","target":"https://charitocracy.org/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["WebPage",null],"@id":"#webpage","url":"","name":"","isPartOf":{"@id":"https://charitocracy.org/#website"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":[""]}]}]}

    Meanwhile I’ll look into what else might be broken on the offending page to get Yoast’s schema into the weeds…

    Same thing. The only fix for now is to edit your themes functions.php and to disable the Yoast schema. Then you can validate with Google.

    Add this as last line to functions.php:

    add_filter( ‘wpseo_json_ld_output’, ‘__return_false’ );

    Benj

    (@benjlipchak)

    Thanks for the workaround, @shoplifter! I’m validating cleanly again until the schema fix comes back from Yoast.

    Hi @petergos,

    Thank you for reaching out.

    We are currently investigating an issue where the @type includes null. We are still looking at the scope of the issue though, we’ve seen that some membership/forums plugins like bbPress, buddyPress and buddyBoss have the same issue on some pages. However, it seems like the URL you have here is not related to it.

    Can you share a bit more information on how this page is configured/structured? It looks like this is a fairly customized URL structure. We would like to know more.

    Hi @shoplifter,
    Hi @benjlipchak,

    This filter disables all Schema output from Yoast on the whole website, this is quite a big workaround and would not be advisable, it would also disable all valid Schema on all other pages where this is not the case. If you have the same issue, please open up a separate topic where you include the URL and as much information so we can investigate and help our development team to scope the issue. Thank you!

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unparsable structured data issues on site’ is closed to new replies.