cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it possible to change the category navigation URL without Parameters in Hybris?

Former Member
0 Likes
1,403

Hi Everyone,

I'm not a developer, I'm a SEO Analyst and have been wondering if is possible to change the Category URL through navigation.

Example: I have an ecommerce with multiple Categories, for instance:

https://mysite.com/category/nintendo/c/01

and my subcategory is: https://mysite.com/category/nintendo/nintendo-switch/c/0101

My problem is whenever I'm on the first category and want to choose a subcategory the URLs shows with parameters:

https://mysite.com/category/nintendo?q=%3Arelevance%3Acategory%3A0101

So is it possible to use the former URL so that Google can see it?.

Thanks in advance,

Joao.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Hi,

You can create a custom URLResolver for that case. Please check https://help.sap.com/viewer/4c33bf189ab9409e84e589295c36d96e/1905/en-US/8aee34a686691014b95a90034188... for additional details.

Best regards,
Marvin

Former Member
0 Likes

Thanks Marvin,

I've just shared the guide with my team.

One more thing Marvin, we currently have this set: <propertyname="pattern"value="/{category-path-previous}{category-path}/c/{category-code}"/>, however I don't see in that guide how can I change the category facet URL.

Thanks in advance.