How this tool computes its result
Unlike the plain sitemap extractor, this always calls a backend crawl endpoint (capped at 200,000 URLs) rather than accepting pasted XML. The response includes total URL count, distinct domain count, max path depth, and booleans for whether <lastmod>, <priority>, and <changefreq> appear anywhere in the sitemap, plus a directory-level distribution and a depth distribution that the UI turns into percentages client-side. Up to 3 recommendations are generated from fixed conditions in a fixed order (missing lastmod, then missing priority, then missing changefreq), and the opening summary line differs depending on whether the root document was a plain urlset or a sitemapindex combining multiple inner sitemaps.
