I Just switched my site over to a wordpress WooCommerce platform. https://swordsofhonor.com. Today google sends me this message: Either "offers", "review", or "aggregateRating" should be specified on this page - https://swordsofhonor.com/product-category/die-hobby-stone/ This is a 'category' page with 2 items on it. I have no idea what the error message means or how to fix it.
It has something to do with schema markup. Search for schema markup and it will give you a pretty good idea how to fix that error.
hello i have the same problems with my website : https://www.tendancecarrelagesrouen.fr i have try this solution : /** * Remove the generated product schema markup from Product Category and Shop pages. */ function wc_remove_product_schema_product_archive() { remove_action( 'woocommerce_shop_loop', array( WC()->structured_data, 'generate_product_data' ), 10, 0 ); } add_action( 'woocommerce_init', 'wc_remove_product_schema_product_archive' ); but any result.