Reduce 404 errors with smart search, that attempts to find something in the similar to what the user types in the url.. This search will check what the user types in the url, and decodes it to the way it sounds, then compares it to the decoded sound of each page in the database.. This attempts to translate both the url and pages to compare different languages.. Seperates the words between. for both the url the user typed, and page in the database.. Reduces urls to simple form, and replaces -., ., %20., +., ect with spaces.. Checks individual words seperated by spaces, and sets everything to lowercase, to make caps not matter.. The smart search decodes words to how they sound English, which can detect match for misspelled word.. Can this plugin go to sub-pages. yes, pages are checked backwards, order to match sub-pages before going to the main page... Does this run if the url is 404. no, the smart search checks if the url is 404, so you can still send users to 404 if you want... Interested in development.., check out SVN repository, or subscribe to the development log by RSS...
Read more