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

What is the purpose of categoryPath indexed property.

Former Member
0 Likes
319

Why we need categoryPath indexed property. What's its use.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

The CMS component "SubCategoryListComponent" seems to use this property.

Former Member
0 Likes

Thank you for responding. May i know why do we use this SubCategoryListComponent component. I tried to find out, it is used in product category template page. But i dont know where exactly on Storefront it is visible.

Former Member
0 Likes

Most of the e-comm websites that I have worked on never used this attribute.

But a valid use case is: Suppose you wish to show clickable sub-categories of 'women' category when a user clicks on 'women'. You can then fetch these sub-category URLs from categoryPath field.

Another use case would be to show all categories paths for on your search pages which CAN but not necessarily improve SEO.