Totally Zenned
- Join Date:
- Feb 2012
- Location:
- mostly harmless
- Posts:
- 1,818
- Plugin Contributions:
- 4
Ultimate SEO v3 (and v2.200) [Support Thread]
I've been thinking about re-visiting the filters for the next release to make things a little cleaner. Suggestions are welcome.
sports guy:
- Remove all non-alphanumeric characters? is set to true
This is the last filter (third) run over the generated URLs. If enabled: All non alpha-numerical characters are removed (including the -). If disabled it only strips punctuation (again this includes -).
sports guy:
- Enter special character conversions. is set to: /=>-
This is the second filter run over the generated URLs. This was left from a previous version to allow simple character conversions.
The most powerful (and first filter run) is the PCRE filter. This allows you to convert most any character or phrase into another character or phrase. For example: '\/=>and' would convert "CONTROL / SHAPER" to "CONTROL and SHAPER" in the URL.