Let’s say you have a huge (1k+) list of 301s that you need to test in a CSV called redirects.csv
that’s formatted like this:
original_url,new_url
let’s grab that first column (with the orginal urls), and create a txt file with them
|
|
now let’s test ‘em with curl and dump out the response url and the response code to a new csv
|
|
now import both csvs into google sheets and run a VLOOKUP to cross compare