-
Hello. I want the Local Business Schema I set up on Rank Math to work but it is not because of the functions.php snippet I have that stops the Google Search Console error for product Item Lists.
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’ );How can I include local business schema but exclude the product info on my Woocommerce Shop page:
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘Local Business Schema’ is closed to new replies.