Find website broken links
An easy way to find if your website has broken links is by checking it with a specialized software.
LinkChecker
A free open source program to accomplish this task is Linkchecker.
It checks recursively the given domain and any URL outside the domain.
The program supports the following output formats: text, html, csv, gml, dot, gxml (GraphXML sitemap graph), xml, sql (log check result as SQL script with INSERT commands), blacklist (logs only entries with invalid URLs).
The project is hosted on Sourceforge http://linkchecker.sourceforge.net/
To redirect the program output to a file in HTML format you can use this command:
linkchecker --output=html http://www.example.com/ > /path/result.html
Log result in text format using file output.txt
linkchecker --file-output=text/output.txt http://example.com/
To install linkchecker in Ubuntu 9+ run the following command:
sudo apt-get install linkchecker
Ignore jpeg images
linkchecker --file-output=text/output.txt --ignore-url=\.jpg$ http://example.com/
Regular expressions accepted
http://docs.python.org/howto/regex.html
WebCheck
Check only links within the specified path and ignore robots.txt
webcheck --base-only --ignore-robots http://www.example.com/checked-path
http://arthurdejong.org/webcheck/news.html
Latest news
- - S5 Slide Show System: PowerPoint on Linux
- - µTorrent for Linux
- - Linux audio tagger
- - Gnome 3 release date - interview with Stormy Peters
- - Ubuntu Maverick Meerkat Beta Released
- - Ubuntu Maverick Meerkat frozen
- - Tab Candy for Firefox
- - Ubuntu font launched for beta testing
- - Interview with Richard Stallman
- - Linux Mint 9 KDE released
- - Gnome 3 release date delayed to march 2011