Viewing 7 replies - 1 through 7 (of 7 total)
  • I have a similar problem..
    Google Structured Data Testing Tool is finding 2 products in each product url, 1 is correct and the other one is empty (and showing that error, missing name)
    Is this influencing in not appearing those data in search results?

    Hey! Just checked your url, how did you fix it?

    judyvedder

    (@judyvedder)

    Same problem here. Any insight on how to fix this would be most appreciated.

    Plugin Contributor Mike Jolley

    (@mikejolley)

    If you use the tool on a default theme, there are no errors. Some themes simply miss out the wrapping classes around products to make them valid.

    judyvedder

    (@judyvedder)

    Thank you Mike Jolley. This is the information I was missing. I simply need to wrap it in a class name! Is the class product-name?

    Plugin Contributor Mike Jolley

    (@mikejolley)

    Compare your markup to the markup when using a default theme:

    https://dl.dropboxusercontent.com/s/5gesj40huv8ueux/2016-03-04%20at%2015.27.png?dl=0

    judyvedder

    (@judyvedder)

    Thanks Mike Jolley. With your assistance I was able to correct this. This is a custom theme so I did compare it to Woo Canvas which was working perfectly. I ended up modifying content-single-product.php by adding itemprop=”name” and class=”product-name” to the h1 tag that was around the product title.

    I also moved the woo get_product_schema call above the product information area.

    I hope this detail can help someone else. Again thanks Mike Jolly for responding to this thread as I was at a loss as to how to begin to solve the issue.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Structured Data > Product (markup: schema.org) : Many errors’ is closed to new replies.