claudi69 Posted June 30, 2015 Share Posted June 30, 2015 German characters stripped from friendly url Can someone please help with this problem?? http://mydomain.com/de/perlenschmuck/perlenketten/susswasser-perlenkette-rosa-susswasser-perlen.html German characters stripped ü is becoming u and not ue, ä is becomming a instead of ae. Why is this happening?? Hoping Claudia Link to comment Share on other sites More sharing options...
vekia Posted June 30, 2015 Share Posted June 30, 2015 hello under preferences > SEO & URLS please turn on option: ACCENTED URL Link to comment Share on other sites More sharing options...
selectshop.at Posted June 30, 2015 Share Posted June 30, 2015 Yes this is a possibility, but for SEO I prefer to use the old rewrite into ue, ae and oe. From my experience although Google and other serp's recognize and rewrite ü, ö and ä correctly into ue, oe and ae, the ranking of my site on other markets than in German spoken markets do not have a good rank. If your site is only for German Markets the solution to set to accented URL will solve your problem. If your site is also for other markets, I will not use this setting and make a change, i.e. extend the code on your file js/admin.js extend the code as follows on lower case block: str = str.replace(/[\u00E6\u00E4\u00C4]/g,'ae') str = str.replace(/[\u0153\u00F6\u00D6]/g,'oe'); str = str.replace(/[\u00FC\u00DC]/g,'ue'); This code will cover lower and uppercase characters (upper case transformed in lower case) - best for SEO and international GERMAN pages. Link to comment Share on other sites More sharing options...
claudi69 Posted June 30, 2015 Author Share Posted June 30, 2015 Hi, thanks a lot for your help - i tried both solutions did'nt work. Could it be because i have SEO Expert & Advanced friendly urls installed or do i have to delete smarty cache and compile?? Tried to recompile but that did'nt work, is there any thing else that i can try :-( would really appreciate any help Thanks Claudia Link to comment Share on other sites More sharing options...
selectshop.at Posted July 1, 2015 Share Posted July 1, 2015 (edited) Both solutions do apply only after the time you added/activated them. Your already added URL's you should rework manually. Once added to database, there is no tool making changes on old things !!! Open the products and rework the SEO-URL's manually of already products in database. For new added products both solutions should rewrite the German characters accordingly. Edited July 1, 2015 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
Indigoextra Posted July 25, 2015 Share Posted July 25, 2015 If you do get this resolved, then the following page has a list of all the html codes you need for the various accented letters in German: http://www.germanyseo.com/how-to-do-german-seo-and-marketing Hope it helps! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now