Free Online Sitemap Generator
An XML sitemap generator wraps a plain list of URLs into the `sitemap.xml` format that search engines can read, with optional `lastmod`, `changefreq`, and `priority`.
Your data is processed entirely in your browser and never sent to any server.
How to Use This Developer Tool
- Paste one URL per line into the input area.
- Optionally set defaults for changefreq and priority.
- Read the generated sitemap.xml below.
- Click Copy or Download to save the file.
What Is a Sitemap Generator?
A sitemap is a list of URLs you want search engines to crawl, wrapped in a small XML envelope (`<urlset><url><loc>…</loc></url>…</urlset>`). The format is fixed and easy to write by hand for a handful of pages; for dozens or hundreds, a generator saves time and prevents tag typos that quietly invalidate the whole file.
This tool takes one URL per line, then wraps each in a `<url>` element with the metadata fields you select. The output is a valid `sitemap.xml` you can serve directly at your domain root, reference from `robots.txt`, or submit to Google Search Console and Bing Webmaster Tools.
Frequently Asked Questions
What is an XML sitemap?
What's the max URLs per sitemap?
Do I need priority and changefreq?
Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.
Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.
Related Developer Tools
Generate robots.txt files. Control crawler access, sitemaps, and crawl delays.
Generate meta tags for SEO. Create title, description, viewport, and other essential meta tags.
Generate JSON-LD schema markup. Create structured data for rich snippets and SEO.
Generate .htaccess rules for Apache. Redirects, force HTTPS, IP deny, password protect and custom error pages.
Generate Open Graph meta tags. Control how links appear when shared on Facebook, LinkedIn, and more.