<?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>Underachiever SEO &#187; SEO</title>
	<atom:link href="http://www.underachieverseo.com/seo/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.underachieverseo.com</link>
	<description>My SEO experience revealed</description>
	<lastBuildDate>Sat, 19 Jun 2010 18:00:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Second Bulgarian SEO Competition Is on the Way</title>
		<link>http://www.underachieverseo.com/second-bulgarian-seo-competition-is-on-the-way</link>
		<comments>http://www.underachieverseo.com/second-bulgarian-seo-competition-is-on-the-way#comments</comments>
		<pubDate>Sat, 26 Jul 2008 15:25:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.underachieverseo.com/?p=28</guid>
		<description><![CDATA[First of September, 2008 will be the starting date of the second Bulgarian SEO competition with a prize fund. There will be term prizes and one final prize. The money are be symbolic for western countries but for Bulgaria are just OK. More info will be available after the start of the competition. All prizes [...]]]></description>
		<wfw:commentRss>http://www.underachieverseo.com/second-bulgarian-seo-competition-is-on-the-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB 2 &#8211; 10 steps for optimization</title>
		<link>http://www.underachieverseo.com/phpbb-optimization</link>
		<comments>http://www.underachieverseo.com/phpbb-optimization#comments</comments>
		<pubDate>Mon, 10 Mar 2008 09:23:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Olympus]]></category>
		<category><![CDATA[phpBB]]></category>

		<guid isPermaLink="false">http://www.underachieverseo.com/phpbb-2-10-step-for-optimization</guid>
		<description><![CDATA[Although third version of phpBB Olympus was released, there are many webmasters that use the second version. Whith the help mod(ifications) and some help of myself, the second version remains the best free bulletin board systems (IMHO even best than paid forum softwares). Here are the steps that have to be maid, to have fully [...]]]></description>
		<wfw:commentRss>http://www.underachieverseo.com/phpbb-optimization/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Avoiding Duplicate Content on Inner Pages</title>
		<link>http://www.underachieverseo.com/avoiding-duplicate-content-on-inner-pages</link>
		<comments>http://www.underachieverseo.com/avoiding-duplicate-content-on-inner-pages#comments</comments>
		<pubDate>Sun, 02 Mar 2008 16:36:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.underachieverseo.com/avoiding-duplicate-content-on-inner-pages</guid>
		<description><![CDATA[We are going to talk about NOT how to avoid duplicate content on already existing pages but how to avoid it, if for example we have bought old (expired) domain that has many indexed pages that would result in 404 error onaour site. Some webmasters place the following code in .htaccess file: ErrorDocument 403 index.php [...]]]></description>
		<wfw:commentRss>http://www.underachieverseo.com/avoiding-duplicate-content-on-inner-pages/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Avoiding Duplicate Content on Index/Home Page</title>
		<link>http://www.underachieverseo.com/avoiding-duplicate-content-on-index-home-page</link>
		<comments>http://www.underachieverseo.com/avoiding-duplicate-content-on-index-home-page#comments</comments>
		<pubDate>Tue, 26 Feb 2008 10:18:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.underachieverseo.com/avoiding-duplicate-content-on-indexhome-page</guid>
		<description><![CDATA[A you might know, or not know, www.site.com, www.site.com/index.php, site.com and site.com/index.php are 4 different pages for search engines, although you see the same page. To avoid the problem with duplicate content you have to have: Apache server running and mod_rewrite module installed. Now, somewhere in your .htaccess file include this code: Options +FollowSymlinks -Indexes [...]]]></description>
		<wfw:commentRss>http://www.underachieverseo.com/avoiding-duplicate-content-on-index-home-page/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yahoo sitemap PHP script</title>
		<link>http://www.underachieverseo.com/yahoo-sitemap-php-script</link>
		<comments>http://www.underachieverseo.com/yahoo-sitemap-php-script#comments</comments>
		<pubDate>Wed, 20 Feb 2008 15:33:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://underachieverseo.com/yahoo-sitemap-php-script</guid>
		<description><![CDATA[Although Yahoo is used as search engine much less than Google, it should not be omitted. Unlike the Google sitemap, where we created xml file, in this case we create a simple text file with list of all indexed-to-be URLs. (This file could be used instead of the regular Google sitemap but NOT recommended). Now, [...]]]></description>
		<wfw:commentRss>http://www.underachieverseo.com/yahoo-sitemap-php-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google sitemap PHP script</title>
		<link>http://www.underachieverseo.com/google-sitemap-php-script</link>
		<comments>http://www.underachieverseo.com/google-sitemap-php-script#comments</comments>
		<pubDate>Wed, 20 Feb 2008 14:32:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://underachieverseo.com/google-sitemap-php-script</guid>
		<description><![CDATA[This is probably the simplest PHP script for creating Google sitemaps. Of course you should make some tweaks to make it run. First, change the username name and passoword for the MySQL DB. If you use a hosting company like godaddy, for example, you will have to change localhost also. Something like pXXmysqlYY.secureserver.net. Second change [...]]]></description>
		<wfw:commentRss>http://www.underachieverseo.com/google-sitemap-php-script/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
