Jaideep Asrani
Forum Replies Created
-
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] The best and cheapestHello @slapstudio
Thank you for your wonderful feedback! We’re delighted to hear that you’re enjoying the quality of Rank Math, even on the free version.
We appreciate your support and hope it continues to meet your SEO needs.
If you ever need any assistance, we’re always here to help.
Hello @das-capitolin,
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 @jamieburchell,
Thank you for contacting Rank Math support.
SVG files don’t have a set width and height, and our plugin needs those values to include them in the Schema. Please use a supported format like JPG or PNG as the logo in the Local SEO settings to get rid of the warnings.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @mimokaela,
We are aware of the conflict and are working internally to release a permanent fix. Please follow this thread to get in touch with our development team, so they can check this further: https://wordpress.org/support/topic/attention-read-this-before-posting/
Thank you.
Hello @sarahweb,
Please navigate to WP Dashboard > Rank Math SEO > Status & Tools > Import & Export > Export Settings, and share the exported file with us, so we can check, and assist you further.
Thank you.
Hello @sarahweb,
Please navigate to WP Dashboard > Rank Math SEO > Titles & Meta > Authors and make sure that the Author Archives are enabled. Once done, you should be able to access the Author Sitemap settings.
Let us know how that goes. Looking forward to helping you.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Thank youHello @cemselcuk,
Thank you for your kind review! We’re delighted to hear that everything is working well for you. If you ever need any assistance, please don’t hesitate to reach out. We’re always happy to help!
Hello @sarahweb,
Thank you for contacting Rank Math support.
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.
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Muito Bom!Hello @samuel-lamas,
Thanks for your feedback! We’re glad to hear that you consider Rank Math one of the best SEO options currently. We truly appreciate your support!
Hello @mimokaela,
The filter is working fine on our end. Please make sure that you have selected “Run Everywhere” in Code Snippets settings for the filter. If the issue persists, try adding the filter to the functions.php file of the theme.
/**
* Filter to hide SEO Tab in the Divi Editor.
*/
add_filter( 'rank_math/divi/add_seo_tab', '__return_false' );Let us know how that goes. Looking forward to helping you.
Hello @antonij70,
Thank you for your feedback.
We’re sorry to hear that your experience with Rank Math wasn’t a positive one. Rank Math offers a wide range of features, which can make the interface feel overwhelming at first. Most modules can be disabled if you don’t need them, and the AI-related suggestions are optional and not required to use the plugin.
We appreciate you sharing your experience, as feedback like yours helps us improve the product. If you ever decide to give Rank Math another try and run into any specific issues, we’d be happy to help you.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] llms “conformity”Hello @pierre_02,
Thank you for contacting Rank Math support, and sharing the feedback.
We are working on improving the llms.txt file generated by our plugin, and will soon release an update with the improvements. 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.
Hello @maryamshiran87777,
Thank you for contacting Rank Math support.
We are not able to reproduce it on our end. Please follow this thread to get in touch with our development team, so they can investigate this further on your site: https://wordpress.org/support/topic/attention-read-this-before-posting/
Looking forward to helping you.
Hello @swinggraphics,
We have shared this with the development team, and will let you know once we have an update.
Please do not hesitate to let us know if you need our assistance with anything else in the meantime.
Thank you.
Hello @stoykom,
Please confirm if you followed the steps mentioned in our previous reply, and if the action was present in the pending section of scheduled actions: https://wordpress.org/support/topic/en-backend-en-cada-pagina-se-abre-y-se-cierra-un-espacio-enorme-con-un-mensaje/#post-18966868
Thank you.
- Add the following filter to your active theme’s functions.php file: