Sitemap Generator
Generate XML sitemaps to improve SEO and indexing.
Generated sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<lastmod>2026-01-05</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://example.com/about</loc>
<lastmod>2026-01-05</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://example.com/contact</loc>
<lastmod>2026-01-05</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
</urlset>URLs (3)
URL 1
URL 2
URL 3
Tips
- • Priority: Use 1.0 for homepage, 0.8-0.9 for main pages, 0.5-0.7 for regular content
- • Change frequency: Match this to how often the content actually changes
- • Last modified: Update when content changes significantly
- • Save as
sitemap.xmlin your website root - • Submit to Google Search Console for faster indexing