Hello,
Thank you for getting in touch with us. We’re sorry you’re facing some issues with connecting your Rank Math account. We understand how annoying that can be. But don’t worry, we are here to help.
Go through the following steps to troubleshoot the issue.
1) Let’s start by checking your WordPress settings and making sure that your website URL is correct. Sometimes a missing slash can mess up the connection.
To do this, please go to your WordPress dashboard and click on Settings > General. Then look at the WordPress Address (URL) and Site Address (URL) fields and see if they match your website URL exactly.

If you find any errors, please correct them and save the settings.
2) Please try to disconnect and reconnect your Rank Math account by following these steps:
- Go to Rank Math > Dashboard and click on the Disconnect Account button.
- Clear your browser, website, and site-level cache
- Go to Rank Math > Connect and click on the Connect Account button.
- Follow the instructions on the screen to log in to your Rank Math account and authorize the connection.
3) If the above doesn’t work, you can try adding a filter code to your website that will bypass the URL check. This might help if there is some issue with your server configuration or DNS settings.
To add the filter code, please follow this guide: https://rankmath.com/kb/wordpress-hooks-actions-filters/. The filter code you need to add is this:
/**
* Filter whether we need to check for URL mismatch or not.
*/
add_filter( 'rank_math/registration/do_url_check', '__return_false' );
You can add it to your theme’s functions.php file or use a plugin like Code Snippets.
And that’s it! The plugin should now be able to stay connected without any issues.
For more information on why this issue happens and how to fix it, you can check this page: https://rankmath.com/kb/problems-while-connecting-account/
We hope this helps. If not, please send us a screenshot of the error you’re getting. We’re happy to troubleshoot this more with you.
We appreciate your patience and cooperation. Thank you for choosing Rank Math.