Shop Category URL
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Shop Category URL
I am testing out Aimeos for the first time and have some custom products added and categories assigned. However, when I view a category on the front of the site it shows the URL as "/shop/Books~15". How do I remove the "~15" from the URL?
Re: Shop Category URL
That's difficult because it's the unique ID to find the category. Otherwise, all category names must be unique.
For SEO, this is no problem that the ID is included in the URL.
For SEO, this is no problem that the ID is included in the URL.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Shop Category URL
I appreciate the response. However, the client is coming from WordPress and all of the category names are unique. I am confused trying to think of an instance of when the category name wouldn't be unique. Maybe I am misunderstanding.
Re: Shop Category URL
In Wordpress everything is a page and must have a unique URL. In Aimeos category codes must be unique but the URL (name) may not because it can be chosen by the editor. This is especially true if you have a category tree with different parent category names but the same child categories, e.g. "Shoes > Pumps > Flat" and "Shoes > Sandals > Flat".
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
