We’re setting up a load of redirects in an “interesting” way and I don’t want to do check 100+ links manually
Anyone know of a handy standalone tool or easiest/quickest process that I can use for the following…
- get child URLs by crawling a domain (e.g. A .com/stuff[n])
- visit each URL in turn (e.g. /stuff[1], /stuff[2], etc.)
- record the resulting URL loaded (after redirection) and final status code (e.g. A .com/stuff[1] loads A .com/thing[1] with 200 response)
There’s quite a few tools I can find for generating site maps or scraping links. But not as easy to find stuff that will ease the checking of the redirection. I’ve found HEADMasterSEO.com which looks potentially helpful - but would love advice.
Oh and just because I’m fussy… if the tool or method takes longer to install/setup/run than manually going through the list twice (once on staging & once on live) then it’s not going to help as this is a non-repeating activity and I’m trying to save time/brain power
Thanks