I have a multistore environment with multiple fashion webshops. Too allow full flexibility, each webshop need their own category structure with all categories in each category tree limited to 1 store. In fashion the top level is typically "men" and "Women" with "jackets", "shoes" etc on level 2.

Currently Nopcommerce adds a numbering sequence on identical category names.

Store 1 - "men" = www.store1.com/men-1
Store 2 - "men" = www.store2.com/men-2
Store 3 - "men" = www.store3.com/men-3

For SEO purposes and visually this is not ideal.

I suggest that we change this numbering schemes so that identical categories belonging to different stores can have same category name. E.g.

Store 1 - "men" = www.store1.com/men
Store 2 - "men" = www.store2.com/men
Store 3 - "men" = www.store3.com/men