Force Crawling URLs and Pages with Error Response Codes
Abstract: A1 Keyword Research has en option to crawl error pages for links. The keyword research software has builtin protection against crawling endless error pages. Navigate:Keyword Research | Buy | Download | Help Index
Some websites include important links in pages returned for e.g. 404 - not found errors. You can have
A1 Keyword Research 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: