Is there a Squiz-Native 404 Report


#1

I want to get a log of all 404 requests.

Performing a re-dev of a sub-site and we’re looking at moving a number of assets / web-paths around.
I can make the 404 page perform an XHR informing a logging server, but is there a ‘Matrix-way’ of doing this before I write a custom implementation?

Thanks,
Michael


(Tbaatar) #2

I would just do Screaming Frog!

This day and age teams in tech need to have this sort of tool at their arsenal.


(David Schoen) #3

I can make the 404 page perform an XHR informing a logging server, but is there a ‘Matrix-way’ of doing this before I write a custom implementation?

This sounds exactly like what Google Analytics does - any reason you can’t just use GA?

Alternatively just look at the web server access logs (not a core part of Matrix).


(Bart Banda) #4

Also recommend using GA for it, see https://serpstat.com/blog/how-to-track-404-errors-with-google-analytics/ for more info.