Hello,
Thank you for contacting us and we apologize for any trouble you may have experienced with Rank Math.
To fix the issue, please make sure you have the latest version of the Rank Math plugin installed on your site. You can check the latest version here: https://rankmath.com/changelog/free/
Once you have updated the plugin, please follow these steps to reconnect Rank Math with your Google account and grant all the necessary permissions:
- First of all, check to make sure that you have a verified Google Search Console and Google Analytics properties, if not follow the attached link to create one. If you already have verified properties and you’re still unable to connect them – then follow these steps
- Go to your Google account settings and click on Security.
- Scroll down to the section called Third-party apps with account access and click on Manage third-party access.
- Find Rank Math in the list of apps and click on it.
- Click on Remove access and confirm your action.
- Go back to your WordPress dashboard and navigate to Rank Math > General Settings > Analytics.
- Click on Deauthorize Account and then click on Authorize again.
- Follow the instructions to sign in with your Google account and allow Rank Math to access your data.
You can also refer to this guide for more details: https://rankmath.com/kb/analytics-issues/#expired-google-oauth-token
We hope this resolves the issue for you. If you still face any problems or have any questions, please let us know. We’re always here to help.
Thank you for choosing Rank Math!
Thank you for your response. unfortunately I still have an issue. I found the notice below in my Rank Math SEO when I click on Analytics. the page with the Dashboard / Analytics comes up blank but this is the fine print at the top of the page. any idea how to fix this?
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rank-math domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/totaageu/public_html/wp-includes/functions.php on line 6114
Also, I deactivated rank math yesterday and re-added it and that didn’t fix the missing rank math solutions in my new blog posts. Rank math is working and appears where i see all my posts, even for a new post i put up today, I can’t analyze and determine what i need to fix though to increase my score
I was able to get Rank Math to link in the Search Console and Analytics are Green now but I still can’t see the details on the new blog post to increase my score
Hello,
The notice is showing because WordPress v6.7 has changed how translations are loaded. Our developers are currently working on it and will release an update soon.
For now, you can disable the doing_it_wrong
notice by adding the following filter code on your website:
add_filter( 'doing_it_wrong_trigger_error', '__return_false' );
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Or, you can set the WP_DEBUG_DISPLAY
constant to false in the wp-config.php
file.
Regarding the Analytics error, could you please share a screencast with us by using a tool like https://loom.com so that we can check this further for you?
Let us know how it goes. Looking forward to helping you.
Thank you.
Hello,
This is a follow-up regarding the notice you are seeing. You should still share the screencast regarding the issue about the Analytics
We have released a Beta update that fixed the issue.
Please remove the filter and enable the Beta update by following this guide:
https://rankmath.com/kb/version-control/#beta-updates
If you are unable to see an update, please clear Rank Math’s transients from:
WP Dashboard > Rank Math > Status & Tools > Database Tools > Remove Rank Math Transients > Remove transients
Please clear the caches, server, and WordPress after updating.
Let us know how it goes.
Thank you.