Title: Remove pricing table schema
Last modified: October 19, 2020

---

# Remove pricing table schema

 *  Resolved [Danilo Parra Jr.](https://wordpress.org/support/users/daniloparrajr/)
 * (@daniloparrajr)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-pricing-table-schema/)
 * We have a Pricing table block on our page that generates product schema in the
   page, checking the code it is hardcoded in the plugin, do we have another way
   to remove unnecessary schema added to the markup of the pricing table?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-pricing-table-schema%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Luke Carbis](https://wordpress.org/support/users/lukecarbis/)
 * (@lukecarbis)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-pricing-table-schema/#post-13588611)
 * [@daniloparrajr](https://wordpress.org/support/users/daniloparrajr/) Sorry, there
   isn’t a simple way to remove the schema markup from the HTML generated by the
   pricing table block.
 * One option, though, is that you could [filter `the_content`](https://developer.wordpress.org/reference/hooks/the_content/),
   and remove `itemType="http://schema.org/Product"` with [`str_replace()`](https://www.php.net/manual/en/function.str-replace.php).

Viewing 1 replies (of 1 total)

The topic ‘Remove pricing table schema’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/atomic-blocks_ded9f7.svg)
 * [Atomic Blocks - Gutenberg Blocks Collection](https://wordpress.org/plugins/atomic-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/atomic-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/atomic-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/atomic-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/atomic-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/atomic-blocks/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Luke Carbis](https://wordpress.org/support/users/lukecarbis/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/remove-pricing-table-schema/#post-13588611)
 * Status: resolved