Forget about broken links forever
nodeJS + expressJS + EJS
- Install NodeJS
- Navigate to project root directory
- Run
npm install
command from terminal - Run
node app.js
command from terminal to start the server - Open
localhost:8000
in your browser
Check your links from sitemap, etc to make sure that all links are responding with 200.
Links validator will also crawl your page and search for links, to make sure that they are working too.
Filter checked links by response code, just by clicking on proper response code counter.
https://seo-little-helper.herokuapp.com
By running npm install
dependencies are not installed on Windows OS.
Solution: Just run npm install <dependency>
for each dependency from package.json