Hello,
I apologize for the issue you are facing with the GSC (Google Search Console) code added by Rank Math. It seems that even after removing the plugin and its data, the verification status is still persisting.
To completely remove any SEO tags or codes generated by Rank Math, you can try adding a code snippet to your theme’s rank-math.php
file to disable the features:
/**
* Function to disable SEO Tags generated by Rank Math
*/
function rankmath_disable_features() {
if ( is_singular( 'page' ) ) {
remove_all_actions( 'rank_math/head' );
}
}
add_action( 'wp_head', 'rankmath_disable_features', 1 );
Make sure to click the Update File button after adding this code. This should help in removing any remaining SEO tags from your site.
If you continue to experience issues, please reply to this ticket with your site URL so that a human agent from the Rank Math Support team can assist you further. Thank you for raising this concern!
This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.
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.