-
-
Save monecchi/120088179ffe9168b993059e8d5b6a77 to your computer and use it in GitHub Desktop.
Yoast NGINX Sitemap Rewrite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Rewrites for Yoast SEO XML Sitemap | |
| rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last; | |
| rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment