<?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>Market Share &#187; canonical</title>
	<atom:link href="http://www.marketsharewebdesign.com/blog/tag/canonical/feed" rel="self" type="application/rss+xml" />
	<link>http://www.marketsharewebdesign.com/blog</link>
	<description>Custom Web Design, SEO &#38; Advertising</description>
	<lastBuildDate>Fri, 11 May 2012 14:27:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>URL Canonicalization-Does it improve SEO?</title>
		<link>http://www.marketsharewebdesign.com/blog/url-canonicalization-does-it-improve-seo.html</link>
		<comments>http://www.marketsharewebdesign.com/blog/url-canonicalization-does-it-improve-seo.html#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:52:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[url canonicalization]]></category>

		<guid isPermaLink="false">http://www.marketsharewebdesign.com/blog/?p=3</guid>
		<description><![CDATA[Most evidence points suggests that it does. Canonicalization enables the search engine to see only one version of your URL. In all reality there may be several versions: http://yourdomain.com http://www.yourdomain.com yourdomain.com/ So you probably have links pointing from other web sites to your web site. If they are all pointing at different versions of the URL [...]]]></description>
			<content:encoded><![CDATA[<p>Most evidence points suggests that it does. Canonicalization enables the search engine to see only one version of your URL.</p>
<p>In all reality there may be several versions:</p>
<p>http://yourdomain.com</p>
<p>http://www.yourdomain.com</p>
<p>yourdomain.com/</p>
<p>So you probably have links pointing from other web sites to your web site. If they are all pointing at different versions of the URL then you may be missing out on &#8220;link juice.&#8221; Those links are valuable when it comes to SEO and it&#8217;s important that they all point back to one domain. Otherwise you are sharing you &#8220;link juice&#8221; amoung several domains.</p>
<p>So how do you tell Google and the other search engines that you only want to refer to one domain?  With a 301 redirect written in your .htaccess file. It&#8217;s easier than it sounds. If you already have one then just add this to it. But if you have no .htaccess file just create one using your favorite text editor. Be sure to save it as an .txt file.</p>
<p>So if you want to redirect all of the non-www traffic to the www.domain name you would use the following just substitue your domain name where indicated:</p>
<p>Options +FollowSymLinks <br />
RewriteEngine on <br />
RewriteCond %{HTTP_HOST} ^yoursite.com [NC] <br />
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301] </p>
<p>As with any change to your domain always test it once it has been uploaded to make sure it is working properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketsharewebdesign.com/blog/url-canonicalization-does-it-improve-seo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

