Easy XML Sitemap is a lightweight and extensible XML sitemap plugin for WordPress.
It generates a sitemap index and multiple sitemap endpoints, supports all public custom post types, and can include images and videos inside each URL entry (Google extensions). It also provides a Status page with technical statistics (generation time, URL counts, hits, and ping results) so you can quickly confirm that everything is working.
The plugin is designed to be safe in real-world WordPress setups:
– It uses caching for performance
– It supports large sites via sitemap index and posts organization options
– It includes WP-CLI commands for maintenance
– It pings search engines on updates with debounce to avoid excessive requests
– It detects when Yoast SEO or Rank Math are active and warns you clearly, without automatically overriding other plugins
Main sitemap index URL:
– /easy-sitemap/sitemap.xml
/easy-sitemap/sitemap.xmlSitemap index:
– /easy-sitemap/sitemap.xml
Legacy endpoints (still supported):
– /easy-sitemap/posts-index.xml
– /easy-sitemap/posts-YYYY-MM.xml (when organizing posts by date)
– /easy-sitemap/posts-{category-slug}.xml (when organizing posts by category)
– /easy-sitemap/pages.xml
– /easy-sitemap/tags.xml
– /easy-sitemap/categories.xml
– /easy-sitemap/general.xml
– /easy-sitemap/news.xml
Custom post type sitemaps (v2.0.0):
– /easy-sitemap/{posttype}.xml (example: /easy-sitemap/product.xml)