Nginx Rewrite rules for Rank Math Sitemap in Plesk

If you are using an Nginx server to run and cache your site you might encounter a sitemap error on your rank Math sitemap setting. Rank Math will notify you of the error indicating that the Nginx caching prevents the creation of your website’s sitemap. It will prompt you to add an additional manual rewrite rule on your server to fix the issue.

Nginx Rewrite rules for Rank Math Sitemap in Plesk

Related: How to fix cURL error 7 failed to connect to Port 443

How to enable Nginx rewrite rules in Plesk?

To enable the Nginx rewrite rule in Plesk you will need to follow these steps

  1. Login into your Plesk control panel
  2. Click on your domain and then the “Hosting & DNS” button
Nginx Rewrite rules for Rank Math Sitemap in Plesk
  1. Under the “Hosting & DNS” button, click on the “Apache and Nginx setting” option. This will take you to a new page where you can rewrite Nginx rules to resolve Rank Math sitemap issue.
  2. On this page scroll to the bottom until you see the “Additional Nginx directives” option.
Nginx Rewrite rules for Rank Math Sitemap in Plesk
  1. Add the following code to exclude the Rank Math sitemaps from getting cached on the Nginx server. Click on the “ok or apply” button to save the changes you made.
# 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;
# END Nginx Rewrites for Rank Math Sitemaps

What to do after enabling Nginx rewrite rules for Rank Math Sitemap in Plesk?

Once you have made the rewrite rules there are a few things you need to do for the changes to take effect. This includes the following:

Related: Cheapest web hosting providers for all business categories

Flush your Rank Math sitemap settings

To do this, on your WordPress dashboard sidebar head over to “Rank Math”, then “sitemap settings”. Now make some minor changes on the link per sitemap option and then save changes. Usually, the number of sitemap links is set to 200 by default, you can change that to 210 and save.

Nginx Rewrite rules for Rank Math Sitemap in Plesk

Flush your website permalinks setting

Again, on your WordPress admin dashboard head over to settings and choose the permalinks option. Do not alter your permalinks setting just click the save button to prompt a change in your sitemap.

Nginx Rewrite rules for Rank Math Sitemap in Plesk

Purge cache on CDN

If you have integrated your website to a CDN such as Cloudflare consider purging everything to force Cloudflare to fetch a new version of your site’s data.

Login into your Cloudflare dashboard and chose the domain name associated with your website. On the left side sidebar, click on the “purge cache” option and choose the “purge everything” button to clear your site’s saved cache.

Nginx Rewrite rules for Rank Math Sitemap in Plesk

Submit sitemap on search console

Now that you have made the changes and corrected the error that previously prevented the creation of a sitemap, it is time to submit a fresh sitemap to the search console for indexing. That’s all. You have successfully enabled Nginx rewrite rules for Rank Math Sitemap in Plesk without touching any code.

Disclosure: We may earn commission for purchases that are made by visitors on this site at no additional cost on your end. All information is for educational purposes and is not intended for financial advice. Read our affiliate disclosure.

Share this:

Similar Posts

  • UptimeRobot Review: Complete Guide to Website Monitoring

    UptimeRobot Review : The Complete Guide to Website Monitoring Discover whether UptimeRobot is the right monitoring solution for your website with our comprehensive analysis of features, pricing, and real user experiences. JoshWP Team | Updated on January Table of Contents 1. Introduction to UptimeRobot 2. Key Features and Capabilities 3. Pricing Plans Analysis 4. Performance…

  • Fastest WordPress themes: Best free lightweight themes

    The fastest WordPress themes in the market today include the following: Are you looking for the best free lightweight WordPress themes? Look no further! We have compiled a list of the top options available. Performance test of the fastest WordPress themes I created a simple WordPress website using each theme on a Vultr basic cloud…

  • WP Rocket Review: How to Speed Up Your WordPress Website

    If you’re looking to speed up your WordPress website, WP Rocket is a caching plugin that comes highly recommended. In this comprehensive WP Rocket review, we’ll explore how to effectively use this powerful tool to enhance your site’s performance. We’ll cover everything from installation to advanced settings that can help you achieve lightning-fast load times….

  • Geolocation vs Geofencing: Complete Guide to Location-Based Technologies

    Geolocation vs Geofencing: The Complete Guide to Location-Based Technologies Understanding the fundamental differences, applications, and choosing the right solution for your business in Table of Contents 1. Introduction to Location Technologies 2. What is Geolocation? 3. What is Geofencing? 4. Key Differences Analysis 5. Market Statistics and Trends 6. Technology Comparison 7. Business Applications 8….

  • How to enable TLS 1.2 and TLS 1.3 in Linux?

    Have you been wondering how to enable TLS 1.2 and TLS 1.3 in Linux? TLS (Transport Layer Security) is a cryptographic protocol that provides secure communication over the internet. It is used to establish secure connections between clients and servers, and it is used to encrypt data transmitted between them. There are several versions of…

Leave a Reply

Your email address will not be published. Required fields are marked *