Jaideep Asrani
Forum Replies Created
-
Hello @raymondtinyfrog,
We are aware of the issue and will soon release a fix for this. We will inform you once it is available. You can also keep an eye on our changelog to get notified about the latest features and updates: https://rankmath.com/changelog.
Please do not hesitate to let us know if you need our assistance with anything else in the meantime.
Thank you.
Hello @southklad,
The issue wasn’t fixed in the latest update. Our developers are working on it and it should be fixed soon. We will let you know once the fix is available.
Please do not hesitate to let us know if you need our assistance with anything else in the meantime.
Thank you.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] SEO Score CheckHello @danna3,
Thank you for contacting Rank Math support.
Our plugin uses multiple SEO tests to calculate the SEO score, so making a small change can affect the score. You can check this guide to learn how our plugin generates the scores: https://rankmath.com/kb/score-100-in-tests/
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @alexhooley,
Thank you for contacting Rank Math support.
WordPress forces the trailing slash to the homepage URL but our plugin uses the permalink structure to generate the canonical URL. That’s why the canonical URL of the homepage doesn’t have a trailing slash.
It won’t cause any issues as Google considers both versions as same for the homepage URL, and they will index it without showing any issues or errors regarding the canonical URL.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @cdheumann,
Thank you for contacting Rank Math support.
You can delete the content inside the
redirections_cachetable by using the following SQL query:DELETE FROM wp_rank_math_redirections_cache;Replace
wp_with your actual table prefix if it’s different.However, please make sure that you don’t remove the table directly, but the content inside it only. It might make your current redirections run a little bit slower for the first time they are loaded after deleting the cached content, but won’t cause any issues on your site.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @grahamjones,
Thank you for sharing your experience! We’re glad our team could quickly identify and resolve the issue for you. It means a lot, especially coming from someone who teaches customer service.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @bajlazzo,
Thank you for contacting Rank Math support.
Please navigate to WP Dashboard > Rank Math SEO > Status & Tools > System Status > Copy System Info to Clipboard and share it with us so we can check this further.
Looking forward to helping you.Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Amazing SEO ToolHello @alexa793,
Thanks a lot for the kind words! We’re glad you’re enjoying Rank Math and finding it helpful for your SEO efforts.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @bluesix,
The issue is related to some corrupted database entries for our plugin’s options. Please follow these steps:
- Add the following filter to your active theme’s functions.php file:
add_filter( "pre_update_option_rank-math-options-sitemap", function( $value, $old_value, $option ){ unset($value['exclude_roles']); return $value; }, 10, 3 ); - Navigate to WP Dashboard > Rank Math SEO > Sitemap Settings > Author Sitemap and make any small change to the Exclude Roles option and save the settings.
- Remove the filter from the functions.php file.
That should fix the issue. Let us know if it doesn’t.
We are here to assist.
Hello @more2think,
We are glad that the issue has been resolved.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @tnicolai,
Thank you for contacting Rank Math support.
Please navigate to WP Dashboard > Rank Math SEO > Status & Tools > System Status > Copy System Info to Clipboard and share it with us so we can check this further.
Looking forward to helping you.Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Go to SEO pluginHello @shagorrana,
Thank you so much for your kind words and support! We’re glad to hear that Rank Math SEO plugin has been your go-to choice and is helping you manage on-page SEO effectively. If you ever need any assistance, feel free to reach out.
We’re always here to help!
Hello @southklad,
We are glad that you are now able to add the focus keyword. This should be fixed in the next update. You can keep an eye on our changelog to get notified about the latest features and updates: https://rankmath.com/changelog/
Please do not hesitate to let us know if you need our assistance with anything else in the meantime.
Thank you.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Easy to use.Hello @victorgavino,
We are glad that you have been enjoying using our plugin, and we hope the experience excels.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @mcgeneraluser,
Thank you for contacting Rank Math support.
The size of the image is too big. You will have to make sure that the image is under 300 KB to make it work on WhatsApp and other messaging apps.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
- This reply was modified 4 months, 2 weeks ago by Jaideep Asrani.
- Add the following filter to your active theme’s functions.php file: