Sitemap Generator
Paste a list of your page URLs, one per line, to instantly generate a valid XML sitemap. Copy the result or download it directly as sitemap.xml.
How to use
- 1
List your URLs
Paste one full URL per line into the box above.
- 2
Review skipped lines
Any line that isn't a valid http(s) URL is flagged and excluded automatically.
- 3
Copy or download
Copy the XML to your clipboard, or download it directly as sitemap.xml.
Examples
- 3 URLs pasted → a sitemap.xml with 3 <url> entries, each with today's lastmod date
- A line like 'example.com/page' (missing https://) is skipped and flagged
Frequently asked questions
What format should my URLs be in?
Each line should be a complete URL starting with http:// or https://, for example https://example.com/about. Lines that don't match this format are skipped and listed so you can fix them.
What does lastmod mean in the sitemap?
lastmod indicates when a page was last modified. This tool sets it to today's date for every URL, since the actual last-modified date isn't known from a URL list alone — update it manually if you track real modification dates.
Where do I put the generated sitemap.xml?
Upload it to the root of your domain, e.g. https://example.com/sitemap.xml, then submit that URL in Google Search Console or reference it in your robots.txt.
Is there a limit to how many URLs I can include?
The sitemap protocol allows up to 50,000 URLs per file. For larger sites, split your URLs into multiple sitemap files and link them from a sitemap index.