Viewing 1 replies (of 1 total)
  • Thread Starter pedrorafael

    (@pedrorafael)

    Hi,

    I fixed this after a lot of research…

    One suggestion to further improve your great plugin is to override the current code:

    <meta itemprop=”brand” content=”My Brand”>

    for this

    <script type=”application/ld+json”>
    {
    “@id”:”ID PAGE HERE”,
    “@context”: “https://schema.org/&#8221;,
    “brand”: {
    “@type”: “Thing”,
    “name”: “BRAND HERE”
    }
    }
    </script>

    This correctly integrates with the Woocommerce codes for structured data that can be tested here: https://search.google.com/structured-data/testing-tool/u/0/

    Thank you,

    Pedro.

Viewing 1 replies (of 1 total)
  • The topic ‘Error: The brand property is not recognized by Google.’ is closed to new replies.