-
Google shopping keeps failing because the schema price is wrong. It’s showing the price without tax
I have
add_filter( "rank_math/snippet/rich_snippet_product_entity", function( $entity ) { global $product; $entity['offers']['price'] = wc_get_price_including_tax( $product ); return $entity; });
In my functions file. Really stuck. I have put my url in the Sensitive Data.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘Schema data’ is closed to new replies.