Clean URL links
Category and city stay in path segments, so filters are shareable and crawlable.
Demo Lab
Search navigation can stay URL-driven and server-rendered.
Category and city stay in path segments, so filters are shareable and crawlable.
The active filter comes from the normalised URL state, not from local component state.
Reset is a plain Link back to the base search route.
The current page lives in searchParams as ?page=2 and is rendered on the server.
/en/search/en/search/music/en/search/music/london/en/search/music/london?page=2/en/search/music/london?q=jazz&page=2Use Link for basic SEO filters. router.push belongs to interactive client flows such as debounced inputs or wizard-like UI.