Crawl Error Response Code URLs and Pages with Website Analyzer
Abstract: A1 Website Analyzer has en option to crawl error pages for links. The website analyzer software has builtin protection against crawling endless error pages. Navigate:Website Analyzer | Buy | Download | Help Index
Some websites include important links in pages returned for e.g. 404 - not found errors. You can have
A1 Website Analyzer scan error pages for links
by checking option: scan website | crawler options | crawl error pages.
Please note that the sitemapper program will ignore links relative to current path when analyzing error pages.
It does so to avoid getting caught in an endless crawling loop.
To understand the reason, take a look at following example of the process in a naive website crawler:
Crawler detects url http://www.example.com/directory/ gives 404 - not found.
Crawler finds http://www.example.com/directory/ links to directory/something.
Crawler concatenates http://www.example.com/directory/ and directory/something into http://www.example.com/directory/directory/something.
Crawler detects url http://www.example.com/directory/directory/ gives 404 - not found.
Crawler finds http://www.example.com/directory/directory/ links to directory/something.
Crawler concatenates http://www.example.com/directory/directory/ and directory/something into http://www.example.com/directory/directory/directory/something.
Classic spider trap that continues forever.
To have error page URLs scanned for links, use one of the following kinds instead: