## Context We have thousands of `extraSlugs`. We need a script to verify they all redirect correctly to the primary route. ## Task Create a testing utility (maybe in `scripts/`) that crawls all slugs in `tools.json` and checks for 301/200 status codes.
Context
We have thousands of
extraSlugs. We need a script to verify they all redirect correctly to the primary route.Task
Create a testing utility (maybe in
scripts/) that crawls all slugs intools.jsonand checks for 301/200 status codes.