I am planning to build a broken link checker tool for websites. Can you guys please let me know which tools I need to use in building the tool. I have experience in JavaScript, ExtJS, jQuery and PHP. Any help/suggestion would be greatly appreciated.
How to build a broken link checker tool?
1.6k Views Asked by Sanjeeva At
1
There are 1 best solutions below
Related Questions in BROKEN-LINKS
- How can I export the Broken Links report from Sitecore out ? I am on Sitecore version 7.0
- One wordpress website is always interpreting link to other wordpress site hosted on same VPS as an internal link
- My osclass links are working properly but returns 404 error when checked
- Nested taxon url is no longer working
- broken links and styles on form post to mysql, is it because of mysql_real_escape_string?
- w3c validation congratulation ICON code results broken link
- Riak: are links dissolved if the target is deleted?
- Get URL for dead links in JavaScript
- My Libraries shortcuts don't work
- Images links work on IE but not in firefox or Chrome
- Perfectly functioning anchor tags on desktop Chrome suddenly unclickable on Android Chrome browser?
- Redirect links to correct directory
- Wordpress why i'm Not getting folder name on site url after site migration
- When I am trying to fetch broken links of a webpage not getting all of them in webdriver java
- links will not work on laravel app with azure server
Related Questions in LINK-CHECKING
- Daily check all webpages from a list of websites
- link check gets status bad result
- Check Entire Website's Links
- Grails - Link checking as part of a continuous integration
- Which HTTP status codes should we consider for dead links
- Maybe I need to export paths but not sure
- Check site for my site files
- BeautifulSoup Broken Link Checker / web crawler
- How to do 404 link testing through selenium rc for complete website?
- Travis CI with GitHub Pages / Linkchecker
- What is the best way to check if a URL exists in PHP?
- How to check if Facebook links to user/page content are still active?
- How to resolve 403 errors using nitpick_ignore_regex in Sphinx with linkcheck?
- Which URL is considered valid while checking for broken links
- How to build a broken link checker tool?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Have a look at this WP plugin:
http://wordpress.org/extend/plugins/broken-link-checker/ [Broken Link Checker]
It already does the job.
You could either reverse engineer it or use it as a concept tool to make your own