[ad_1]
Hello @prowp7,
Thank you so much for getting in touch and bringing your concern to our attention.
Please refer to the filter code below to remove the CollectionPage schema from your pages, specifically taxonomies:add_filter( 'rank_math/snippet/remove_taxonomy_data', function( $value, $taxonomy ) { return true; }, 10, 2);
You may refer to this guide on how to add filters to your website:
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
