Showing 24 modifications across 8 releases
Our new machine learning model automatically assigns priority scores to URLs based on content freshness, backlink strength, and user engagement signals. No more manual priority tuning β the algorithm learns your site's patterns.
API v1 endpoints (/api/v1/sitemap) are officially deprecated. All requests now redirect to v2 with a warning header. Full shutdown scheduled for September 1, 2025.
Resolved a memory leak causing duplicate URL entries in sitemaps exceeding 50,000 entries. The deduplication now runs asynchronously, eliminating the 2-3 minute processing spike previously observed.
Sitemap generation now runs on our edge compute network, reducing average build time from 45s to 27s for medium-sized sites (5K-50K URLs). CloudFlare Workers integration ensures global low-latency delivery.
Full support for Google's Video and Image sitemap namespaces. Auto-extracts video thumbnails, durations, and image metadata from your content. Enable rich results in search listings.
Multi-language sitemaps were incorrectly overriding the canonical URL with the hreflang alternate URL. Fixed the resolution order so canonical takes precedence, with hreflang as alternates.
Webhook signature verification has been upgraded from SHA-1 to SHA-256. SHA-1 signatures will be rejected starting August 1, 2025. Update your verification middleware to use X-Signature-256 header.
New official plugins for Shopify (2.0) and Webflow now available in our marketplace. Connect your store in under 60 seconds β auto-detects products, collections, and pages with zero configuration.
Indexed API throughput has been increased from 2K to 10K requests per minute for Professional and Enterprise plans. Ideal for large e-commerce stores running inventory updates.
Step-by-step instructions for upgrading between major versions.
Migrate your API calls to the new v2 endpoints before the September 1, 2025 deadline.
/api/v1 to /api/v2X-Request-Id header for trackingUpgrade your webhook verification to SHA-256 before August 1, 2025.
X-Signature to X-Signature-256sha1 with sha256 in your hash functionUpdate your SDK package and adjust import paths for the new modular architecture.
npm install @sitemap/sdk@latestfrom '@sitemap/core' β from '@sitemap/sdk'SitemapBuilder with SitemapClientnpx sitemap-migrate