sitemap.xml Generator
Generate XML sitemaps for better search engine indexing. Add URLs individually or in bulk.
- Home
- > Web Dev >
- sitemap.xml Generator
Bulk Import URLs
URLs
Clear AllWhat is an XML Sitemap?
An XML sitemap is a file that lists all important pages on your website, helping search engines like Google discover and index your content more efficiently. It follows the Sitemaps Protocol standard.
This tool features:
- Individual URL management — Add, edit, or remove URLs with custom properties.
- Bulk import — Paste a list of URLs to add them all at once.
- Custom properties — Set lastmod, changefreq, and priority per URL or use defaults.
- Valid XML output — Generates standard sitemap.xml conforming to sitemaps.org schema.
Sitemap Properties Reference
| Property | Purpose | Example |
|---|---|---|
loc |
Full URL of the page (required) | https://site.com/page |
lastmod |
Date of last modification (YYYY-MM-DD) | 2024-12-01 |
changefreq |
How often the page changes | weekly |
priority |
Importance (0.0 to 1.0, default 0.5) | 0.8 |
How to Use
- Set defaults — Choose default change frequency and priority for all URLs.
- Add URLs — Click Add URL to add individual URLs, or use Bulk Import to paste multiple URLs at once.
- Customize properties — Set lastmod date, change frequency, and priority per URL as needed.
- Copy or download — Use the copy button or click Download sitemap.xml to save the file.
Frequently Asked Questions
Where should I place my sitemap?
Upload your sitemap.xml to the root directory of your website and submit it to Google Search Console. You can also reference it in your robots.txt file.
How many URLs can a sitemap contain?
A single sitemap can contain up to 50,000 URLs and be up to 50MB (uncompressed). If you have more URLs, you need to create multiple sitemap files and a sitemap index file.
Is this tool safe to use?
Yes. All processing happens entirely in your browser. No data is sent to any server.