Technical SEO
XML Sitemap Generator
Paste one URL per line to generate a minimal urlset sitemap. For large sites you will still want automated generation from your CMS or crawler, but this tool helps with small sites, staging lists and quick tests.
Use the tool
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
</url>
<url>
<loc>https://example.com/about</loc>
</url>
</urlset>Features
- One URL per line input
- Optional lastmod date
- Valid basic urlset markup
- Copy or download output
How to use it
- List the absolute URLs you want included, one per line.
- Optionally set a lastmod value.
- Generate and review the XML.
- Host the file and reference it in robots.txt or Search Console.
FAQ
Does a sitemap guarantee indexing?
No. A sitemap helps discovery. Google still decides what to crawl and index based on quality and other signals.