Either “offers”, “review”, or “aggregateRating” should be specified error
-
hi, i am facing the issue in web console named as “Either “offers”, “review”, or “aggregateRating” should be specified error”. what should i do to fix this. please guide me. I have google it and found this one
/**
* 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’ );I have added this in functions.php.
is there any suggestion about this. Is this right way to fix this or i need another technique to fix this.please guide me so that i will fix this as soon as possible.
- The topic ‘Either “offers”, “review”, or “aggregateRating” should be specified error’ is closed to new replies.