stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.95k stars 302 forks source link

Can I compare links between two environments? #213

Closed buger closed 3 years ago

buger commented 3 years ago

The use case is pretty simple:

We just rolled out a new design with a big re-structure.

One of our goals from SEO point of view that all old links from previous version will still work in new version (with http redirects and etc).

So ideally I want to run a job to get list of links from my old website, and check this list against new website version.

Is something like this possible to do with this project? Or maybe by writing some extension.

Thank you!

stevenvachon commented 3 years ago

You could check both sites and filter the results by the resolved base URLs and maybe also redirected URLs.