Is there a Squiz-Native 404 Report

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

I would just do Screaming Frog!

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

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).

1 Like

Also recommend using GA for it, see How to track 404 errors with Google Analytics for more info.