Doubt in Routes

Hi,

I have one doubt in routes,

Scenarios:

Format -1:http://localhost:3000/city/category/sub-category/user-name/product-name

I have written the routes for the above format-1

match ‘/:city-ca/:categ/:sub_categ/:busi_name’ => ‘landing#follow_cities’

it working fine for me.

Format -2: http://localhost:3000/city/provider-name/category/sub-category/product-name

How to write for the above format-2

The format-2 changes for SEO is it possible to write above url structure in rails…