Brands Add-On problem with breadcrumb schema markup
-
Hi,
Google Search Console is reporting the error “Missing field id” with the Breadcrumb schema markup on brand pages.This is the code generated in brand page:
<script type="application/ld+json">{ "@context":"https:\/\/schema.org\/", "@type":"BreadcrumbList", "itemListElement":[{ "@type":"ListItem", "position":1, "item": { "name":"Brands", "@id":"https:\/\/website.com\/brands\/product-1\/" } },{ "@type":"ListItem", "position":2, "item":{ "name":"Product 1", "@id":"https:\/\/website.com\/brands\/product-1\/" } } ] } </script>
As you can see on the markup, in the first entry (brands) for the @id it uses the same url that the product.
I have checked in product page if the markup is correct with the respective categories and it’s OK.
I don’t know if it’s a problem with WooCommerce or Brands Add-On, but you know some way to fix this problem?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Brands Add-On problem with breadcrumb schema markup’ is closed to new replies.