Home     Blog

How to Find Broken Links

Broken links annoy the visitors to your web site, which lowers you percentage of return visitors.

In addition, broken links on your web site may negatively affect your search engine rankings.

Finding broken links on your web site can be accomplished by either a downloadable program such as Xenu Link Sleuth, or by using a web-based application such as the W3C Link Checker.

Xenu Link Sleuth

Xenu's Link Sleuth (TM) checks Web sites for broken links. Link verification is done on "normal" links, images, frames, plug-ins, backgrounds, local image maps, style sheets, scripts and java applets. It displays a continously updated list of URLs which you can sort by different criteria. A report can be produced at any time.

Additional features:broken link How to Find Broken Links

  • Simple, no-frills user-interface
  • Can re-check broken links (useful for temporary network errors)
  • Simple report format, can also be e-mailed
  • Executable file less than 500K
  • Supports SSL websites ("https:// ")
  • Partial testing of ftp and gopher sites
  • Detects and reports redirected URLs
  • Site Map

W3C Link Checker

With the W3C Link Checker, you simply enter the address (URL) of a document that you would like to check into their online form.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow Will.Spencer on

Leave a Reply

Related Posts

  • How to Make JavaScript Links

    Many webmasters want to make JavaScript links instead of HTML links because they believe this will “conserve PR”. This is an unresolved argument among search engine optimization specialists. A normal HTML link looks like this: <a href=”http://www.tech-faq.com”>Tech FAQ</a> And works like this: Tech FAQ A JavaScript link looks like this: <a href=”javascript:var handle=window.open(‘http://www.tech-faq.com’)”>Tech FAQ</a> And [...]...


  • The Future of Search: Likes Instead of Links, Humans Instead of Bots

    Facebook's alleged declaration of war on Google and the talk about the the "link" being replaced by the "like" as the new search paradigm got me thinking about search engine optimization and the future of search engines. I have to say that I never quite liked search engine optimization because it always seemed to be [...]...


  • How to Get Links to Your Web Page

    Inbound links are one of the critical success factors for any web site.But how do you convince people to link to you? Here are a few ideas for generating inbound links: Reciprocal Linking Write individual e-mails to specific webmasters whose web pages compliment your own and tell them that you would like to trade links [...]...


  • Referrer Spam

    When a user follows a link from WebSite A to WebSite B, it generates a logfile entry in the web server logs of WebSite B. Most webmasters use a web site statistics reporting tool such as AWStats or Webalizer. Some webmasters (either purposefully or unintentionally) make the reports generated by these tools publicly available. One [...]...


  • How to Find Security Vulnerabilities in Source Code

    The original, and still the best, method for finding security vulnerabilities in source code is to read and understand the source code. Source code security vulnerabilities will vary between languages and platforms. Items to look for in C code include: Potential vulnerability Function calls to examine for vulnerabilities Buffer overflows gets(), scanf(), sprintf(), strcat(), strcpy() [...]...