Rank Math Support
Forum Replies Created
-
Hello @cars4starters,
Thank you for contacting Rank Math support.
We can’t replicate the issues you mentioned on our end. The color scheme is the same even when Rank Math is enabled, and the link options are also working fine. Please record and share a screencast using a tool like https://loom.com/ so we can check and assist you further.
Looking forward to helping you.Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] sitemap not updatingHello kengray20,
Thank you for contacting Rank Math support.
Please add the following filter to your site to disable the sitemap cache and fix the issue:/** * Filter if XML sitemap transient cache is enabled. * * @param boolean $unsigned Enable cache or not, defaults to true */add_filter( 'rank_math/sitemap/enable_caching', '__return_false');Here is how to add a filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
After that please clear all the XML files you see under the folder
wp-content/uploads/rank-math.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.Hello @maxsoft,
Thank you so much for getting in touch.
The deprecated notices you’re seeing are related to the Google API Client library used by the Instant Indexing plugin. These are warnings introduced in newer versions of PHP, which is version 8.2 and up, but they don’t affect the functionality of the plugin. In the meantime, you can safely ignore them or suppress deprecated warnings in your PHP configuration.
Don’t hesitate to get in touch with us if you have any other questions.Hello @rockpress1,
Thank you for your query and we are so sorry about the trouble this must have caused.
Can you please confirm if you’re seeing any error messages when editing your product pages? If so, please share some screenshots of the issue so we can take a closer look at them.
Also, try checking if there are other plugins that are influencing this unwanted behaviour. You can troubleshoot your plugins by following this guide: https://rankmath.com/kb/check-plugin-conflicts/
Only the site admin would know and your users won’t be affected by this troubleshooting.
Let us know how that goes. Looking forward to helping you.Hello @rvscc,
Each attribute and taxonomy is added as a custom option in the Titles & Meta options. You can see how many you have by going to WordPress Dashboard > Rank Math SEO > Titles & Meta and seeing the tabs on the left sidebar.
Don’t hesitate to get in touch if you have any other questions.
Hello @georgebr,
We are glad that the issue has been sorted out.
Please feel free to reach out to us again in case you need any other assistance.
We are here to help.
Thank you.Hello @kerncraft1,
Thank you for contacting us, and sorry for any inconvenience that might have been caused due to that.
We are aware of the “Changes may not have been saved” issue and will be releasing a fix soon. You can follow our changelog to stay updated on the latest features and improvements: https://rankmath.com/changelog/
In the meantime, you do not need to save the page again, as any changes made in the editor are already saved. If no changes were made, you can simply ignore the pop-up.
Please don’t hesitate to let us know if you have any other questions.Hello @gerardreches,
We appreciate your feedback.
At the moment we are not considering this option as the data there is used in the plugin for Schema purposes and to provide context.
This can easily be removed with a custom filter like the one we shared so that could be used as a workaround for people that don’t have the intention of using this or want to “clean” the user profile.
Thank you.
Hello @surbma,
We are glad that helped.
Please feel free to reach out to us again in case you need any other assistance.
We are here to help.
Thank you.Hello @nitrospectide,
Please use the following filter to exclude the posts that have the “testimonial” term from the sitemap:add_filter( 'rank_math/sitemap/entry', function( $url, $type, $object ) {
// Only run for posts
if ( 'post' === $type && $object instanceof WP_Post ) {
// Check if post has the term "testimonials" in taxonomy "success_types"
if ( has_term( 'testimonials', 'success_types', $object->ID ) ) {
return false; // Exclude from sitemap
}
}
return $url; // Keep others
}, 10, 3 );Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @rvscc,
Thank you for contacting support.
That options holds all the settings for the Titles & Meta options of our plugin and as such it needs to be autoloaded. If you have a lot of custom post types and/or custom taxonomies that could explain why the value is so big as each post type and taxonomy have their settings saved there.
Setting this option to not be autoloaded is not an option at the moment as it could impact the normal functionality of the plugin.
Don’t hesitate to get in touch if you have any other questions.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Settings are missingHello @yworld,
Thank you for contacting Rank Math support.
We are glad that the issue was fixed after clearing the browser cache.
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.Hello @surbma,
Thank you for your query and we are so sorry about the trouble this must have caused.
Please follow the steps below:
1. Flush the Sitemap cache by following this video screencast:
https://i.rankmath.com/pipRDp
2. 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. Apply the following filter code to your site.add_filter( 'rank_math/sitemap/enable_caching', '__return_false');
Here’s how you can add filter to your WordPress site:https://rankmath.com/kb/wordpress-hooks-actions-filters/
If the issue persists, please share the affected website URL here so we can take a closer look at it.
Looking forward to helping you.Hello @mittwaffen,
If you are still facing the same issue with the latest version of the plugin we recommend getting in touch with our development team for further debugging by using the following email: support@rankmath.com
Thank you.
Hello @pistolero85,
Although the thread is marked as resolved, our development team is actively working on a fix for this issue. We appreciate your patience. You can stay updated on the release via our changelog here as well: https://rankmath.com/changelog/
Thank you.