Hello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
To remove all the schema added by Rank Math, then please try the following filter. It will remove the all Rank Math schema from your website:
add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
return [];
}, 99, 2);
Here is a guide you can follow to add this filter:
https://rankmath.com/kb/wordpress-hooks-actions-filters/
Let us know how it goes.
Thank you.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
Thanks for your reply Sandeepan. I have implemented to code you shared and still having an issue. I’ve uploaded a link to screenshots for your further review.
Hello,
I checked your page and I can see Rank Math is not generating any kind of Schema for that page. All the Schema from our plugin goes inside a script tag with the class rank-math-schema.
The screenshot you’ve shared is not from the schema. This is Rank Math plugin credit notice appearing on your page source. If you want to remove this credit notice, then you can use the following filter on your site:
add_filter( 'rank_math/frontend/remove_credit_notice', '__return_true' );
Hope that helps and please don’t hesitate to let us know if you have any other questions.
Thank you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.