AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Sam_78 on January 03, 2017, 05:27:23 PM

Title: Seo URL for same category
Post by: Sam_78 on January 03, 2017, 05:27:23 PM
Hello everyone,
I am trying to get the same SEO url for two different sub-categories and I Wonder is it possible
I sell cloths online and my situation is
Men's->jackets   that has url men/jacket that works fine
but now when I add same sub-category in women's subcategory I get womens/jackets_0 I See here that two pages can't have the same SEO but is there any way where it can catch the parent folder like men and womens in my case and then catch the final page..

Title: Re: Seo URL for same category
Post by: abantecart on January 04, 2017, 08:33:28 AM
I am not sure if this is currently possible, as there is a check for unique SEO Key, and it will work even with just /jackets

What you can do, is add clean URL as you need it with womens/jackets to .htaccess file and create rewrite to  womens/jackets_0
This way browser will see it correctly and rewrite will be transparent to user.