<?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>Sam Rutley &#187; SEO</title>
	<atom:link href="http://www.rutley.co.uk/blog/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rutley.co.uk</link>
	<description>A web developer and SEO consultant based in Manchester</description>
	<lastBuildDate>Sat, 07 Jan 2012 18:27:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Don&#8217;t forget your XML sitemap!</title>
		<link>http://www.rutley.co.uk/blog/seo/dont-forget-your-xml-sitemap</link>
		<comments>http://www.rutley.co.uk/blog/seo/dont-forget-your-xml-sitemap#comments</comments>
		<pubDate>Wed, 08 Dec 2010 08:30:08 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=256</guid>
		<description><![CDATA[<p>As a technical SEO I get to audit a lot of websites, some good, some bad. By far one of the most common mistakes made by developers is not providing an XML sitemap for Google (and other search engines) to &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>As a technical SEO I get to audit a lot of websites, some good, some bad. By far one of the most common mistakes made by developers is not providing an XML sitemap for Google (and other search engines) to utilise.<br />
<span id="more-256"></span></p>
<h2>What is an XML Sitemap?</h2>
<p>An XML sitemap is an <abbr title="Extensible Markup Language">XML</abbr> document which contains a list of all of the pages (or at least the one&#8217;s you would like to be indexed!) on a website.</p>
<p>Your XML sitemap should look something like:<br />
<code><br />
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />
&lt;urlset xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation=&quot;http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&quot; xmlns=&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;&gt;	&lt;url&gt;<br />
		&lt;loc&gt;http://www.rutley.co.uk/&lt;/loc&gt;<br />
		&lt;lastmod&gt;2010-12-07T13:39:54+00:00&lt;/lastmod&gt;<br />
		&lt;changefreq&gt;daily&lt;/changefreq&gt;<br />
		&lt;priority&gt;1.0&lt;/priority&gt;<br />
	&lt;/url&gt;<br />
	&lt;url&gt;<br />
		&lt;loc&gt;http://www.rutley.co.uk/blog/misc/footfeed-send-an-email-ccing-all-footfeed-beta-testers&lt;/loc&gt;<br />
		&lt;lastmod&gt;2010-12-07T13:39:54+00:00&lt;/lastmod&gt;<br />
		&lt;changefreq&gt;monthly&lt;/changefreq&gt;<br />
		&lt;priority&gt;0.2&lt;/priority&gt;<br />
	&lt;/url&gt;<br />
	...<br />
&lt;/urlset&gt;<br />
</code></p>
<h2>What is the purpose of an XML sitemap?</h2>
<p>Providing an XML sitemap allows you to inform search engines of the location of content on your website. Search engines usually spider your website in order to find new content/pages and can easily miss new content.</p>
<h2>How do I get an XML sitemap?</h2>
<p>If your site has been built on a <abbr title="Content Management System">CMS</abbr> you may be able to install a plugin/extension/module which will automatically generate an XML sitemap for your website when you add new content. For WordPress Yoast&#8217;s <a href="http://yoast.com/wordpress/seo/" target="_blank">WordPress SEO plugin</a> will allow you to generate an XML sitemap for your website (amongst other things).</p>
<p>If your website has not been built on a CMS or the process of installing a plugin is too costly/time consuming (or a plugin doesn&#8217;t exist) then you can generate an XML sitemap using a tool such as <a href="http://home.snafu.de/tilman/xenulink.html" title="Xenu Link Sleuth" target="_blank">Xenu Link Sleuth</a>.</p>
<h2>Ok, now I have an XML sitemap, what next?</h2>
<p>Now you have an XML sitemap you need to upload it to your website, the most common place to place it is on /sitemap.xml (e.g. http://www.rutley.co.uk/sitemap.xml). Once you&#8217;ve done this you&#8217;ll want to tell Google (and the other search engines) about your new XML sitemap &#8211; to do this <a href="http://www.rutley.co.uk/blog/how-to-use-a-robots-txt-file" title="add the sitemap protocol to your robots.txt file">add the sitemap protocol to your robots.txt file</a> (click the link for instructions).</p>
<p><code>Sitemap: http://www.rutley.co.uk/sitemap.xml</code></p>
<p>And submit the sitemap to <a href="www.google.com/webmasters/tools" target="_blank">Google Webmaster Tools</a> and <a href="www.bing.com/toolbox/webmasters" target="_blank">Bing Webmaster Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/seo/dont-forget-your-xml-sitemap/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Testing Search Result Previews</title>
		<link>http://www.rutley.co.uk/blog/google-testing-search-result-previews</link>
		<comments>http://www.rutley.co.uk/blog/google-testing-search-result-previews#comments</comments>
		<pubDate>Tue, 26 Oct 2010 19:31:57 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Blog from Sam Rutley]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=235</guid>
		<description><![CDATA[<p>Whilst searching this evening I noticed that Google appears to be testing search result previews.</p>
<p><br />
<span id="more-235"></span><br />
When you mouse over a search result with a magnifying glass icon next to it a preview appears to the right of the result.</p>
<p>What &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Whilst searching this evening I noticed that Google appears to be testing search result previews.</p>
<p><img src="http://www.rutley.co.uk/wp-content/uploads/2010/10/google-search-result-preview-pushon.jpg" alt="Google Search Result Previews - PushON" title="Google Search Result Previews - PushON" width="500" height="275" class="aligncenter size-full wp-image-237" /><br />
<span id="more-235"></span><br />
When you mouse over a search result with a magnifying glass icon next to it a preview appears to the right of the result.</p>
<p>What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/google-testing-search-result-previews/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PushON Wins Best Use of Search 2010 at the Big Chip Awards</title>
		<link>http://www.rutley.co.uk/blog/pushon-wins-best-use-of-search-2010-at-the-big-chip-awards</link>
		<comments>http://www.rutley.co.uk/blog/pushon-wins-best-use-of-search-2010-at-the-big-chip-awards#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:01:35 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[best use of search]]></category>
		<category><![CDATA[big chip awards]]></category>
		<category><![CDATA[pushon]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=216</guid>
		<description><![CDATA[PushON win Best Use of Search at the Big Chip Awards for the second year in a row!]]></description>
			<content:encoded><![CDATA[<p>Ok so this post has been put off for about a month but last month the company I work for, <a title="PushON" href="http://www.pushon.co.uk/">PushON</a>, won <a href="http://www.bigchipawards.com/page.asp?id=3310">Best Use of Search</a> at the <a href="http://www.bigchipawards.com/">Big Chip Awards</a> for a project I ran &#8211; <a title="Love Those Shoes" href="http://www.lovethoseshoes.com/">Love Those Shoes</a> a shoe retailer based in Stockport.<br />
<span id="more-216"></span><br />
The judges said:</p>
<blockquote><p>&#8220;Successful search marketing today is all about collaboration: with clients to make sure that their websites are written and organized in a way that search engines understand; with clients’ customers to make sure engagement is happening at all levels; and with other marketing channels to get the best out of every penny spent. The winning campaign here used solid SEO techniques, social media and tactical PPC to achieve that collaboration with great success.&#8221;</p></blockquote>
<p style="text-align: center;"><img class="aligncenter" src="http://www.bigchipawards.com/pictures/_KWP1348.jpg" alt="PushON win Best Use of Search 2010 at the Big Chip Awards 2010 for Love Those Shoes" /></p>
<p>Read more on the <a href="http://blog.pushon.co.uk/pushon-work/pushon-win-best-use-of-search-again/">PushON blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/pushon-wins-best-use-of-search-2010-at-the-big-chip-awards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to choose an SEO company</title>
		<link>http://www.rutley.co.uk/blog/seo/how-to-choose-an-seo-company</link>
		<comments>http://www.rutley.co.uk/blog/seo/how-to-choose-an-seo-company#comments</comments>
		<pubDate>Tue, 02 Feb 2010 20:14:29 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[seo companies]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=180</guid>
		<description><![CDATA[<p>Lots of businesses both small and large are turning to search engine optimisation (SEO) as a way to increase traffic to their website and ultimately conversions (sales/enquiries/etc…). Recently online marking (of which SEO is one aspect) <a href="http://news.bbc.co.uk/1/hi/business/8280557.stm">overtook TV advertising in </a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Lots of businesses both small and large are turning to search engine optimisation (SEO) as a way to increase traffic to their website and ultimately conversions (sales/enquiries/etc…). Recently online marking (of which SEO is one aspect) <a href="http://news.bbc.co.uk/1/hi/business/8280557.stm">overtook TV advertising in terms of spend</a>. With so many organisations looking and so many online marketing companies out there I thought it would be useful to write a few tips on how to choose an SEO company.</p>
<h2>How to find an SEO company</h2>
<ul>
<li>Search for &#8220;SEO + Your Town/City&#8221; (for example &#8220;<a href="http://www.google.co.uk/search?q=seo+manchester">SEO Manchester</a>&#8220;) and look at the highest ranking SEO companies. Ignore the paid advertising along the top and right-hand side of the page and also ignore any Google Local Listing/Google News items that appear.</li>
<li>Get a recommendation from other business owners. If you know someone who has worked with a search marketing company ask them about their experience using that particular agency.</li>
</ul>
<h2>Questions to ask a potential SEO company</h2>
<ul>
<li>&#8220;Can I be number one on the Google for some competitive term? By some unrealistic period of time&#8221; – if the answer is yes steer clear of them. Many cowboy agencies claim they can get you to number one for X terms but they will actually mean through pay-per-click advertising.</li>
<li>&#8220;How much will you charge?&#8221; – if the answer is less than a few hundred pounds per month avoid them.</li>
<li>&#8220;How do you go about building links to my website?&#8221; – if the answer mentions any of the following avoid them; buying links, link farms, content networks, bulk directory submissions, link exchanges.</li>
</ul>
<p>Choosing an SEO company is hard and you may not get it right the first time so make sure you ask the above questions, keep asking what you&#8217;re getting for your money each month and monitor the results closely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/seo/how-to-choose-an-seo-company/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Base 101</title>
		<link>http://www.rutley.co.uk/blog/google-base-101</link>
		<comments>http://www.rutley.co.uk/blog/google-base-101#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:42:58 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEM]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google base]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[search engine optimisation]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=64</guid>
		<description><![CDATA[<p><a href="http://base.google.co.uk">Google Base</a> has been out of beta since 2008, however it is amazingly underused and underrated by Internet Marketeers. Google Base is an online database or directory which allows you to list products and services for free. Currently Google Base &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://base.google.co.uk">Google Base</a> has been out of beta since 2008, however it is amazingly underused and underrated by Internet Marketeers. Google Base is an online database or directory which allows you to list products and services for free. Currently Google Base can be used to record:<br />
<span id="more-64"></span></p>
<ul>
<li>Events</li>
<li>Housing</li>
<li>Jobs</li>
<li>News</li>
<li>Products</li>
<li>Services</li>
<li>Travel Packages</li>
<li>Vehicles</li>
</ul>
<p>Google then pumps this information into a variety of services including <a href="http://www.google.co.uk/prdhp">Google Product Search</a>, <a href="http://base.google.co.uk/">Google Base Search</a> and most importantly Universal Search (this is the name for when Google search includes news, images, products and other items in the results page).</p>
<p>Here is an example of a Universal Search result for the query <em><a href="http://www.google.co.uk/search?q=garden+shed">garden shed</a></em>:</p>
<div style="text-align:center;"><img alt="Universal Search Example" src="/img/universal-search-example.png" title="Universal Search Example"/></div>
<p>As you can see from the example above the Google Product Search results have been inserted into the SERP (search engine results page) above all organic listings and directly below any PPC adverts- this is valuable space. It is also worth noting that Shedstore appears twice in the Google Product Search listings and is ranked #3 in the organic listings and that Screwfix.com appears in the Google Product Search listings but does not appear in the top 100 search results.</p>
<p>This example illustrates the value of adding items to Google Base. Over the next few weeks I am planning to post about each of the different Google Base formats and how to optimise Google Base.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/google-base-101/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Building How-To</title>
		<link>http://www.rutley.co.uk/blog/link-building-how-to</link>
		<comments>http://www.rutley.co.uk/blog/link-building-how-to#comments</comments>
		<pubDate>Sun, 19 Oct 2008 13:40:26 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[search engine optimisation]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/blog/link-building-how-to</guid>
		<description><![CDATA[<p>Many SEOs have different ways of link building. Some companies buy links through third-party companies, these links are often not high quality and can sometimes cause problems (particularly with links from adult, gambling, warez or drug related sites). So how &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Many SEOs have different ways of link building. Some companies buy links through third-party companies, these links are often not high quality and can sometimes cause problems (particularly with links from adult, gambling, warez or drug related sites). So how do we go about link building?</p>
<ul>
<li>Contact related websites and see if they will link to your/your clients site. For example if you sell model aeroplanes, try to contact fan forums for links.</li>
<li>Submit to directories, there are several quality directories you should try and list your site on the most important directory (in my opinion) is <a href="http://www.dmoz.org">Dmoz</a>, however you should also look for industry directories. You can search for industry directories using a Google search for &#8220;industry directory&#8221;.</li>
<li>Check the backlinks of your competitors, ensure that if they have a link on a quality site you have tried to get one on too.</li>
<li>Create link bait, these are pages on your site that will attract linkage. To create link bait your site should be humorous, informative, controversial, useful or provide something no one else does.</li>
<li>Use dofollow blog search engines, these are search engines for blogs which have nofollow disabled meaning when you comment on the blog it will pass link juice back to your site. There are many <a href="http://w3ec.com/dofollow/">dofollow</a> <a href="http://www.inlineseo.com/dofollowdiver/">blog</a> <a href="http://www.ezbusinessneeds.com/dofollow.php">search</a> <a href="http://www.creativecaravan.co.uk/dofollow-blog-search.asp">engines</a> to choose from but you should make sure you leave good quality comments otherwise they will probably be removed during moderation.</li>
</ul>
<p>There are of course many other ways of link building, however these are the main ones we deploy when working on a clients site. If you think I&#8217;ve missed a technique or you have another suggestion please leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/link-building-how-to/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to use a robots.txt file</title>
		<link>http://www.rutley.co.uk/blog/how-to-use-a-robots-txt-file</link>
		<comments>http://www.rutley.co.uk/blog/how-to-use-a-robots-txt-file#comments</comments>
		<pubDate>Tue, 07 Oct 2008 13:39:44 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[search engine optimisation]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=57</guid>
		<description><![CDATA[<p>As with many of my posts on this blog this post has been inspired by a conversation with one of my clients.</p>
<h4>What is a robots.txt file?</h4>
<p>A robots.txt file is usually located in the root of a website for &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>As with many of my posts on this blog this post has been inspired by a conversation with one of my clients.</p>
<h4>What is a robots.txt file?</h4>
<p>A robots.txt file is usually located in the root of a website for example <a href="http://www.rutley.co.uk/robots.txt">http://www.rutley.co.uk/robots.txt</a>. A robots.txt file tells search engines what parts of the site they should visit, and which ones they should not include in their index.</p>
<h4>What does a robots.txt file look like?</h4>
<p>A robots.txt file must be laid out in a specific format. It should first say how much access each of the search engines have.</p>
<p>As there are many search engines you can specify a general policy for all search engines, and also set policies for individual search engines.</p>
<p>To set a general policy:<br />
<code><br />
User-agent: *<br />
Disallow:<br />
</code>
</p>
<p>The * means the rule applies to all search engines and the <code>Disallow:</code> means that no directories/files are disallowed.</p>
<p>To disallow the entire domain from all search engines you can use:<br />
<code><br />
User-agent: *<br />
Disallow: /<br />
</code>
</p>
<p>To disallow all the search engines from a specific directory you can use:<br />
<code><br />
User-agent: *<br />
Disallow: /admin/<br />
</code>
</p>
<p>To specify a rule for a specific search engine you can add:<br />
<code><br />
User-agent: googlebot<br />
Disallow: /articles/<br />
</code><br />
This will stop googlebot indexing the articles folder.</p>
<p>You can also specify the location of your sites XML sitemap. To do this you simply add:<br />
<code><br />
Sitemap: http://www.rutley.co.uk/sitemap.xml<br />
</code><br />
This is great for SEO, as it tells the search engines where your sitemap is located, which in turn lets the search engine know what pages are available for it to index.</p>
<h4>Summary</h4>
<p>Robots.txt files are useful for several reasons. They allow you to stop directories and files from being indexed and can help more of your pages to be indexed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/how-to-use-a-robots-txt-file/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Choose a Domain Name</title>
		<link>http://www.rutley.co.uk/blog/how-to-choose-a-domain-name</link>
		<comments>http://www.rutley.co.uk/blog/how-to-choose-a-domain-name#comments</comments>
		<pubDate>Sun, 28 Sep 2008 13:37:13 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[search engine optimisation]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/?p=51</guid>
		<description><![CDATA[<p>Today I was talking to a client who was registering a domain for her new website. She wanted some tips on how to choose a domain name and what is good for SEO, so I thought I&#8217;d share my top &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Today I was talking to a client who was registering a domain for her new website. She wanted some tips on how to choose a domain name and what is good for SEO, so I thought I&#8217;d share my top five domain name choosing tips with you:</p>
<ol>
<li>Choose a domain name that is avaliable with your countrys TLD. For example if you&#8217;re in the UK then .uk, in spain .es and italy .it</li>
<li>Choose a domain name that has the .com equivalent available (you should then 301 redirect this to your other domain).</li>
<li>Include a keyword in your domain- for example if you sell children&#8217;s toys a domain like samstoystore.co.uk is much better for SEO than samsonline.co.uk</li>
<li>Don&#8217;t make your domain too long- the domain should be memorable but not long, customers simply won&#8217;t type it and the search engines will truncate it.</li>
<li>Don&#8217;t use hyphens or numbers- just use letters, hyphens don&#8217;t make a difference for SEO and make the domain hard for people to remember.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/how-to-choose-a-domain-name/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL Canonicalisation Fix</title>
		<link>http://www.rutley.co.uk/blog/url-canonicalisation-fix</link>
		<comments>http://www.rutley.co.uk/blog/url-canonicalisation-fix#comments</comments>
		<pubDate>Sun, 14 Sep 2008 13:36:39 +0000</pubDate>
		<dc:creator>Sam Rutley</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Blog from Sam Rutley]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.rutley.co.uk/blog/url-canonicalisation-fix</guid>
		<description><![CDATA[<p>One of the most basic SEO checks is to see if the website suffers from canonicalisation problems. A site suffers from this if it can be accessed at both http://domain.com and www.domain.com this is because the search engines see the &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>One of the most basic SEO checks is to see if the website suffers from canonicalisation problems. A site suffers from this if it can be accessed at both http://domain.com and www.domain.com this is because the search engines see the www as a subdomain and therefore considers the two sites to be duplicates of each other.</p>
<p>Thankfully if your website is on an Apache server it is easy to fix.</p>
<p>Simply add the following code to your .htaccess file in the root directory:</p>
<p><code>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]<br />
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]</code></p>
<p>Another canonicalisation problem is when you can access both http://www.domain.com and http://www.domain.com/index.php, again the search engines can see these pages as duplicate.</p>
<p>This can also be fixed easily by adding the following rewrite rule to your .htaccess file in the root directory.</p>
<p><code>RewriteEngine On<br />
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php<br />
RewriteRule ^index\.php$ http://www.domain.com/ [R=301,L]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rutley.co.uk/blog/url-canonicalisation-fix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

