Sitemap Validator

Validation Statistics

Total URLs: 0
Valid URLs: 0
Invalid URLs: 0
Errors: 0

Validation Details

💡 Example Sitemap XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://example.com/page1.html</loc>
        <lastmod>2025-10-30</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://example.com/page2.html</loc>
        <lastmod>2025-10-29</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
</urlset>