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

  • Best image optimization plugins

    Image optimization is an important aspect of SEO. Images can often slow down a website and negatively impact its loading speed. By optimizing them, you can improve the performance of your site, which can lead to higher search engine rankings and increased traffic. There are several WordPress plugins that can help you optimize images on…

  • How to install Nginx on Ubuntu using SSH

    If you are looking to install Nginx on Ubuntu using SSH, then, you are in the right place. Nginx is a powerful popular open-source web server that is known for its speed and stability. I will walk you through the steps of installing Nginx on an Ubuntu server using SSH. Related: Best free VPS hosting…

  • Multi-Currency Payments: The Complete Guide for Global Businesses

    Multi-Currency Payments: The Complete Guide for Global Businesses Learn how to expand globally, boost conversions, and deliver superior customer experiences with multi-currency payment solutions. Table of Contents Introduction Understanding Multi-Currency Payments Benefits of Multi-Currency Payment Solutions Challenges and Considerations Market Trends and Statistics Implementation Strategies Best Practices for Multi-Currency Payments Leading Multi-Currency Payment Providers Geo…

  • IP Geolocation Databases: The Complete Guide

    IP Geolocation Databases: The Complete Guide for Understanding the technology that powers location-based intelligence in the digital world IP geolocation databases have become an essential technology for businesses seeking to harness location-based intelligence in today’s digital landscape. These powerful tools map IP addresses to physical locations, providing valuable insights that drive personalization, security, and business…

  • How to add Nginx rewrite rules using SSH

    Are you looking for a way on how to add Nginx rewrite rules using SSH on an Ubuntu server? Rewrite rules are used to tell the server to redirect users from one URL to another. This is useful for a variety of reasons, such as consolidating multiple pages into one or redirecting users to a…

  • How to build backlinks for Christian websites

    Backlinks are one of the most important factors for ranking in search engines. This is true for all websites, including Christian blogs and church websites. Search engines use them to determine the relevance and value of a web page. I will show you how to build backlinks for Christian websites and churches. Backlinks help to…

Leave a Reply

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