XML Sitemap Generator
Build an XML sitemap for Google and Bing submission.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<lastmod>2026-05-28</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>About This Tool
The XML Sitemap Generator creates a standards-compliant sitemap.xml file following the Sitemaps protocol (sitemaps.org). A sitemap tells search engines like Google and Bing about all the pages on your website, helping them discover and index your content faster and more thoroughly.
Add URLs one by one in the form or use Bulk URL Import to paste a list of URLs. Each URL can have a last-modified date, change frequency hint, and priority relative to other pages.
How to Use
- Enter your page URLs in the form, or use Bulk URL Import to paste many at once.
- Set the last modified date, change frequency, and priority for each URL.
- Copy the generated XML or download sitemap.xml.
- Upload sitemap.xml to your site root and submit it in Google Search Console.
Use Cases
SEO professionals generate sitemaps for new sites to speed up initial indexing. Developers create sitemaps for single-page applications and static sites that lack server-side sitemap generation. Content teams add new pages to existing sitemaps and re-submit to accelerate re-crawling.
FAQ
- Is priority required? β No. Priority and changefreq are hints to crawlers, not guarantees. Google states it mostly ignores these fields.
- What is the URL limit? β A single sitemap can contain up to 50,000 URLs and must be under 50 MB uncompressed. Use a sitemap index file for larger sites.
- Where should I put the sitemap? β Upload to your domain root (e.g. https://example.com/sitemap.xml) and reference it in robots.txt.