sitemap-check
v0.0.2
Published
A tool to parse and check sitemap URLs for problems such as broken XML or 404 errors
Downloads
2
Readme
sitemap-check
This cli tool will parse your XML sitemaps and issue a HEAD
request to URLs they contain and warn you against problems such as invalid XML or unreachable pages.
If you give it a sitemap index URL which contains other sitemaps, it will parse all of them.
Usage
$ sitemap-check http://url-to-your-sitemap
Options
| Description | command |
| ------------------------------------------------------ | ----------------- |
| Timeout (in seconds) for a single URL | -t
, --timeout
|
| Maximum number of URLs to visit in a single sitemap | --maxPerSitemap
|