Hello,
Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for the delay and for any inconvenience this issue may have caused you.
To remove the schema generated by Rank Math to your website, you can toggle off the Schema (Structured Data) Module in Rank Math > Dashboard

If you wanted to remove the schema from your products only, you can use and modify this filter and add it to your theme’s functions.php file:
/**
* Code to remove json+ld data
*
*/
add_action( 'rank_math/head', function() {
global $post;
if(is_singular('product')) {
global $wp_filter;
if ( isset( $wp_filter["rank_math/json_ld"] ) ) {
unset( $wp_filter["rank_math/json_ld"] );
}
}
});
I hope that helps. Thank you, and looking forward to your update.
Hey,
As I mentioned earlier, I had tried that before already.
For Confirmation, I again did as you said but still, the problem is the same.
If you want my WordPress Admin Login details, I can share them with you.
In Functions.php, I pasted this code as shown in the image below:
https://ibb.co/HdH2YHx
After Editing Functions.php and Unchecking RankMath Schema, I Clear cache of the site, Clear Cache of the Cloudflare, and Open Incognito Mode, and View Product’s Page Source and you can see it’s still there.
https://ibb.co/tp9jH7d
Thank You!
Hoping for Positive Response!
Also, you can Install FileManager Plugin if you want to access Functions.php.
Hello,
Thank you for the update.
The generated schema data from Rank Math is already removed in the line, which I’ve pointed in the screenshot attached in the sensitive data section.
Could you please point out which data are you referring to?
Thank you, and looking forward to your update.
Hello,
We are super happy that this issue is already resolved. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.