Hey, for better SEO and urls I played a bit with route filters.
And made changes like this:
Find Route
Replace with
Find Route
Replace with
Now if I open any item, the url is similiar to this:
../showcase/item-title.12/
Well I could replace "showcase" via route filters with something general...
But wouldn't it be awesome, if categorys are includet into the url, like this:
../showcase/cars.8/item-title.12/
So with route filters the result would be like this:
../cars/item-title.12/ and not like../showcase/item-title.12/
Do you understand what I mean? I hope you can take a look into this.
And made changes like this:
Find Route
Code:
showcase/category/cars.8/
Code:
cars
Find Route
Code:
showcase/category/players.9/
Code:
players
Now if I open any item, the url is similiar to this:
../showcase/item-title.12/
Well I could replace "showcase" via route filters with something general...
But wouldn't it be awesome, if categorys are includet into the url, like this:
../showcase/cars.8/item-title.12/
So with route filters the result would be like this:
../cars/item-title.12/ and not like
Do you understand what I mean? I hope you can take a look into this.
Upvote
0