1

I want to avoid having the same category several times. I'll start with an example to make things easier to explain. Let's take a store that sells, for example, sports goods (e.g. www.sportsshoes.com). You have a gender based root category (or two - mens/womens), but you also have gender as a subcategory of "running" or "shoes", etc. You also need to have a gender attribute, in case the user comes from a different category entirely (like choosing a brand), but still wants to filter by gender.
In the end you have one root category, one attribute and a couple of subcategories all for gender. Of course, it's the same for the other root categories. You end up with 80-90 different categories/attributes for what are essentially different combinations of 9-10 actual categories.
This solves the problem, but leads to a lot of duplicate content, which means:

  • more work to create and maintain the catalog
  • easier to make mistakes like listing a product in some, but not all of the correct categories

Note: While my background is web development, I'm fairly new to e-commerce in particular, so let me know if I'm making the wrong assumptions here or if my explanation is not clear.

asked Dec 2, 2014 at 14:50

1 Answer 1

1

Just a side node:

In fashion stores where you have a lot of attributes I use a lot of filters instead of categories. Therefore I use this extension: http://www.manadev.com/seo-layered-navigation-plus (Demo, Doc, aso...) wich also has great SEO abilities.

While using this you end up with at best at a store where customers have all filters available all the time. So no matter where they are in the store they can filter what they want.

Hoep this is a little help.

answered Dec 2, 2014 at 15:33

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.