Hi Mirza, you are right: http://demoshop.oxid-esales.com/community-edition/en/Wakeboarding/Wakeboards/Wakeboard-SHANE.html http://demoshop.oxid-esales.com/community-edition/en/wakeboarding/wakeboards/wakeboard-shane.html
But in the second place, there is set a clear canonical tag: <link rel="canonical" href="http://demoshop.oxid-esales.com/community-edition/en/Wakeboarding/Wakeboards/Wakeboard-SHANE.html"> Best! Marco From: dev-general-boun...@lists.oxidforge.org [dev-general-boun...@lists.oxidforge.org] on behalf of Mirza Ahtasham Ahmad [ahtasha...@gmail.com] Sent: Friday, June 19, 2015 2:37 PM To: dev-general@lists.oxidforge.org Subject: Re: [oxid-dev-general] SEO URL Let me explain you again... So it is not my encoder that performs strtolower...it the default behaviour...look at line #262...the ident of the url is generated by performing an strtolower...and thats why regardless if you call a url all lower case or capitalized...you get the same ident. Which calls the same page. and in Eys of Google you can have multiple URLs for the same page content. as I mentioned two URL in my previous email, two exact same url only the difference is lowercase and capitalized case...but getting the ident while decoding the url, you get the same ident...which give you same stdurl...and causes two URL but one page.... Thats the problem that I am facing.... Mit freundlichen Grüßen | Warm Regards, Mirza Ahmad M +4917645387460 | Skype: ahtasham82 On Fri, Jun 19, 2015 at 2:09 PM, Tomas Kvietkauskas <tomas.kvietkaus...@nfq.com> wrote: Hi Mirza, I am not sure why does your oxseodecoder perfoms strtolower and you have multiple urls for the same product, cause by default seo urls are capitalized (first uppercase letter). From my point of view and personal experience lowercase urls are better (having unique lowecased urls everywhere), but you can not extend oxSeoDecoder class, the best way to strtolower sSeoUrl in https://github.com/OXID-eSales/oxideshop_ce/blob/b-dev-ce/source/core/oxseoencoder.php#L137 but you have to hardcode here :( - Tomas On 19 Jun 2015, at 14:23, Mirza Ahtasham Ahmad <ahtasha...@gmail.com> wrote: Hi Guys, I have a problem, the SEO Decoder always performs a strtolower first and then gets the ident of the URL. Now the problem is that, two url came to exist. /Bekleidung/Fashion/Accessoires/Kuyichi-Lederguertel-JEVER.html /bekleidung/fashion/accessoires/kuyichi-lederguertel-jever.html my SEO guys are saying that this is bad and I have to setup only the one with lowercase and the other should have a redirect on lowercase urls. So is there any fix to that or am I thinking or doing something wrong here?? Thanks for your quick feedback. Mit freundlichen Grüßen | Warm Regards, Mirza Ahmad M +4917645387460 | Skype: ahtasham82 _______________________________________________ dev-general mailing list dev-general@lists.oxidforge.org http://dir.gmane.org/gmane.comp.php.oxid.general _______________________________________________ dev-general mailing list dev-general@lists.oxidforge.org http://dir.gmane.org/gmane.comp.php.oxid.general _______________________________________________ dev-general mailing list dev-general@lists.oxidforge.org http://dir.gmane.org/gmane.comp.php.oxid.general