Magic SEO URL for phpBB3
Features
- Changes the dynamic URLs to static pages with SEO friendly URLs
- Generates well-structured URLs in relation to content
- Verifies and validates each URL
If the user/visitor make any mistake in the URL, it is redirected to the correct URL - no HTTP 404/Not Found error or content penalty occur. E.g.:
www.example.com/your-wrong-topic-name-1.html to www.example.com/your-topic-name-1.html - Supports safe changes of URLs
If any page receives new URL due to change in the content, all older URLs will still work and the web browser or crawler is redirected through HTTP 301 Moved Permanently to the new URL. E.g.:
www.example.com/your-forum-name-1/ to www.example.com/your-new-forum-name-1/ - Supports redirections from ALL original phpBB URLs
E.g.: www.example.com/viewforum.php?f=1 to www.example.com/forum-name-1/ - Prevents possible duplicate content penalties - no duplicate content available on the different URLs
E.g.: www.example.com/viewtopic.php?f=1&t=1 and www.example.com/viewtopic.php?p=1#1 will be www.example.com/topic-title-1.html#1
...and more - Magic SEO URL for phpBB3 fix many duplicate content penalties such as:
www.example.com/viewtopic.php?f=2&t=2&st=0&sk=t&sd=a&start=1
www.example.com/viewtopic.php?f=2&t=2&st=0&sk=a&sd=a &hilit=highlightedtext&start=1
www.example.com/viewtopic.php?f=2&t=2&start=1&st=0&sk=a &sd=a&view=print
www.example.com/viewtopic.php?f=2&t=2&start=1&st=0&sk=a&sd=a &hilit=highlightedtext&view=print
www.example.com/viewtopic.php?f=2&t=1&view=newest
and much more! - Prevents possible duplicate content penalties of Previous/Next thread links
www.example.com/viewtopic.php?t=1&view=previous and www.example.com/viewtopic.php?t=1&view=next will be www.example.com/your-topic-name-1.html?view=next and www.example.com/your-topic-name-1.html?view=previous with redirections to real URLs such as www.example.com/your-topic-name-2.html - Prevents home page content penalties
www.example.com/?, www.example.com/index.php and www.example.com/index.php? will be www.example.com only!
(also incorrect backward links are redirected to www.example.com) - Makes all relative URLs absolute
Search Engines will spider your forum more easier. - Properly Sessions IDs handling and Highlights Removing
Sessions IDs and Highlights (sid and hilit parameters in URLs) are removed when one of 120 worldwide webcrawlers is detected. Also, if the webcrawler finds a backward link with Session ID or with Highlights, it is redirected to the URL without these parameters. - Possibility to set Maximum number of words in one URI's level
Others are omitted in URIs. - Possibility to set Minimum word's length
Shorter words are excluded from URIs. - Supports nice parameters and values in URLs
To maximize visitor experience all non-intuitive parameters and values in URLs are replaced to human friendly equivalents
E.g.: Parameters: st to show-days, sk to sort-by and sd to sort-direction. Values: t to time, a to author, r to replies, s to subject, v to views, d to descending and a to ascending. - UTF-8 supported.
- High speed without negative effects to server load or web server response due to two level cache and RegEx optimizations
Does not add any SQL queries - fancy data for SEO friendly URLs are cached in the system memory during script execution and are also stored to the special files for future usage to save database server resources.
All Rewrite Rules are optimized for maximum speed. - Does not break phpBB3 MODs
- No modifications to phpBB3 or template files required
You add only one line of code for installation.