How to manage multiple same categories in wordpress

Viewed 20

I am creating a webshop in which I can sell mobile phone cases and screen protectors. I use Wordpress and Woocommerce. My menu is now created based on product categories. Menu foto

This is my basic Menu, but the problem is that I have to make the same subcategory twice for each main category. 1 time for phone cases and 1 time for screen protector. What makes my url like following for screen protector: product-category/screenprotectors/apple-screenprotectors/iphone-12-series-apple-screenprotectors/

and for phone cases: product-category/phone-cases/apple-phone-cases/iphone-12-series-apple-phone-cases/

I don't find these clean and manageable because I have to make each category 2 times and the url is not looking good. In addition, I also think that this is going to be a lot difficult with filtering products and searching products for customers.

Is there a better way to do this so that? So that I create each category 1 time and my url is more readable.

0 Answers
Related