Print Page | Close Window

SEO links - nordic optimizing (ver. 9.60)

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=27555
Printed Date: 02 April 2026 at 2:39pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: SEO links - nordic optimizing (ver. 9.60)
Posted By: klr3
Subject: SEO links - nordic optimizing (ver. 9.60)
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net