Custom XML Sitemap
Taxonomy-filtered, hierarchical XML sitemaps. Configurable year/month/day granularity.
★ 0stars
2composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/xwp/custom-xml-sitemap/releases/download/v1.0.1/custom-xml-sitemap-1.0.1.zipAlso on Packagist as xwp/custom-xml-sitemap:
composer require xwp/custom-xml-sitemapFrom the readme
Custom XML Sitemap
A WordPress plugin that generates taxonomy-filtered, hierarchical XML sitemaps with configurable time-based granularity (year / month / day) and a separate Terms mode for taxonomy archive sitemaps. Built for high-traffic publishers on WordPress VIP, with Action Scheduler–backed regeneration, a Memcached-safe XML cache, and a React-based admin UI.
[!IMPORTANT]
Best suited for WordPress VIP (or any environment with a reliable background job runner).
This plugin relies on Action Scheduler to regenerate sitemap XML asynchronously when content changes. Sitemap files are never built inline during a front-end request; they're written ahead of time by Action Scheduler workers and served from cached post meta.
If Action Scheduler isn't being driven by a real scheduler (WP VIP cron, a system cron hitting wp action-scheduler run, or equivalent), sitemap output will become stale or stop updating entirely. The default WP-Cron is best-effort and depends on front-end traffic; it works for low-volume sites but is not recommended for production.
See the Requirements section for setup details.
Screenshots
Sitemap list: all configured sitemaps at a glance
Sitemap edito
Read the full README on GitHub →