@Keywan, @Tomas Yes, SEO says...only lowercase...and all other type redirect to lowercase version
@Josha Question....isn't actually the process of lowering case each url and then doing the md5 on it to make the unique ident, little bad?? I mean why is it in the code...has no one noticed that before ?? Has no one encountered this problem before?? I had the same idea and wanted to implement the comparison between the Url and strtolower(Url) for a 301 redirect. But right now I am waiting for my SEO guys on what they say about the canonical url solution. BTW. What is you stand here, do you implement a redirect or you stay with the canonical url solution?? Thanks guy for the responses. *Mit freundlichen Grüßen | **Warm Regards**,* Mirza Ahmad M +4917645387460 | Skype: ahtasham82 On Fri, Jun 19, 2015 at 5:40 PM, Joscha Krug | marmalade GmbH < [email protected]> wrote: > No it is not! > > If you have a panda problem, Google gives a shit on canonicals! > > @Mirza: > Overwrite the seodecoder BEFORE the strtolower. > Then check if strtolower delivers the same md5 as the lowered url. > If not, make a 301 to the lowered or send a 410 and deliver the content > directly(much faster way to get rid of the uppercase-urls). > > Before you do that, please check that all seoencoders _make_ the > strtolower so you not longer provide the f***ing wrong urls. > > This is real-life proved and NOT guessing! > > Best regards, > > Joscha > > //--------- > > Joscha Krug > Geschäftsführer > marmalade GmbH > > www.marmalade.de > [email protected] > > *NEU: Otto-von-Guericke-Str. 86a* > 39104 Magdeburg > GERMANY > > t: +49 (0) 391 / 559 22 104 > f: +49 (0) 391 / 559 22 106 > > AG Stendal, HRB 19071 > Geschäftsführer: Joscha Krug > > > Am 19.06.2015 um 15:16 schrieb Mirza Ahtasham Ahmad: > > That seems to be the perfect answer :) > > > Thanks Manuel. > > > > > > > > *Mit freundlichen Grüßen | **Warm Regards**,* > > Mirza Ahmad > M +4917645387460 | Skype: ahtasham82 > > > > > > On Fri, Jun 19, 2015 at 2:16 PM, Manuel Reiß <[email protected]> > wrote: > >> Hi Mirza, >> OXID generates canonical URLs to prevent duplicate content issues. So >> maybe your "SEO guys" should take a look at the code before coming up with >> crazy ideas :) >> >> Best, >> Manuel >> >> [email protected] | www.mediaopt.de >> >> derksen mediaopt gmbh | elbestrasse 28/29 | 12045 berlin | +49 (30) 34 >> 09 42-77 | fax-66 | Amtsgericht Charlottenburg | HRB 120935 B | ust.-id >> DE265886017 | geschäftsführer dipl.-ing. philipp derksen >> Am 19.06.2015 um 13:23 schrieb Mirza Ahtasham Ahmad: >> >> 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 >> [email protected]http://dir.gmane.org/gmane.comp.php.oxid.general >> >> >> >> _______________________________________________ >> dev-general mailing list >> [email protected] >> http://dir.gmane.org/gmane.comp.php.oxid.general >> > > > > _______________________________________________ > dev-general mailing > [email protected]http://dir.gmane.org/gmane.comp.php.oxid.general > > > > _______________________________________________ > dev-general mailing list > [email protected] > http://dir.gmane.org/gmane.comp.php.oxid.general >
_______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
