<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>phpBB3 SEO</title>
	<atom:link href="http://www.phpbb3seo.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpbb3seo.com</link>
	<description>phpBB3 search engine optimization</description>
	<lastBuildDate>Thu, 01 Oct 2009 16:21:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to optimize phpBB3 page titles</title>
		<link>http://www.phpbb3seo.com/phpbb3-seo/how-to-optimize-phpbb3-page-titles-p28.html</link>
		<comments>http://www.phpbb3seo.com/phpbb3-seo/how-to-optimize-phpbb3-page-titles-p28.html#comments</comments>
		<pubDate>Sat, 01 Nov 2008 03:03:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[phpBB3 seo]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[page title]]></category>
		<category><![CDATA[phpbb3]]></category>

		<guid isPermaLink="false">http://www.phpbb3seo.com/?p=28</guid>
		<description><![CDATA[Page titles in vanilla phpBB3 forums are ugly. To display them as {Forum/Page title} @ {Sitename} you need to edit viewforum.php and viewtopic.php (they are in the root of the forum) and overall_header.php in each style template:

viewforum.php &#38; viewtopic.php
Find: page_header
Edit the line so it looks like: page_header($topic_data[’topic_title’]);
overall_header.php
Edit the content of the title tags so it [...]]]></description>
			<content:encoded><![CDATA[<p>Page titles in vanilla <strong>phpBB3</strong> forums are ugly. To display them as {Forum/Page title} @ {Sitename} you need to edit <strong>viewforum.php</strong> and <strong>viewtopic.php</strong> (they are in the root of the forum) and <strong>overall_header.php</strong> in each style template:</p>
<p><span id="more-28"></span></p>
<p><strong>viewforum.php &amp; viewtopic.php</strong></p>
<p>Find: <em>page_header</em><br />
Edit the line so it looks like: <em>page_header($topic_data[’topic_title’]);</em></p>
<p><strong>overall_header.php</strong></p>
<p>Edit the content of the title tags so it looks like: <em>{PAGE_TITLE} @ {SITENAME}</em></p>
<p>If you want to change the PAGE_TITLE of the index page, you can either edit <strong>page_header</strong> in <strong>index.php</strong> or the INDEX string in the language packs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbb3seo.com/phpbb3-seo/how-to-optimize-phpbb3-page-titles-p28.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB3 SEO Dynamic Meta tags &#8211; 0.2.4</title>
		<link>http://www.phpbb3seo.com/phpbb3-seo-mod/phpbb3-seo-dynamic-meta-tags-p26.html</link>
		<comments>http://www.phpbb3seo.com/phpbb3-seo-mod/phpbb3-seo-dynamic-meta-tags-p26.html#comments</comments>
		<pubDate>Wed, 29 Oct 2008 16:14:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[phpBB3 seo mod]]></category>
		<category><![CDATA[dynamic meta]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[meta tag]]></category>
		<category><![CDATA[phpbb3]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.phpbb3seo.com/?p=26</guid>
		<description><![CDATA[Title : phpBB3 SEO Dynamic Meta tags
Author : dcz
Description : Generates dynamic meta-tags for phpBB3.
Version : 0.2.4
Installation Level : Easy.
 Installation Time : 5 min.
phpBB : phpBB 3.0.2

Author&#8217;s Notes :
This mod will add dynamic meta tags build out with the ending page&#8217;s content.
It&#8217;s simple and efficient, will add specific meta tags to all phpBB pages.
A [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Title :</strong> phpBB3 SEO Dynamic Meta tags<br />
<strong>Author :</strong> dcz<br />
<strong>Description :</strong> Generates dynamic meta-tags for phpBB3.<br />
<strong>Version :</strong> 0.2.4<br />
<strong>Installation Level :</strong> Easy.<br />
<strong> Installation Time :</strong> 5 min.<br />
<strong>phpBB :</strong> phpBB 3.0.2</p>
<p><span id="more-26"></span></p>
<p><strong>Author&#8217;s Notes :</strong></p>
<p>This mod will add dynamic meta tags build out with the ending page&#8217;s content.<br />
It&#8217;s simple and efficient, will add specific meta tags to all phpBB pages.<br />
A single SQL query is optionally added in viewtopic.php, to grab the first post&#8217;s most used words (common words are excluded).<br />
This allow for a better overall relevancy of meta keywords.<br />
The first post of every topic pages is used to build the meta description.<br />
BBcodes tags are stripped off as well as smileys.</p>
<p>The mod will output index, follow robots tags for all the content found under the best URLs and will add a noindex, follow robots tags for pages such as style preview, print view, sids and highlighted URLs to prevent duplicate indexing.</p>
<p>You <span style="text-decoration: underline;">should not</span> use more than 20 keywords in the keyword meta tags. As well, you <span style="text-decoration: underline;">should not</span> use too long description tags.</p>
<p><strong>Documentation : </strong></p>
<p>This tutorial is made for phpBB2, phpBB3 already has a rebuild search tables feature. You can use it the same way as per phpBB2, expect you won&#8217;t find any search_stopwords.txt but rather a search_ignore_words.php file in your languages folders. You can add words to exclude there before you start the rebuild search procedure. The three letter limit does not apply anymore as well, the mod will filter them no matter what now.</p>
<p><strong>Download:</strong></p>
<p><a rel="nofollow" href="http://downloads.phpbb-seo.com/phpbb3-seo-toolkit-11/dynamic-meta-tags-44.html" target="_blank">phpBB3 SEO Dynamic Meta tags</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbb3seo.com/phpbb3-seo-mod/phpbb3-seo-dynamic-meta-tags-p26.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB3 Search Engines Optimization</title>
		<link>http://www.phpbb3seo.com/phpbb3-seo/phpbb3-search-engines-optimization-p5.html</link>
		<comments>http://www.phpbb3seo.com/phpbb3-seo/phpbb3-search-engines-optimization-p5.html#comments</comments>
		<pubDate>Mon, 25 Aug 2008 08:58:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[phpBB3 seo]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[phpbb seo]]></category>
		<category><![CDATA[search engine friendly]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://phpbb3seo.loc/?p=5</guid>
		<description><![CDATA[By default the forum comes with some technical parameters that are not search engine friendly and therefore the forum driven pages will not be effectively indexed by Google and other major search engines.
On the other hand, you may discover that once your forum has finally been added to Google it has not been correctly indexed.
A [...]]]></description>
			<content:encoded><![CDATA[<p>By default the forum comes with some technical parameters that are not search engine friendly and therefore the forum driven pages will not be effectively indexed by Google and other major search engines.</p>
<p>On the other hand, you may discover that once your forum has finally been added to Google it has not been correctly indexed.</p>
<p>A very simple test is to browse over 4-5 forum pages from different posting dates, to select a few words phrase and run a Google search by enclosing your search phrase within quotes.</p>
<p>&#8220;this is the text extracted from my forum page that I want to search on Google&#8221;<br />
This is a phpBB Search Engines Optimization sample searching phrase</p>
<p>To make it clearer about what this job entails, let us just mention a few of the technical parameters that are not search engines friendly:</p>
<p><span id="more-5"></span></p>
<p><strong>1. URLs containing parameters</strong></p>
<p>There are two issues here:</p>
<p>In one hand these urls containing parameters look like &#8220;viewforum.php?id=1&#8243; and as you will soon observe the PHP programming language is being revealed. Revealing your programming language is a major security weakness that hackers may exploit.</p>
<p>On the other hand it is well known that Google poorly indexes URLs containing parameters.</p>
<p>PRO IT Service solution is to transform your forum pages URLs from:</p>
<p>yourwebside.com/forum/viewforum.php?id=1</p>
<p>into:</p>
<p>yourwebside.com/forum/forum-1.html</p>
<p>Please notice that the parameter &#8220;id=1&#8243; is now part of &#8220;forum-1&#8243; and that the file extension changes from .php to .html.</p>
<p>This solution is 100% search engines friendly and also works for those forum installation that already have their pages indexed in Google.</p>
<p>Your preview URLs will remain valid and conduct your visitors to the right place.</p>
<p>Google will progressively update its preview URLs reference to the new URLs and once this process is completed rapidly and correctly index all your forum pages.</p>
<p><strong>2. linked items importance and redundancy</strong></p>
<p>Certain forum posts elements are linked by default (author, icon etc.).</p>
<p>The problem is that the components’ linking is not configured based on search engines friendliness principles.</p>
<p>Redundant links also confuse Google and other search engines as they attempt to index your forum driven pages.</p>
<p><strong>3. forum pages titles</strong></p>
<p>By default all your forum pages will have a common page title which is the name you declare when installing the forum.</p>
<p>Google and the other major search engines index pages much better if their titles reflect the forum pages content and therefore are unique from one forum page to another.</p>
<p>The page title should be based on the forum, thread or post name depending on which forum driven type of page we are referring to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbb3seo.com/phpbb3-seo/phpbb3-search-engines-optimization-p5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB3 SEO</title>
		<link>http://www.phpbb3seo.com/phpbb3-seo-mod/phpbb3-seo-p3.html</link>
		<comments>http://www.phpbb3seo.com/phpbb3-seo-mod/phpbb3-seo-p3.html#comments</comments>
		<pubDate>Sun, 24 Aug 2008 08:43:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[phpBB3 seo mod]]></category>
		<category><![CDATA[phpBB3 url rewrite]]></category>
		<category><![CDATA[phpBB3 sef]]></category>
		<category><![CDATA[phpBB3 seo]]></category>
		<category><![CDATA[url rewrite]]></category>

		<guid isPermaLink="false">http://phpbb3seo.loc/?p=3</guid>
		<description><![CDATA[However, the road to make seo phpbb3 is much more steep than for Wordpress.
Among the requirements is the most important module for Apache mod_rewrite. Without module for the rewriting of addresses, should not be used these mod. Virtually all hosting services fee, using Linux, have this form. If you use IIS Windows, you must use [...]]]></description>
			<content:encoded><![CDATA[<p>However, the road to make seo phpbb3 is much more steep than for Wordpress.</p>
<p>Among the requirements is the most important module for Apache mod_rewrite. Without module for the rewriting of addresses, should not be used these mod. Virtually all hosting services fee, using Linux, have this form. If you use IIS Windows, you must use isapi_rewrite.</p>
<p><span id="more-3"></span></p>
<p>The easiest way is to download and install a version of phpbb3 completely moddata (as amended) ready for use, called <a onclick="this.target='_blank'" rel="nofollow" href="http://downloads.phpbb-seo.com/phpbb3-seo-url-10/phpbb-seo-premod-48.html">phpBB EES Premod V 3.0</a>.</p>
<p>By neglecting this possibility you can choose from three other mod: Advanced phpBB3 EES Rewrite mod, mod Mixed phpBB3 EES Rewrite, Simple phpBB3 EES mod Rewrite.All mod can handle UTF-8 characters, if the string to be translated is “new registrations are open” will be transformed into “novelty-open-the-inscriptions.”</p>
<p><a onclick="this.target='_blank'" rel="nofollow" href="http://downloads.phpbb-seo.com/phpbb3-seo-url-10/advanced-phpbb3-seo-mod-rewrite-38.html">Advanced phpBB3 EES mod Rewrite</a> is the most complete version produced by users of phpbb-seo.</p>
<p>The address of a page will be transformed in the following ways: by viewtopic.php? F = xx &amp; t = yy a topic-title-tyy.html, viewtopic.php? P = xx to postxx.html.So rename the part of (topic) with the title of debate and amend the url of a single intervention (? P = xx), xx naturally means a number.</p>
<p>To make phpBB3 seo friendly, it must amend 13 files in the installation phpBB3 and make 8 more files in the folder of the forum.</p>
<p><a onclick="this.target='_blank'" rel="nofollow" href="http://downloads.phpbb-seo.com/phpbb3-seo-url-10/simple-phpbb3-seo-mod-rewrite-46.html">Mixed phpBB3 EES mod Rewrite</a> is the version that mixed between simple and advanced. Unlike Advanced phpBB3 EES the url of the topic is rewritten once, while that of the forum (viewforum) every time it is changed.</p>
<p>Simple phpBB3 EES mod Rewrite is the simplest version, with this mod address is rewritten once for all discussions, forums, lists users…</p>
<p>Here’s visit here direct where you can download the various mod: http://downloads.phpbb-seo.com/phpbb3-seo-url-10/</p>
<p>There are also alternatives to the following mod: ticket at a price of 66.15 euros, there is Magic Seo URL that allows you to rewrite the url (www.magic-seo-url.com/phpbb3/)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbb3seo.com/phpbb3-seo-mod/phpbb3-seo-p3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB3 search engine friendly url</title>
		<link>http://www.phpbb3seo.com/phpbb3-seo-mod/phpbb3-seo-2-p10.html</link>
		<comments>http://www.phpbb3seo.com/phpbb3-seo-mod/phpbb3-seo-2-p10.html#comments</comments>
		<pubDate>Sat, 23 Aug 2008 09:01:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[phpBB3 seo]]></category>
		<category><![CDATA[phpBB3 seo mod]]></category>
		<category><![CDATA[friendly url]]></category>
		<category><![CDATA[magic seo url]]></category>
		<category><![CDATA[robots.txt]]></category>

		<guid isPermaLink="false">http://phpbb3seo.loc/?p=10</guid>
		<description><![CDATA[I have 2 other sites that use phpbb3 and I have been looking at optimizing each site as phpbb3 does seem to have some issues with content with duplicate urls. There are several other mods available.
Two seem well-known:

Free &#8211; phpbb SEO
Paid &#8211; Magic-SEO-Url


They both seem good and the team from phpbb SEO makes a compelling [...]]]></description>
			<content:encoded><![CDATA[<p>I have 2 other sites that use phpbb3 and I have been looking at optimizing each site as phpbb3 does seem to have some issues with content with duplicate urls. There are several other mods available.</p>
<p>Two seem well-known:</p>
<ul>
<li>Free &#8211; <a onclick="this.target='_blank'" rel="nofollow" href="http://www.phpbb-seo.com/">phpbb SEO</a></li>
<li>Paid &#8211; <a onclick="this.target='_blank'" rel="nofollow" href="http://www.magic-seo-url.com/">Magic-SEO-Url</a></li>
</ul>
<p><span id="more-10"></span></p>
<p>They both seem good and the team from phpbb SEO makes a <a onclick="this.target='_blank'" rel="nofollow" href="http://www.phpbb-seo.com/boards/phpbb3-mod-rewrite/magic-seo-url-vt1811.html">compelling case</a> for their mod. I generally don&#8217;t mind paying for a mod if it makes my life easier however my big issue with these mods is keeping up with changes to phpbb. If history is any indication, you may need to make adjustments along the way.</p>
<p>There may be an easier way from <a onclick="this.target='_blank'" rel="nofollow" href="http://techtitbits.com/2008/07/prevent-duplicate-indexing-of-phpbb3-threads-by-google/">Tech Tibits</a> (check out the site for details):</p>
<p>An alternative, albeit easy way to prevent duplicate indexing is to add these lines to your robots.txt :</p>
<p><code>User-agent: *<br />
Disallow: /viewtopic.php?p=<br />
Disallow: /viewtopic.php?=&amp;p=<br />
Disallow: /viewtopic.php?t=<br />
Disallow: /viewtopic.php?start=<br />
Disallow: /*&amp;view=previous<br />
Disallow: /*&amp;view=next<br />
Disallow: /*&amp;sid=<br />
Disallow: /*&amp;p=<br />
Disallow: /*&amp;sd=a</code></p>
<p>Very clever. I&#8217;ll try it out on one of my forums and see how it works out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbb3seo.com/phpbb3-seo-mod/phpbb3-seo-2-p10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
