Hello,
Thanks for contacting us and sorry for the inconvenience caused.
If you want to disable the meta tags of our plugin, please follow this guide: https://rankmath.com/kb/how-to-disable-all-generated-seo-tags/
Hope that helps. Let us know if you need any other assistance.
Hello,
Thanks for your response, but I’m just want to disable on search page only.
Hello,
In this case, you may edit the code a bit. Please refer to this modified code:
function rankmath_disable_features() {
if ( is_search() ) {
remove_all_actions( 'rank_math/head' );
}
}
add_action( 'wp_head', 'rankmath_disable_features', 1 );
Hope that helps.
Thank you
Thanks, that’s really helpful.
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 us 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.