arrow_backBack to Toolbox

Toolbox

Sitemap Viewer

Fetch a sitemap URL through the server, inspect prettified XML, and switch to a structured list view for sitemap entries.

Enter a sitemap URL to inspect the formatted XML and a structured list of detected sitemap entries.

Server Fetch Proxy

The viewer fetches third-party sitemap URLs on the server first, which avoids browser CORS issues and keeps timeout, validation, and response-size limits in one place.

Structured Result View

The same XML result is parsed into a list so you can scan `loc`, `lastmod`, `changefreq`, and `priority` fields without reading raw markup.

Supported Formats

The first release supports both `urlset` and `sitemapindex`, which covers the most common XML sitemap formats used by public sites.

FAQ

Does the browser fetch the third-party sitemap directly?

No. The URL is sent to this site's server first, then the server fetches the sitemap and returns normalized results for viewing.

Which sitemap formats are supported?

This version supports standard `urlset` and `sitemapindex` XML sitemaps. Unsupported XML roots are reported explicitly.

Can I inspect the raw XML and parsed entries together?

Yes. You can switch between a formatted XML view and a structured list view without submitting the URL again.