Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #1  
Old 21st July 2008, 17:38
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default phpBB 3.0.2 SEO Premod
phpBB SEO


Features :

You should read the release threads of every mods installed to find out more about them.

* phpBB SEO mod rewrite

This Premod will allow you to choose among the following URL rewriting standards in phpBB ACP :

o Advanced phpBB3 SEO mod rewrite
Advanced URL rewriting for phpBB3 URLs, injecting forums and topic titles in their URLs, each URL being rewritten once, no matter the number of links using it on the page.
The mod will allow you to dissociate forum titles from their URLs, you will be able to choose the keywords used in your forums URLs using a friendly interface.
The Advanced mod is the "harder" to deal with, it implies a good topic title moderation to really be better than the Mixed one.
This feature requires running Apache server with mod_rewrite module loaded, or IIS server running isapi_rewrite.

o Mixed phpBB3 SEO mod rewrite
Mixed URL rewriting for phpBB3 URLs, injecting forums titles in their URLs but keeping a static rewriting for topics.
Each URL is rewritten once, no matter the number of links using it on the page.
The mod will allow you to dissociate forum titles from their URLs, you will be able to choose the keywords used in your forums URLs using a friendly interface.
The Mixed mod is recommended in most cases, the better easy to deal with / SEO performance ratio of the three standards.
This feature requires running Apache server with mod_rewrite module loaded, or IIS server running isapi_rewrite.

o Simple phpBB3 SEO mod rewrite
Simple URL rewriting for phpBB3 URLs, static URL rewriting.
Each URL is rewritten once, no matter the number of links using it on the page.
It's the simplest one, recommended for 100% non Latin char-set forums.
This feature requires running Apache server with mod_rewrite module loaded, or IIS server running isapi_rewrite.


* GYM SItemaps & RSS
This module will create United Sitemaps (Aka Google sitemaps) and RSS 2.0 feeds for phpBB3.
It fully supports Gun-zip cache for all types of outputs and some XSL-Transform styling for Sitemaps and RSS feeds.
phpBB SEO mod rewrites are auto detected with all settings.
Please note :
GYM Sitemaps & RSS is released at a beta stage, the install is thus left separated from the regular install.
It's up to you to use it or not, but you should know that at this stage, some feature may not be implemented and bugs may still be found.
Please read the install file and release thread for more details.

* phpBB3 SEO Zero duplicate
This feature will HTTP 301 redirect almost (100% in strict mode) all possible dupes in phpBB forums.
It's simple and efficient. It does not add any SQL Query.
Please note :
It is very important that you make sure the proper headers are sent.
Please read the release thread to learn how to perform the check.
Example :
phpBB3 Zero duplicate : phpBB3 SEO Zero Duplicate V 0.4.4
http://www.phpbb-seo.com/boards/is-it-a ... t1220.html


* phpBB3 SEO No duplicate
This feature will get rid of post URLs on phpBB3 Index, forums, and topics and use topic url instead, for the same purpose, but without duplicates.
Post URLs will now be composed of the topic URL they are posted in, on the correct page, with the html anchor #pxx as a suffix.
It does not add any SQL, just a LEFT JOIN on a query already being performed, this could still mean a bit more work but should not be a problem for server load.
You can turn it on / off in phpBB's ACP.


* phpBB3 SEO Dynamic Meta tags
This feature will add dynamic meta tags build out with the ending page's content.
It's simple and efficient. It will add specific meta tags to forums and the index without adding any SQL Query.
A single SQL query is added in viewtopic.php, to grab the first post's most used words. This allow for a better overall relevancy of meta keywords.
The first post of every topic pages is used to build the meta description. BBcodes tags are stripped off as well as smilies.

* phpBB3 SEO Optimal titles
This mod will optimize phpBB pages titles.
By Default, page titles contain many useless information, such as "View Forum" or "View topic".
This mod will better target words to use in titles, using topics, and forums titles.
In addition, this mod will add the page's number in page title, which allow for a lot better pagination indexing. As two pages with the same title are hard to keep in SEPRS.
All this without any SQL queries.
Results talks :
Page 2, Page 3, Page 4, Page 5, Page 6, Page 7, Page 8, Page 9, Page 10, Page 11, Page 12, Page 13, Page 14, Page 15, Page 16, Page 17, Page 18, Page 19, Page 20, Page 21, Page 22 ...

A must, whatever your SEO strategy.

* robots.txt
A sample robots.txt is provided in the package to make sure no useless content is taken into account by the Search Engines.

Languages :

English and French are included in the Package.
French speaking release thread.

Styles :

Prosilver and SubSilver2 are included in this Package


Config for lighttpd:

Open your lighttpd configuration
Code:
# vi /etc/lighttpd/lighttpd.conf
Find out your virtual host (domain) specific configuration and append rules as follows:
Code:
url.rewrite = (
"^.+-vc([0-9]+)\.html$" => "/index.php?c=$1",
"^.+-vf([0-9]+)-([0-9]+)\.html$" => "/viewforum.php?f=$1&start=$2",
"^.+-vf([0-9]+)\.html$" => "/viewforum.php?f=$1",
"^.+-vt([0-9]+)-([0-9]+)\.html$" => "/viewtopic.php?t=$1&start=$2",
"^.+-vt([0-9]+)\.html$" => "/viewtopic.php?t=$1",
"^.+-vt([0-9]+)\.html\?highlight=.*" => "/viewtopic.php?t=$1&highlight=$2",
"^/post([0-9]+)\.html$" => "/viewtopic.php?p=$1",
"^/member([0-9]+)\.html$" => "/profile.php?mode=viewprofile&u=$1"
)
Note: You must change / with your real phpBB installation folder or with nothing if it's installed in the webroot /.

Save and close the change. Restart lighttpd webserver:
Code:
# /etc/init.d/lighttpd restart
If you are applying mx Google Sitemaps mod add following mod_rewrite rules to above ruleset:
Code:
"/sitemaps.xml" => "/sitemap.php",
"/forum-sitemap-([0-9]+).xml" => "/sitemap.php?fid=$1",
"/sitemap-forum.xml$" => "/sitemap.php?forum"
Reply With Quote
  #2  
Old 8th August 2008, 22:12
oMaRcO oMaRcO is offline
Senior Member
 
Join Date: Jul 2008
Netherlands
Posts: 38
Default
download link??
Reply With Quote
  #3  
Old 8th August 2008, 22:37
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
Quote:
Originally Posted by oMaRcO View Post
download link??
You can dowload it directly from the developer`s site:

phpBB SEO Premod
Reply With Quote
Reply

Tags
phpbb , premod , seo

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TorrentPier 1.0.1 & phpBB 2.0.23 Fynnon Downloads 4 26th September 2021 06:56
Upgrading phpBB joeroberts BT.Manager (phpMyBitTorrent) 1 29th January 2010 00:39
phpBB.com Hacked Files Fynnon Community Cafe 1 21st March 2009 21:13
phpBBTT - phpBB Torrent Tracker snubbed Downloads 3 19th March 2009 20:28
Have to relogin in phpbb forum Azurious BT.Manager (phpMyBitTorrent) 1 19th January 2009 15:01



All times are GMT +2. The time now is 14:44. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.