Skip to content

Instantly share code, notes, and snippets.

@dennisblume
Created February 12, 2016 20:11
Show Gist options
  • Save dennisblume/914f5ae641111fd6e8d1 to your computer and use it in GitHub Desktop.
Save dennisblume/914f5ae641111fd6e8d1 to your computer and use it in GitHub Desktop.
Yoast NGINX Sitemap Rewrite
# 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