Does anyone have any recommendations for a software utility that will check all anchors on a given site and report back which, if any, links are broken? Any and all suggestions will be greatly appreciated.
The W3C offers one as part of their validation service: http://validator.w3.org/checklink although I'd recommend downloading the script and running it locally, because if you choose maximum recursion (i.e. check links, check the links on the pages that are linked to etc.) it can go a bit crazy. It highlights broken links (internal and external) with big red text so it's rather difficult to miss them.
Hi, Have you tried: SSW Link Auditor - http://www.ssw.com.au/ssw/LinkAuditor/default.aspx or Xenus Link Sleuth - http://home.snafu.de/tilman/xenulink.html (watch out this page is weird) ross
Link auditor is not free but you can try it out for 30 days or so. Xenu is free but is a bit slower than Link auditor. I noticed that w3c.org has a link validator also. http://validator.w3.org/checklink Ross