Title: price
Last modified: February 20, 2024

---

# price

 *  Resolved [vtrn](https://wordpress.org/support/users/vtrn/)
 * (@vtrn)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/price-42/)
 * Hello, I use the default schema of WooCommerce in RankMath
   I want the price field
   in the schema to become 0 in some productsPlease give the code
 * (I want it to look like we entered the product price as 0 – so if it needs to
   be changed anywhere else, please let me know)

Viewing 1 replies (of 1 total)

 *  Plugin Support [Rank Math Support](https://wordpress.org/support/users/rankmathsupport/)
 * (@rankmathsupport)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/price-42/#post-17438424)
 * Hello [@vtrn](https://wordpress.org/support/users/vtrn/),
 * Thank you so much for getting in touch.
 * Please refer to this filter code to set your product’s price to 0 in the schema:
   `
   add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity){
   if ( ! is_product() ) { return $entity; } $entity['offers']['price'] = 0; return
   $entity; } );`You may refer to this guide on how to add filters to your website:
   [https://rankmath.com/kb/wordpress-hooks-actions-filters/](https://rankmath.com/kb/wordpress-hooks-actions-filters/)
 * Hope that helps and please do not hesitate to let us know if you need our assistance
   with anything else.

Viewing 1 replies (of 1 total)

The topic ‘price’ is closed to new replies.

 * ![](https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330)
 * [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings](https://wordpress.org/plugins/seo-by-rank-math/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-by-rank-math/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-by-rank-math/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-by-rank-math/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-by-rank-math/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-by-rank-math/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rank Math Support](https://wordpress.org/support/users/rankmathsupport/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/price-42/#post-17438424)
 * Status: resolved