• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue exclude the Rank Math sitemaps from getting cached

justingmathan

New Pleskian
my website sitemap not showing i contact the seo plugin team they say please exclude Rank Math sitemaps from caching and they give a code to exclude site that code need to add in nigix configuration file
  1. START Nginx Rewrites for Rank Math Sitemaps
rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last;
rewrite ^/(^/+?)-sitemap(https://forums.aws.amazon.com/+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
  1. END Nginx Rewrites for Rank Math Sitemaps
 
Last edited by a moderator:
If you are not familiar with coding like me, then I believe this is the best answer I have found online. I like the way they explain everything providing examples.

 
Back
Top