SEO URLs are working fine no problem there - it's a nice way it has been implemented.
However, we want to avoid having 1 product having 2 different URLs
Examples:
product#234 (SEO URL name: product#234.html ) is linked as a recent item on the front page. URL is: http://www.store.com/product#234.html
product#234 belongs to category#5 (SEO URL: category#5) and when I browse to that category and go to the product view of the page, the URL is: http://www.store.com/category#5/product#234.html
This one product then have 2 URL's messing up on our google
http://www.store.com/product#234.html
and
http://www.store.com/category#5/product#234.html
Is there a way to make it so when you browse to the category, you see
http://www.store.com/category#5
and when you then press the link to the product, you come to
http://www.store.com/product#234.html
- what I'm thinking is a re-write of the SER URL php file, that either removes the category SEO URL from the link URL inside the category or the other way around, that the products on the front page, includes category SEO URL - this would actually be the better solution.
Anyone who is able to help? - because that is php programming that I am not able to do
