WordPress's built-in XML sitemap feature, available since WordPress 5.5.
Since WordPress 5.5, the CMS includes a built-in XML sitemap feature accessible at `/wp-sitemap.xml`. This generates a sitemap index that references individual sitemaps for posts, pages, custom post types, taxonomies, and authors.
The default WordPress sitemap is functional but basic. Many site owners use plugins like Yoast SEO, Rank Math, or All in One SEO for more control over sitemap generation, including the ability to exclude specific post types, add image sitemaps, and customize priorities.
WordPress sitemaps follow the standard Sitemaps.org protocol and are compatible with all major search engines.
SitemapKit's API lets you discover, extract, and parse XML sitemaps from any domain. Get structured JSON data with all sitemap elements including WordPress Sitemap (wp-sitemap.xml).