Hey;
Sorry, I’m a long-time user. I got this notice in Wordpress (enabling Rank Math).
I didn’t see anyone asking about Rank Math. I don’t know how to tell if this is necessary or not.
What should I do, Fork the ‘wordpress’ .tpl / .stpl templates and call them ‘Wordpress-Rankmath’?
Since you are using an NGINX server, you may need to add the following code to your configuration file if your Sitemap pages are not loading. If you are unsure how to do it, please contact your hosting provider. Hide
I already added
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;