Jaideep Asrani
Forum Replies Created
-
Forum: Reviews
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Fantastic PluginHello @lcpantoja,
Thank you for your feedback! We’re glad to hear that you find Rank Math SEO helpful for improving your website’s SEO.
If you ever need assistance with any of Rank Math’s features or have questions about optimizing your site further, feel free to reach out. We’re always happy to help.
Have a great day!
Hello @luislu,
Thank you for contacting Rank Math support.
The Video Sitemap feature is available only in Rank Math PRO. As per WordPress.org forum guidelines, we are unable to provide support for paid features here.
Please get in touch with us at support@rankmath.com, and we’ll be happy to investigate the issue and assist you further.
We look forward to helping you.
Hello @aimdoll,
We are glad that we were able to address your concerns. You can keep an eye on our changelog to get notified once we release the update with a fix for this: https://rankmath.com/changelog/
Please do not hesitate to let us know if you need our assistance with anything else in the meantime.
Thank you.
Hello @bandy1967,
We have shared the details with the development team, and will get back to you soon with an update.
Please do not hesitate to let us know if you need our assistance with anything else in the meantime.
Thank you.
Hello @svenms,
Thank you for contacting Rank Math support.
Please share more details about your setup and how to reproduce the issue, as we can’t replicate it on our end. By default, if you don’t select a category, then the product is assigned to “Uncategorized” category.
Looking forward to helping you.
Hello @hage,
Thank you for the update.
That’s perfectly fine. The issue was marked as resolved because it had already been escalated to our development team for further review. However, we understand your concern and have no problem keeping the ticket open.
We will let you know as soon as we have an update from the developers or when a fix becomes available.
Thank you for your patience.
Hello @abolfazltofiqi,
Thank you for contacting Rank Math support.
The site is currently returning a “Connection Timed Out” error, so we can check the on-page SEO setup. Please note that ranking on Google and getting traffic depends on so much more than just your on-page optimization. You could have the perfect article and still struggle to break the top 10 in SERPs. Here are some of the factors Google considers when ranking you:
- Your website’s authority
- Your content’s quality and how better it is than the other article currently ranking.
- How competitive the keyword is.
- How many backlinks you have and if they are better than what the other guys ranking for that keyword have.
- Your website’s crawlability.
- Frequency of new content and content updates.
- So much more that there is a dedicated blog post on it by Brian Dean 🙂 https://backlinko.com/google-ranking-factors
We would recommend that you keep at it and work on acquiring more links to break into the top SERPs. Here are a few resources we think you will find useful while devising an SEO strategy.
- Keyword Research: https://mythemeshop.com/blog/keyword-research/
- Identify Keyword Intent: https://www.semrush.com/blog/how-to-identify-intent-in-search/
- Writing Awesome Content: https://neilpatel.com/blog/ingredients-of-great-content/
- On-Page SEO: https://mythemeshop.com/blog/how-to-do-seo-optimizing-your-site-for-google/
- Off-Page SEO: https://mythemeshop.com/blog/how-to-do-seo-off-page-optimization/
- Building Backlinks: https://rankmath.com/blog/link-building/
Hope that helps. Please do not hesitate to let us know if you need our assistance with anything else.
Hello @thegulshankumar,
Please follow this thread to get in touch with our development team, so they can investigate this further: https://wordpress.org/support/topic/attention-read-this-before-posting/
Looking forward to helping you.
Hello @ma3ry,
We are glad that we were able to address your concerns.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @didicologne,
Thank you for contacting Rank Math support.
We are not able to reproduce the issue on our end. Our plugin is correctly detecting the keyword in the content even if you’re using the umlaut version. Please share some screenshots of the content editor and failed tests, so we can check this further.
Looking forward to helping you.
Hello @prizraki,
The URL you want to exclude is the archive URL of the post type, not the category URL. You will have to use the following filter to exclude it from the sitemap:
add_filter( 'rank_math/sitemap/post_type_archive_link', function( $archive_url, $post_type ) { if ( 'yslygi' === $post_type ) { return false; } return $archive_url; }, 10, 2 );Here is how to add a filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Once done, you will have to save the Permalinks settings to flush the rewrite rules. If you want to set the page to noindex, you can use the following filter:
add_filter( 'rank_math/frontend/robots', function( $robots ) {
if(is_post_type_archive('yslygi')) {
$robots['index'] = 'noindex';
}
return $robots;
});Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello @docmartinhk,
The message appears when our plugin detects a mismatch between the site URL and WordPress URL in the site’s settings. This error doesn’t affect the sitemap generation.
Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
Hello @nealumphred,
The Add Missing ALT Attributes option only adds the ALT text to the images that don’t have an ALT text set. If the image already has an ALT text, our plugin will not overwrite it.
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.
Please check your site’s error log and share if you see any error related to our plugin after you update the post.
Looking forward to helping you.
Hello @ma3ry,
As we mentioned before this could be a processing delay/error on Google’s end and it is shown as “Couldn’t fetch”. Since the sitemap is working fine and Googlebot can crawl it, there is nothing you need to fix on your end. You will have to wait for Google to update the status in your GSC account.
Please do not hesitate to let us know if you need our assistance with anything else.