Re: [oxid-dev-general] SEO URL

2015-06-19 Thread Marco Steinhaeuser
Hoi, there are some modules/methods out there in order to force lower case letters in the URL. Apparently such a module or alteration is running. Switch it off to get back to the standard camel case URLs. If you want to have lower case characters only, use or write a module that does the

Re: [oxid-dev-general] SEO URL

2015-06-19 Thread Mirza Ahtasham Ahmad
​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

[oxid-dev-general] SEO URL

2015-06-19 Thread 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

Re: [oxid-dev-general] SEO URL

2015-06-19 Thread Manuel Reiß
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 manuel.re...@mediaopt.de mailto:manuel.re...@mediaopt.de | www.mediaopt.de http://www.mediaopt.de/ derksen

Re: [oxid-dev-general] SEO URL

2015-06-19 Thread Marco Steinhaeuser
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

Re: [oxid-dev-general] SEO URL

2015-06-19 Thread 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ß manuel.re...@mediaopt.de wrote: Hi Mirza, OXID generates canonical URLs to prevent

Re: [oxid-dev-general] SEO URL

2015-06-19 Thread Keywan Ghadami
Hi Mirza, if the canonical tag in the source code of that page is correct (that’s what I assume) then the SEO impact shouldn’t be so bad at all. Anyway it’s correct if they complain about urls with differ cases, that should not happen. In the demo shop I found the Link with uppercase letters:

Re: [oxid-dev-general] SEO URL

2015-06-19 Thread Tomas Kvietkauskas
Hi, use lowercase only urls. What does your SEO Company say about that? +1 for Marco solution, no need to hack/patch oxSeoEncoder ;) On 19 Jun 2015, at 16:10, Marco Steinhaeuser marco.steinhaeu...@oxid-esales.com wrote: Hoi, there are some modules/methods out there in order to force

Re: [oxid-dev-general] SEO URL

2015-06-19 Thread Mirza Ahtasham Ahmad
yes...I see it. Thanks, *Mit freundlichen Grüßen | **Warm Regards**,* Mirza Ahmad M +4917645387460 | Skype: ahtasham82 On Fri, Jun 19, 2015 at 3:33 PM, Marco Steinhaeuser marco.steinhaeu...@oxid-esales.com wrote: Hi Mirza, you are right: