Ferramentas de SEO

Descarregador de sitemaps

Retire todos os URL de um sitemap e descarregue a lista em TXT ou CSV.

Avalie esta ferramenta

Como usar Descarregador de sitemaps

  1. Cole o endereço do sitemap.xml.
  2. Clique em Obter os URL — se for um índice, os sitemaps filhos são seguidos.
  3. Descarregue a lista em .txt, ou em .csv com as datas de última modificação.

Sobre Descarregador de sitemaps

Sitemap Downloader turns a sitemap into a list you can actually work with. A sitemap is XML meant for search engines, which makes it awkward the moment you want the URLs for something else — a crawl, a redirect map, a migration checklist, a spreadsheet of what you actually publish.

Point it at a sitemap index and it follows the index into every child sitemap and collects the lot, so a site split across dozens of files still comes back as one list. The CSV carries the lastmod date alongside each URL where the sitemap provides one, which is what makes it useful for finding stale pages: sort by date and the pages nobody has touched in two years rise to the top. Gzipped .xml.gz sitemaps are decompressed automatically.

Two honest limits. Very large sitemaps are capped, and when that happens you are told the list is partial rather than left to assume it is complete — a silent truncation on a migration list is the kind of thing you discover months later. And if a site's firewall blocks the request, the tool says so plainly instead of claiming your sitemap is malformed. If you only want the count and the breakdown, sitemap URL counter is the shorter route, and XML sitemap generator builds one from scratch.

Perguntas frequentes

Does it follow a sitemap index?

Yes. If the URL you give it is an index file, it fetches each child sitemap listed inside and returns the URLs from all of them as a single list.

What is in the CSV?

Two columns: the URL, and the last-modified date from the sitemap where one is given. Blank in that column simply means the sitemap did not include a lastmod for that page.

Is there a limit on how many URLs it will export?

Yes, and you will be told when you hit it. Very large sitemaps are capped so the response stays a reasonable size, and the result says the list is partial rather than quietly handing you an incomplete file.

Does it work on a gzipped sitemap?

Yes. A .xml.gz sitemap is decompressed before the URLs are read.

Why did it say the site blocked the request?

Some firewalls and CDN bot filters refuse requests that do not come from a browser. That is about their filter, not your sitemap — the same URL will usually open fine in your own browser.

Are the URLs stored anywhere?

No. The sitemap is fetched, the list is returned to your browser, and the download is built there. Nothing is kept.