The goal
Users prefer short URLs like /ats-score and /tailor-resume. Internally, tools can still live under /tools for organization.
The solution
Use middleware rewrites:
- If path matches a clean route, rewrite to /tools/<route>
- Keep API and static files untouched
The outcome
Cleaner links, easier sharing, and fewer “where is this page?” moments for users.
