# Sitemap Generate a comprehensive XML sitemap for your blog posts, optimized for search engine discovery and indexing. This endpoint creates a standards-compliant sitemap that helps search engines efficiently crawl and index your blog content. SEO Optimization: Produces an XML sitemap following the sitemaps.org protocol that includes post URLs, last modification dates, and change frequency information. This helps search engines understand your content structure and prioritize crawling of updated content. Filtering for Focused Sitemaps: Apply category or tag filters to create specialized sitemaps for specific content sections. This is useful for large blogs where you want to submit targeted sitemaps to search engines or create separate indexing strategies for different content types. Endpoint: GET /feeds/sitemap/ Version: 2.0.0 Security: readTokenAuthHeader, readTokenAuthQuery ## Query parameters: - `auth_token` (string) Your ButterCMS read API token Example: "your_api_token" - `category_slug` (string) Filter the sitemap to include only posts from a specific category. Provide the URL-friendly slug of the category. When specified, only blog posts assigned to this category will be included in the sitemap. Example: "announcements" - `tag_slug` (string) Filter the sitemap to include only posts with a specific tag. Provide the URL-friendly slug of the tag. When specified, only blog posts tagged with this tag will be included in the sitemap. Example: "seo-tips"