XML Sitemap Generator
Enter your page URLs and configure crawl hints to generate a valid XML sitemap ready to submit to Google Search Console.
Overview
An XML sitemap is a file that lists all the URLs on your website, helping search engine crawlers discover and index your content faster and more accurately. It is especially useful for large or newly launched sites where not all pages may be reachable through internal linking alone.
This tool generates a standards-compliant sitemap.xml you can download or copy and place at the root of your website (e.g. https://example.com/sitemap.xml), then submit via Google Search Console.
Examples
Two-URL sitemap
https://example.com/ https://example.com/about
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">...</urlset>
How It Works
- Paste or type your page URLs (one per line) into the input area.
- Set default values for change frequency and priority, or adjust individual rows.
- Click Generate Sitemap to produce the XML output.
- Copy or download the result and place it at the root of your website.
Use Cases
New Website Launch
Submit a sitemap to Google Search Console right after launch to accelerate initial indexing of all your pages.
Large Blogs and E-commerce Sites
Ensure deeply nested or recently published pages are discoverable even when internal link coverage is incomplete.
Tips
- Keep your sitemap at the site root (sitemap.xml) and reference it from robots.txt with a 'Sitemap:' directive to make it easier for crawlers to find.
- Priority values are relative, not absolute — Google treats them as hints, not instructions. Setting every URL to 1.0 has no advantage over the default 0.5.
FAQ
No. The sitemap is generated entirely in your browser. None of your URLs are transmitted anywhere.
The official limit is 50,000 URLs and a 50 MB uncompressed file size per sitemap file. If you exceed this, split your URLs across multiple sitemaps and reference them from a sitemap index file.