<?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>Free DIY SEO - Advice and SEO Help &#187; Search Engine Optimisation</title>
	<atom:link href="http://www.freediyseo.co.uk/category/search-engine-optimisation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freediyseo.co.uk</link>
	<description>Free SEO help, tips and DIY SEO advice for individuals and small businesses - Get higher rankings with DIY search engine optimisation</description>
	<lastBuildDate>Thu, 10 Apr 2008 21:37:20 +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>Redirecting Non-WWW to WWW</title>
		<link>http://www.freediyseo.co.uk/2007/12/13/redirecting-non-www-to-www/</link>
		<comments>http://www.freediyseo.co.uk/2007/12/13/redirecting-non-www-to-www/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 17:10:50 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.freediyseo.co.uk/2007/12/13/redirecting-non-www-to-www/</guid>
		<description><![CDATA[This is pretty basic stuff, but it is surprising how many webmasters forget this (even owners of bigger sites). Search engines interpret the non-www version of your site&#8217;s URL (http://website.com) as a different page to the www version (http://www.website.com). This means that links to your site can be split between the two versions and can [...]]]></description>
			<content:encoded><![CDATA[<p>This is pretty basic stuff, but it is surprising how many webmasters forget this (even owners of bigger sites).</p>
<p>Search engines interpret the non-www version of your site&#8217;s URL (http://website.com) as a different page to the www version (http://www.website.com). This means that links to your site can be split between the two versions and can also effect the accuracy of web statistics.</p>
<p>This re-write condition for an Apache .htaccess file creates a permanent redirect from the non-www version to the www version:</p>
<p><code>RewriteCond %{HTTP_HOST} ^website\.co\.uk</code><br />
<code>RewriteRule (.*) http://www.website.co.uk/$1 [R=301,L]&lt;/pre&gt;</code></p>
<p>If there are no other rewrite rules in the .htaccess file, the rewrite engine will need to be turned on using this line before the above commands:</p>
<p><code>RewriteEngine On</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.freediyseo.co.uk/2007/12/13/redirecting-non-www-to-www/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SEO for SEO&#8217;s Sake</title>
		<link>http://www.freediyseo.co.uk/2007/11/08/seo-for-seos-sake/</link>
		<comments>http://www.freediyseo.co.uk/2007/11/08/seo-for-seos-sake/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 10:44:11 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.freediyseo.co.uk/2007/11/08/seo-for-seos-sake/</guid>
		<description><![CDATA[Search engine optimisation is a subject made for cynics and skeptics. I read a few SEO blogs and sometimes wonder about the motivation behind some posts. I mean, if someone publishes something really controversial (or even misleading), it&#8217;s likely to generate a lot of links and references to it (good and bad), and therefore help [...]]]></description>
			<content:encoded><![CDATA[<p>Search engine optimisation is a subject made for cynics and skeptics.</p>
<p>I read a few SEO blogs and sometimes wonder about the motivation behind some posts.</p>
<p>I mean, if someone publishes something really controversial (or even misleading), it&#8217;s likely to generate a lot of links and references to it (good and bad), and therefore help the site&#8217;s ranking.You need to be careful not to cross the threshold from healthy skepticism to paranoia, but it is a good idea not to believe everything you read about <acronym title="Search Engine Optimisation">SEO</acronym>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freediyseo.co.uk/2007/11/08/seo-for-seos-sake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://www.freediyseo.co.uk/2007/01/01/happy-new-year/</link>
		<comments>http://www.freediyseo.co.uk/2007/01/01/happy-new-year/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 13:41:32 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.freediyseo.co.uk/2007/01/01/happy-new-year/</guid>
		<description><![CDATA[Happy new year to everyone! Here&#8217;s hoping 2007 will be a good year for your site and SEO efforts.]]></description>
			<content:encoded><![CDATA[<p>Happy new year to everyone!</p>
<p>Here&#8217;s hoping 2007 will be a good year for your site and SEO efforts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freediyseo.co.uk/2007/01/01/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
