Hi Guys,

could you advise me. I want to find out the best solution for this type of task. I try to solve it withou touching route system

eg.: Client need display only blue shoes but he also want to have nice URL.

1) I can create one category for that but this can lead to so many other categories.
2) I create rewrite rule (store.com/blue-shoes => shoes?specs=15) it works and it´s simple but sitemap generator the generator does not count with the rules.

3) Extend UrlRoute table with Params column and extend also route system.

Do you know any other solution ? may be I miss something. But this task I think is quite common.