XML Sitemap Builder
Create XML sitemaps with proper structure, validation, and auto-splitting for large sites.
Sitemap Configuration
1 URLs • Limit: 50,000 per file
sitemap.xml Preview
1 URLs
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
>
<url>
<loc>https://example.com</loc>
<lastmod>2025-11-09</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>How to Use This Tool
Follow these steps to create and deploy your sitemap
Add Your URLs
Click "Add URL" to add pages from your website. Include your most important pages first (homepage, main categories, key content).
Configure Settings
Set change frequency (how often pages update) and priority (0.0-1.0, with 1.0 being most important). Homepage typically gets priority 1.0.
Download & Upload
Click "Download ZIP" to get your sitemap files. Upload them to your website's root directory (same level as index.html).
Submit to Search Engines
Submit your sitemap URL in Google Search Console and Bing Webmaster Tools. Add "Sitemap: https://yoursite.com/sitemap.xml" to your robots.txt.
Quick Tips
- •Change Frequency: Daily for blogs, Weekly for content sites, Monthly for static pages
- •Priority: Use 1.0 for homepage, 0.8 for main categories, 0.5-0.6 for regular pages
- •Large Sites: Over 50,000 URLs? We'll auto-split into multiple sitemaps with an index file
- •International Sites: Use hreflang to link alternate language versions of the same page