Sitemap Generator
Free online XML Sitemap generator tool
About Sitemap Generator
This tool builds a valid sitemaps.org XML sitemap (<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">) from a list of URLs you enter. For each URL you set three values: loc (the page URL), priority (0.0–1.0), and changefreq (always, hourly, daily, weekly, monthly, yearly, never). Empty loc entries are ignored when the XML is generated.
How to Use
1. For each page, type the full URL (e.g. https://example.com/about) into the loc input. 2. Pick a priority value from the dropdown (1.0 down to 0.1; new entries default to 0.5). 3. Pick a changefreq from the dropdown (new entries default to weekly). 4. Click "Add URL" to add another row or the red X to remove one. 5. Click "Generate Sitemap" to produce the XML, then "Copy" to put it on your clipboard.
XML Structure Produced
Each non-empty entry is emitted as: <url><loc>{loc}</loc><priority>{priority}</priority><changefreq>{changefreq}</changefreq></url>. All <url> blocks are wrapped in <?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">…</urlset>. The priority field accepts the fixed set 1.0, 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1; changefreq accepts always, hourly, daily, weekly, monthly, yearly, never. lastmod is not emitted by this generator.
▶What URL format should I enter in loc?
▶What does the priority value mean?
▶Does this tool add a lastmod tag?
▶Is my data sent to a server?
If this tool has been helpful to you, consider buying me a coffee.
Buy me a coffee