Build a Sitemap From a List of URLs
This xml sitemap generator, a sitemap generator from url list you already have, turns a plain list of URLs, one per line, into a properly formatted sitemap.xml generator output ready to submit to search engines. As a website sitemap generator it works as a bulk sitemap generator: paste as many URLs as you have, relative paths like /about or full URLs like https://example.com/about, mixed freely in the same list, and every relative path resolves against whatever Base URL you set. If you specifically need the alternate format search engines also accept, this txt sitemap generator mode produces one plain URL per line instead of XML markup.
How to Use This XML Sitemap Generator
Paste your URLs into the input field, one per line, results update automatically as you type. Set Base URL to your domain so relative paths resolve correctly, full URLs in your list are left untouched regardless of this setting. Pick XML sitemap or Plain text as the output format, set Change frequency and Priority to apply to every URL in this generate sitemap for seo run, and toggle Include lastmod to add today's date (or a specific date you set in Lastmod date) to every entry. Copy the result or download it with the correct filename for your chosen format.
What Each Sitemap Field Actually Means
A sitemap generator online should be honest about what each field actually does for ranking, not just what it technically means. loc is the only field search engines fully rely on, it's simply the page's URL. lastmod communicates when a page last meaningfully changed, useful for crawlers deciding what to re-crawl. changefreq and priority reflect this sitemap priority and changefreq documentation from the original protocol, but Google has stated publicly it largely ignores both, treating them as at most a weak, easily-overridden hint. Include them for spec-completeness and for the smaller crawlers or tools that do read them, but don't expect priority values to meaningfully influence how Google actually crawls or ranks your pages.
| Field | Meaning | Search Engine Weight |
|---|---|---|
| loc | The page URL | Fully relied upon |
| lastmod | Date the page last changed | Used as a re-crawl signal when accurate |
| changefreq | How often the page is expected to change | Largely ignored by Google |
| priority | Relative importance, 0.0 to 1.0, among your own URLs | Largely ignored by Google |
XML vs. TXT Sitemaps
Both formats are accepted by every major search engine, the choice mostly comes down to what you actually need. XML sitemaps carry lastmod, changefreq, and priority metadata alongside each URL, giving you the full protocol even if search engines only partially use it. TXT sitemaps are just a bare list of URLs, one per line, no metadata at all, useful when you specifically need the simplest possible format, or you're feeding the URL list into another tool that expects plain text rather than parsing XML.
| Format | Carries Metadata | Best For |
|---|---|---|
| XML | Yes (lastmod, changefreq, priority) | Standard submission to Search Console and Bing Webmaster Tools |
| TXT | No, URLs only | Simplicity, or feeding the list into another tool |