Hello,
Of course, you can take advantage of query string macros and specify that path like:
/products/{%category|(default)default_category%}/%
And then just make your links like:
<a href="~/path/to/your/page.aspx?category=breezy">breezy</a>
Best regards,
Jan Hermann