Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - SEO links - nordic optimizing (ver. 9.60)
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

SEO links - nordic optimizing (ver. 9.60)

 Post Reply Post Reply
Author
klr3 View Drop Down
Groupie
Groupie
Avatar

Joined: 20 February 2003
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote klr3 Quote  Post ReplyReply Direct Link To This Post Topic: SEO links - nordic optimizing (ver. 9.60)
    Posted: 10 July 2009 at 10:23am
Hi!
 
For those of you that run forums (version 9.60) in a nordic language, the new regular expressions doesn´t allow charatchers like "æ, ø, å" by default, which is important for a better indexing by searchengins.
 
For at quick fix you could add following to the "functions/functions_filters.asp" around line 1066:
 
strInputEntry = Replace(strInputEntry, "á", "a", 1, -1, 1)
strInputEntry = Replace(strInputEntry, "é", "e", 1, -1, 1)
strInputEntry = Replace(strInputEntry, "ó", "o", 1, -1, 1)
strInputEntry = Replace(strInputEntry, "§", "", 1, -1, 1)
strInputEntry = Replace(strInputEntry, "æ", "ae", 1, -1, 1)
strInputEntry = Replace(strInputEntry, "ø", "oe", 1, -1, 1)
strInputEntry = Replace(strInputEntry, "å", "aa", 1, -1, 1)
strInputEntry = Replace(strInputEntry, "ä", "ae", 1, -1, 1)
strInputEntry = Replace(strInputEntry, "ö", "oe", 1, -1, 1)
strInputEntry = Replace(strInputEntry, "ü", "eu", 1, -1, 1)
strInputEntry = Replace(strInputEntry, "ß", "ss", 1, -1, 1)
 
or edit the expressions rules if you like
 
Have a nice day Wink


Edited by klr3 - 10 July 2009 at 12:53pm
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.