Tool to Verify Site URLs/SiteMap? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_C百科Closed 7 years ago.
Improve this questionI'm moving a site from one e-commerce software to another, and I've created URL Rewriter rules to do 301 redirects from the Old URLs to the new ones. I've tested them with a small sample of URLs, but I'm looking for some sort of tool that will let me test as many of the URLs as possible. Does anyone know of a tool that I can feed a list of URLs (or a sitemap.xml). This tool will attempt to retrieve each URL, and then report the status code for each. The result should be a list of URLs with the status code, something like this:
www.site.com/oldurlformat1/ 301 Permanently Moved
www.site.com/newurlformat1/ 200 OK
www.site.com/oldurlformat2/ 301 Permanently Moved
www.site.com/newurlformat2/ 200 OK
I can almost do this with wget, but getting the summary/report at the end is where I'm stuck.
I've used Xenu a long time ago, for a list of URLs to check and it was ok. From the features list, the things that might help you:
Detects and reports redirected URLs
Site Map
I haven't used it since then and can't say how well the current version works, but it might be worth a try.
I think you can use Google webmaster's tools to do that. Just sign up to this service, and submit the sitmap. You'll have a feedback on what's OK and what's wrong.
Here is the link : https://www.google.com/webmasters/tools/home
精彩评论