Jaideep Asrani
Forum Replies Created
-
Hello @giorgos93,
That’s the expected behavior. The parent category is not set to noindex if the child category has posts. We have also asked developers to look into this and see if the same can be done with the Include Empty Terms option of the sitemap settings.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @aysia00,
Thank you for contacting Rank Math support.
You can disable the SEO Details option in the Screen Options section of the post list view for the guest author roles to hide the SEO Details column. Here is a screenshot for your reference: https://i.rankmath.com/i/vaVnB1
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @thegulshankumar,
Thank you for contacting Rank Math support.
- Both wrong and right URLs are the same. Please share a screenshot using a tool like https://imgur.com, so we can check, and assist you further.
- The tags you mentioned are used for enhancing the link sharing in Slack, not for Twitter cards. If you want to remove those tags, please disable the Slack Enhanced Sharing option in WP Dashboard > Rank Math SEO > Titles & Meta > Post Types.
Looking forward to helping you.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] straight up the bestHello @keagan5,
Thank you so much for the amazing feedback! We’re really happy to hear that you’re enjoying the easy setup, built-in Schema features, and lightweight performance. Your support means a lot to us.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @szepeviktor,
Thank you for contacting Rank Math support.
Our developers are aware of the issue and are working on fixing it. For now, please add the following filter to your site to fix the issue:
use RankMath\Helper;
add_filter('pre_update_option_rewrite_rules', function ( $value, $old_value, $option ) {
class WPML_RM_WC_Permalinks extends \RankMath\WooCommerce\Permalink_Watcher {
/**
* Re update rewrite rules.
*
* @param array $rules The compiled array of rewrite rules during options update.
*
* @return array
*/
public function re_update_rules_array( $rules ) {
if ( $this->rm_filter_added() ) {
return $rules;
}
if ( Helper::get_settings( 'general.wc_remove_category_base' )
|| Helper::get_settings( 'general.wc_remove_category_parent_slugs' ) ) {
return $this->add_rewrite_rules( $rules );
}
return $rules;
}
/**
* Checks if \RankMath\WooCommerce\Permalink_Watcher->add_rewrite_rules is added.
*
* @return bool
*/
private function rm_filter_added(){
global $wp_filter;
if ( ! empty( $wp_filter['rewrite_rules_array'] ) ) {
foreach ( $wp_filter['rewrite_rules_array']->callbacks as $key => $filter ) {
$item = current($filter)['function'];
if ( ! is_array( $item ) ) {
continue;
}
if ( 'RankMath\WooCommerce\Permalink_Watcher' === get_class( $item[0] ) ) {
return true;
}
}
}
return false;
}
}
return ( new WPML_RM_WC_Permalinks() )->re_update_rules_array( $value );
}, 10, 3 );Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @theatuttle,
Thank you for contacting Rank Math support.
Please navigate to WP Dashboard > Rank Math SEO > Titles & Meta > {your_post_type} and disable the Add SEO Controls option to remove the meta box.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @giorgos93,
Thank you for contacting Rank Math support.
This is the expected behavior. Themes show the posts of the subcategories on the category page, but if you check the category list in the backend, you will see that 0 posts are assigned to that category. When our plugin checks the database, it finds the same(zero posts) for the main category, and excludes it from the sitemap.
If you want to include main categories in the sitemap, then you should include the empty categories in the sitemap.
Please do not hesitate to let us know if you need our assistance with anything else.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Great and secureHello @pmopreference,
We are super happy that you’re 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 @rose18,
We can’t replicate the issue on our end. The setup wizard works fine even when the Elementor AI functions are enabled for the user-account. You should get in touch with Elementor’s support, as they will be in a better position to share the exact cause and more details about the issue.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @harborherald,
Thank you so much for the wonderful feedback! We’re glad to hear you’re enjoying the lightweight setup and smooth experience compared to your previous SEO plugin.
Please do not hesitate to let us know if you need our assistance with anything else.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Really solid SEOHello @ryanturk,
Thank you so much for the kind words and support! We’re really glad to hear the setup was smooth and that you’re finding the suggestions helpful.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @rose18,
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 @nirav257,
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.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Nice pluginHello @nguyenmanh3017,
Thank you so much for your kind words and support! We truly appreciate the 5 stars. Glad to know you’re enjoying the plugin and our support. We’ll keep working hard to make Rank Math even better for you!
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @connorbeers,
Thank you for contacting Rank Math support.
Regarding the 404 Monitor, keeping logs for a very long time can gradually increase the size of your database, especially on high-traffic websites where many 404 hits are recorded daily. A larger log table may slightly affect database performance over time, though most sites won’t notice any immediate speed impact.
To keep your setup lightweight, we recommend:
- Using the “Simple” mode instead of “Advanced” mode if you only need basic tracking
- Periodically clearing old 404 logs
- Limiting how long logs are stored based on your needs
This helps maintain optimal database performance while still allowing you to monitor broken URLs effectively.
We’re glad you’re enjoying the plugin, and we truly appreciate your support.