Hello,
I apologize for the issue you are facing with your sitemap not loading. Here are some steps you can take to troubleshoot and potentially fix the problem:
-
Check if the Sitemap is Accessible: Visit `https://rankmath.com/blog/clear-cache-in-wordpress/ directly in your browser. If it loads, then the sitemap is accessible.
-
Flush Permalinks: Sometimes, flushing permalinks can resolve issues with sitemaps. Go to your WordPress dashboard, navigate to Settings → Permalinks, and simply click Save Changes without making any changes. This can refresh the permalink structure.
-
Check for Plugin Conflicts: Ensure that there are no other plugins that might be conflicting with Rank Math. You can use the Health Check plugin to help identify any conflicts.
-
Review Robots.txt: Make sure that your robots.txt
file is not blocking access to your sitemap. You can check this by going to Rank Math SEO → General Settings → robots.txt.
-
Server Configuration: If you are using Apache or Nginx, ensure that the necessary rewrite rules are in place as mentioned in our Sitemap Issues and Their Fixes documentation.
- For Apache, add the following to your
.htaccess
file:
# START of Rank Math Sitemap Rewrite Rules
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 [L]
# END of Rank Math Sitemap Rewrite Rules
- For Nginx, add the following to your config file:
# START Nginx Rewrites for Rank Math Sitemaps
rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last;
rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
rewrite ^/([a-z]+)?-sitemap.xsl$ /index.php?xsl=$1 last;
# END Nginx Rewrites for Rank Math Sitemaps
-
Check for Caching Issues: If you have a caching plugin installed, clear the cache and check if that resolves the issue.
If these steps do not resolve the issue, please reply to this ticket, and a human agent from the Rank Math Support team will take over and assist you further. Thank you for your patience!
Sources:
Rank Math Sitemap Issues and Their Fixes » Rank Math
Rank Math Sitemap Issues and Their Fixes » Rank Math
Rank Math Sitemap Issues and Their Fixes » Rank Math
please can you look in to this as it is still not working
Hello,
Thank you for your query and we are so sorry about the trouble this must have caused.
You are right, we have also checked your sitemap and we can see it is working properly without any issues:

Glad that everything 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.