Jaideep Asrani
Forum Replies Created
-
Hello @paresh20002000,
Thank you for contacting Rank Math support.
Our plugin doesn’t have Headline Analyzer option. Another plugin must be adding it. Our plugin only adds the SEO Score and Content AI Score buttons in the sidebar of block editor.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @thetraininglady,
Thank you for contacting Rank Math support.
The SEO Controls of our plugin must have been unpinned and that’s why you have to access them from the editor options section. Please use the “Star” icon to pin them in the sidebar. Here is a screenshot for your reference: https://i.rankmath.com/i/wWBuNM
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @g4falessandro,
A sudden drop in performance of the site is usually related to Google’s algorithm updates. Since your site experience a sudden drop it must have been affected by the same. We recommend following the guide we shared to recover your site.
If you want to investigate this further, you can hire an SEO professional to run a complete SEO audit on your site to figure out the root cause of the sudden drop.
Please do not hesitate to let us know if you need our assistance with anything else.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] keyword rank trackerHello @sonnycool,
You can visit the following page to create a ticket: https://rankmath.com/support/. You can also email us directly at support@rankmath.com to get support.
Please do not hesitate to let us know if you need our assistance with anything else.
Hello @zlatimuud,
Thank you for contacting Rank Math support.
The rules you have added will only prevent Google from crawling and indexing the following URLs:
yoursite.com/?filterandyoursite.com/?s=. To prevent search engines from crawling all the URLs that include a filter or search query parameter, please replace the rules you have added with the following rules:Disallow: */?filter_*Disallow: */?s=*Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @pineapplepalm,
You can use the following filter to hide the Edit .htaccess tab:
add_filter( 'rank_math/settings/general', function( $tabs) {
unset( $tabs['htaccess'] ); // Unsets Edit .htaccess tab.
return $tabs;
});Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @quangtuyen,
Thank you for contacting Rank Math support.
In the Free version, our plugin only adds the aggregateOffer property for the variable products. It doesn’t add the information of each variation to the Schema. If you are using the PRO version, please email us at support@rankmath.com to get support, as providing support for paid plugins via WP.org forums is not allowed.
Looking forward to helping you.Hello @mmakenzi,
Thank you for contacting Rank Math support.
The issue is related to an incorrect/corrupted Schema entry. So those will need to be removed directly from the database. You should check the postmeta table for the meta keys that contain
rank_math_schemaand remove the incorrect entries. If you’re not sure, please email our support team at support@rankmath.com so we can help you fix the issue.Looking forward to helping you.
Hello @pixelshrink,
Thank you for contacting Rank Math support.
Our plugin’s TOC block only works with the default Heading Block of the block editor. We’re have plans to add support for heading blocks of other plugin, but currently don’t have an ETA for that. For now, you will have to use the default Heading block of the block editor or use a different TOC plugin that supports the headings of the Kadence theme.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] TOC problemHello @snecz,
Our plugin’s TOC block only works with the default heading block of the block editor. The default heading block contains the “wp-block-heading” class. Since your heading blocks don’t have the same class, you must be using a different heading block added by your theme or a plugin, and that’s why our TOC block is not able to detect them.
Please make sure to use the default Heading block of block editor to fix the issue.Let us know how that goes. Looking forward to helping you.
Hello @jitender1,
Thank you for contacting Rank Math support.
The variables should work fine in the Free version. Please make sure that you have selected the “Brands” for the Select Brand option in WP Dashboard > Rank Math SEO > General Settings > WooCommerce.
Also, share a screenshot of how you have added the variables in the snippet editor and URL of an affected product so we can check and assist you further.
You can use a tool like https://imgur.com/ to share screenshots.
Looking forward to helping you.
Hello @kajari79,
We have processed the refund from our end. Please note that refunds for international transactions can take up to 10 days to appear for credit cards.
Thank you.
Hello @traudel,
Thank you for contacting Rank Math support.
The publisher property will be automatically added to the Article Schema on the front end. You don’t have to add it manually in the Article Schema. You can check the post URL after publishing, with the Rich Results test to confirm that.
The publisher property is generated using the Organization Schema based on the details you add in the Local SEO settings of our plugin.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @pineapplepalm,
Thank you for contacting Rank Math support.
You can add the following filter on your site to disable the editing of .htaccess file with our plugin:
add_filter( 'rank_math/can_edit_file', '__return_false' );Here is how to add a filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Please note that the filter will also disable the editing of the robots.txt file. You will have to create a physical robots.txt file if you want to edit it or add any additional rules.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @kesaraprageeth,
We are super happy that you were able to fix the 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.