Back to SEO Tools
XML Sitemap Generator
Generate an XML sitemap for search engines
Website URLs (one per line)
https://example.com/ https://example.com/about https://example.com/contact
Generated sitemap.xml
Copy
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://example.com/</loc> <lastmod>2025-11-30</lastmod> <changefreq>weekly</changefreq> <priority>0.8</priority> </url> <url> <loc>https://example.com/about</loc> <lastmod>2025-11-30</lastmod> <changefreq>weekly</changefreq> <priority>0.8</priority> </url> <url> <loc>https://example.com/contact</loc> <lastmod>2025-11-30</lastmod> <changefreq>weekly</changefreq> <priority>0.8</priority> </url> </urlset>