GoogleChromeLabs / wp-sitemaps

Proposal to integrate basic XML Sitemaps in WordPress Core
GNU General Public License v2.0
97 stars 26 forks source link

redirect_sitemapxml should check wp_sitemaps_enabled #217

Closed jonoalderson closed 4 years ago

jonoalderson commented 4 years ago

When XML sitemaps are disabled via wp_sitemaps_enabled, redirect_sitemapxml still runs and redirects requests from /sitemap.xml to /wp-sitemap.xml.

This is unintended behaviour; if the sitemaps are disabled, this redirect should be disabled.

jonoalderson commented 4 years ago

Moving to Trac