10up Sitemaps archived
ARCHIVED: Simple sitemaps plugin that performs at scale.
★ 33stars
14kcomposer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/10up/10up-sitemaps/archive/refs/heads/develop.zipAlso on Packagist as 10up/tenup-sitemaps:
composer require 10up/tenup-sitemapsDeclares an update source (https://github.com/10up/10up-sitemaps), so updates arrive through the plugin's own updater.
From the readme
10up Sitemaps
Simple sitemaps plugin that performs at scale.
[!CAUTION]
As of 13 February 2026, this project is archived and no longer being actively maintained.
Overview
This is a simple sitemap plugin meant to run at scale. Sitemaps are only updated via WP-CLI. Output is saved in an option for fast reading/displaying on the front end.
Usage
1. Install the plugin.
2. Run the WP-CLI command: wp tenup-sitemaps generate
3. Add WP-CLI command to cron job. For multisite, add a command for each site in the network.
You can pass --range to the generate command to only index content within a certain age range. wp tenup-sitemaps generate --range=12 would only index content created/updated within the last 12 months.
The plugin indexes all public posts, post type archives, and public taxonomy term archives. For posts, images are parsed and included. Translated content needs to be manually filtered in via tenupsitemapstermtranslations.
Frequently Asked Questions
Where do I report security bugs found in this plugin?
Please report security bugs found in the source code of the undefined plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team w
Read the full README on GitHub →