Jaideep Asrani
Forum Replies Created
-
Hello @sikar99,
Thank you for contacting Rank Math support.
We have replied to the email you sent to us about the same issue. Please check the reply and share the details via email so we can assist you further.
Looking forward to helping you.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Help with paginationHello @tw1l1ght,
Thank you for contacting Rank Math support.
Since the
%page%variable is not working for CPT, please modify and use the following filter to add the page number to the SEO title of the paginated pages:add_filter( 'rank_math/frontend/title', function( $title ) {
if(is_paged()) {
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
return $title. ' Page '.$paged;
}
return $title;
});Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @frussane and @vaka2vaka,
Thank you for contacting Rank Math support.
We released a quick Beta update with a fix for the issue. You can wait for the stable version or follow these steps to enable beta updates on your sites:
Please enable the Beta update by following this:
https://rankmath.com/kb/version-control/#beta-updatesIf 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 transientsPlease clear the caches, server, and WordPress after updating.
You can disable the Beta updates once you update to the latest version and if the issue is fixed.
We are here to assist. Thank you.
Hello @mei-yin,
Thank you for contacting Rank Math support.
If you duplicated your site to the staging site, then it should already have the same settings of our plugin as you have on the live site. Also, if you have optimized content on the staging site and exclude our plugin’s fields when you push your staging to live site, then the changes you have made to the metadata will also not be imported.
If you still want to exclude tables and fields, here is a list:
Tables:
wp_rank_math_404_logs
wp_rank_math_analytics_ga
wp_rank_math_analytics_gsc
wp_rank_math_analytics_inspections
wp_rank_math_analytics_keyword_manager
wp_rank_math_analytics_objects
wp_rank_math_internal_links
wp_rank_math_internal_meta
wp_rank_math_redirections
wp_rank_math_redirections_cacheMeta keys:
rank_math_title
rank_math_description
rank_math_focus_keyword
rank_math_schema_*
rank_math_robots
rank_math_advanced_robots
rank_math_pillar_content
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.Hello @geovanesou,
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 @mparera,
Please email our development team at support@rankmath.com so they can check this further on your site.
Looking forward to helping you.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] ErrorHello @alexti,
Thank you for contacting Rank Math support.
Please try removing and reinstalling the plugin. If the issue persists, please contact our development team at support@rankmath.com so we can check this further.
Looking forward to helping you.
Hello @androgenicalopecia,
Thank you for contacting Rank Math support.
Since deactivating Rank Math didn’t fix the issue, it must be related to something else. You can try disabling other plugins one by one to figure out which plugin is causing the issue with your site’s performance.
Let us know how that goes. Looking forward to helping you.
Hello @evgenij18,
Thank you for contacting Rank Math support.
Please contact our development team at support@rankmath.com (if you haven’t already) and share the details and performance logs so we can investigate this further.
Looking forward to helping you.
Hello @davidovic123,
Thank you for contacting Rank Math support.
Yes, you can delete the Yoast’s data from the database once you have successfully imported it to our plugin. You can use the Clean option in WP Dashboard > Rank Math SEO > Status & Tools > Import & Export > Other Plugins to remove the data of old SEO plugins from the database.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @mazzane,
Thank you for contacting Rank Math support.
We can’t replicate the issue on our end. WhatsApp is showing the correct details in the link preview. Here is a screenshot for your reference: https://i.rankmath.com/i/6aBEi6
If the issue is related to a specific product, please share the exact URL so we can check and assist you further.Looking forward to helping you.
Hello @swissprice,
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 @nealumphred,
The Display Post Author option of your theme shows the Author Name and links to the default WordPress author archives. If you want to change that URL, you will have to get in touch with your theme’s support, as they add the URL to the author name. Our plugin only controls if the author archives are enabled or not.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @nealumphred,
Thank you for contacting Rank Math support.
Please navigate to WP Dashboard > Rank Math SEO > Titles & Meta > Authors and enable the Author Archives option to fix the issue.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @michoscopic,
Thank you for contacting Rank Math support.
We checked on our end, and our plugin’s sitemap works fine for the FluenCart products. Can you 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/That should fix the issue.
Please let us know if that does not. We are here to assist.