Jaideep Asrani
Forum Replies Created
-
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] GoodHello @francisco2021,
We are glad that you have been enjoying using our plugin, and we hope the experience excels.
Our plugin doesn’t have a broken link checker. You can use our 404 Monitor module to check the 404 errors happening on the site. https://rankmath.com/kb/advanced-404-monitor/
Thank you.
Hello @scoufy,
We are super happy that this resolved your issue.
If you do 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.
Hello @michael2010,
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.Hello @masouddarvishi1992,
Please try these on your end and see if it works.
wp language plugin update --allThen
wp i18n make-json wp-content/languagesThen check the folder
\wp-content\languages\pluginsLet us know how that goes. Looking forward to helping you.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] ErrorHello @avsalexandra,
Thank you for contacting Rank Math support.
Please confirm if the warning is being triggered on a specific page. You can enable the debug display on your site to figure out which page is triggering the warning. https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @scoufy,
Thank you for contacting Rank Math support.
The issue is related to the old Polylang compatibility code you have added on your site. Please check the following guide to use the latest version of the code to get rid of the issue. https://rankmath.com/kb/polylang-compatibility/
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @woochilles,
Please let us know once you have the exact error so we can help you fix the issue.
Looking forward to helping you.
Hello @mihaiiceyro,
We are super happy that this resolved the issue.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @woochilles,
Thank you for contacting Rank Math support.
Please check your site’s error logs and share the error that crashes the site so we can check and assist you further.
Looking forward to helping you.
Hello @mailtobb,
We are super happy that this resolved the issue.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @akshay0101,
Thank you for sending the email. Our support team will get back to you soon.
We sincerely appreciate your patience in the meantime.
Hello @mihaiiceyro,
Thank you for contacting Rank Math support.
Please use the following filter to modify the properties of the Product Schema:
add_filter( "rank_math/snippet/rich_snippet_product_entity", function( $entity ) {
$entity['offers']['price'] = '2.00';
return $entity;
});Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @ventanafx,
Thank you so much for the review. We sincerely appreciate it.
We regret to inform you that due to legal restrictions and compliances, we are no longer accepting users from sanctioned countries.
We understand that this may be inconvenient for you and we apologize for any frustration or disappointment this may have caused.
We value your interest in our platform and we hope that you will check back with us in the future to see if the situation has changed. If you have any further questions or concerns, please don’t hesitate to reach out to us.
Thank you for your understanding.
Hello @giorgos93,
It is recommended to follow the second step to make sure that the issue doesn’t occur again. If the second step doesn’t work, then you should follow the third steps to completely disable the sitemap cache.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @giorgos93,
Thanks for contacting us, and sorry for any inconvenience that might have been caused due to that.
For initial troubleshooting, please make sure that your sitemap is not getting cached. Please follow these steps:
1. Flush the Sitemap cache by following this video screencast:
https://i.rankmath.com/pipRDp2. Exclude the Sitemap files of the Rank Math plugin in your caching plugin. The cache could be via a plugin or from the server. For plugins or Cloudflare, please follow this article:
https://rankmath.com/kb/exclude-sitemaps-from-caching/3. If the above steps don’t seem to work, kindly apply the following filter code to your site.
add_filter( 'rank_math/sitemap/enable_caching', '__return_false');<br>
Here’s how you can add filter/hooks to your WordPress site:
https://rankmath.com/kb/wordpress-hooks-actions-filtersLet us know how it goes. Looking forward to helping you.
Thank you.