Create an XML Sitemap From a List of URLs
To create an XML sitemap, paste your page URLs one per line into the ByteTools XML Sitemap Generator, set the last-modified date, change frequency and priority, and it produces a valid sitemap.xml you can copy or download instantly. It validates each URL and runs entirely in your browser — no crawling, no uploads.
A sitemap is a simple XML file listing the URLs you want search engines to know about. It won't magically boost rankings, but it helps crawlers discover your pages efficiently — especially useful for new sites, pages with few internal links, and small static projects where a heavyweight CMS plugin would be overkill.
Why a sitemap helps and who it's for
Search engines find pages by following links, but that process is imperfect — deep pages, freshly published content, and thinly linked URLs can be missed or crawled slowly. A sitemap hands crawlers an explicit inventory of your URLs so nothing important gets overlooked. This tool is built for small static sites, landing-page collections, documentation, and quick fixes where you just need a clean file fast without installing anything.
How to generate a sitemap in your browser
- Paste your page URLs into the input, one per line.
- Pick a
lastmoddate (it defaults to today), plus a change frequency and priority. - Fix any invalid URLs the tool flags — it checks each line is an absolute http(s) URL.
- Copy the XML or download
sitemap.xml. - Upload it to your site root and reference it from robots.txt or submit it in Search Console.
Which sitemap fields actually matter?
The sitemap format supports four tags per URL, but they don't all carry equal weight with Google. Here's what to focus on.
| Field | Does Google use it? | Advice |
|---|---|---|
| loc (URL) | Yes | Required; must be absolute and canonical |
| lastmod | Yes, when accurate | Set to the real change date, not always today |
| changefreq | No | Ignored by Google; other engines may read it |
| priority | No | Ignored by Google; don't spend time tuning it |
The practical takeaway: get your URLs and honest lastmod dates right, and don't agonise over changefreq and priority.
Key features and benefits
- Paste-and-go: one URL per line.
lastmod,changefreqandprioritycontrols.- Per-line URL validation with error reporting.
- Proper XML escaping of ampersands and angle brackets.
- Download as
sitemap.xmlor copy to clipboard. - Handles hundreds of URLs instantly, all client-side.
Try the XML Sitemap Generator now — it's free and runs entirely in your browser.
Frequently asked questions
Do changefreq and priority really affect Google?
No. Google has said it ignores both and relies on lastmod (when accurate) plus its own crawl scheduling. Other search engines may still read them, so they're included for completeness — but they're not worth fine-tuning.
How many URLs can one sitemap hold?
Up to 50,000 URLs and 50 MB uncompressed per file. Beyond that you split into multiple sitemaps and list them in a sitemap index file. For most small sites, a single file generated here is more than enough.
Does a sitemap guarantee indexing?
No. A sitemap aids discovery by telling crawlers your URLs exist, but indexing still depends on page quality, internal linking and crawl budget. Treat it as an invitation, not a command.
Where do I submit my sitemap?
Upload it to your site — commonly /sitemap.xml — then submit the URL in Google Search Console under Sitemaps and in Bing Webmaster Tools. Adding a Sitemap: line to robots.txt lets any crawler discover it automatically too.
Should lastmod be the genuine modification date?
Yes. Google uses lastmod as a crawl hint only when it's consistently accurate. Sites that stamp every URL with today's date teach Google to ignore the field, so set it to when the content actually changed.
Related free tools
- Robots.txt Generator — control crawler access and link your sitemap.
- Canonical Tag Generator — resolve duplicate URLs.
- Hreflang Tag Generator — language and region alternates.
- XML Formatter — tidy and indent XML output.
Built by ByteVancer
ByteTools is a free product of ByteVancer, a software and web development studio that builds web apps, SaaS platforms and custom software for businesses. If your site needs technical SEO or a full custom build, explore ByteVancer's services and get in touch about your project.
Recommended reading
XML Sitemap Best Practices and Mistakes to Avoid
Pro tips for a clean XML sitemap: include only canonical indexable URLs, use honest lastmod dates, avoid noindex pages and split large files correctly.
XML Sitemap Generator Use Cases and Real Scenarios
Real scenarios for a browser-based XML sitemap generator: static sites, landing-page campaigns, agency handoffs, and quick fixes when a CMS plugin is overkill.
XOR Cipher Use Cases: CTFs, Learning, and Puzzles
Real use cases for the XOR cipher, from CTF challenges and teaching bitwise logic to lightweight obfuscation, with concrete worked examples.
XOR Cipher Tips: Keys, Security, and Common Mistakes
Pro tips and common mistakes for the repeating-key XOR cipher: key length, reuse pitfalls, format choices, and when to switch to real encryption.