XML Sitemap Viewer
Browse a sitemap.xml File's URLs as a Table
Need to use XML Sitemap Viewer right now?
Turns nested sitemap XML into a scannable table instead of raw markup.
Features
- Runs entirely in your browser
- Privacy-first — your data is never uploaded
- Real-time, instant results
- 100% free, no sign-up required
- Works on desktop, tablet, and mobile
- No installation needed
Who uses this tool?
People also search for
About XML Sitemap Viewer
A sitemap.xml file lists every URL a site wants search engines to crawl, but the raw XML — with each URL wrapped in nested <url>, <loc>, and metadata tags — is tedious to scan for a quick check of what's actually included and how it's configured.
This tool parses a sitemap.xml file and displays every URL entry in a clean table — the URL itself, its last-modified date, change frequency, and priority value all in separate columns — making it easy to scan a sitemap's contents or spot-check specific entries.
This is a read-only viewing tool for understanding what's in an existing sitemap — for checking whether a sitemap actually follows the Sitemaps protocol correctly (valid structure, required fields, correct value ranges), use this site's separate XML Sitemap Validator tool instead.
How it works
- Paste or upload a sitemap.xml file. Paste the XML content, or upload the file.
- Review the URL table. See every URL with its last-modified date, change frequency, and priority.
- Scan quickly. Long URLs are truncated in the table with the full URL shown on hover.
Examples
Simple sitemap
Input
<url><loc>https://example.com/</loc><priority>1.0</priority></url>
Output
A table row: URL https://example.com/, Priority 1.0.