[Tutorials] Hide product prices that appear on google search
For some reason, you want to hide the product price that appears on google when customers search. You want customers to visit the product instead of flipping through when seeing the price.
Today, flatsomea-z will show you how to hide the price of a product with an extremely simple code.
![[Tutorials] Hide product prices that appear on google search 2 woocommerce-hide-product-price-on-google](https://flatsomea-z.com/wp-content/uploads/2021/12/woocommerce-hide-product-price-on-google-1024x616.png)
You just need to copy and page the following code into functions.php.
add_filter( 'woocommerce_structured_data_product_offer', '__return_empty_array' );
Good luck!