<?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"
	>

<channel>
	<title>Farooque &#187; SEO Best Practices</title>
	<atom:link href="http://www.farooque.com/category/seo-best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.farooque.com</link>
	<description>Wandering thoughts of an unsettled mind...</description>
	<pubDate>Sat, 16 Aug 2008 05:28:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Canonicalization</title>
		<link>http://www.farooque.com/canonicalization/</link>
		<comments>http://www.farooque.com/canonicalization/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 04:40:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO Best Practices]]></category>

		<guid isPermaLink="false">http://www.seous.com/canonicalization/</guid>
		<description><![CDATA[Canonicalization is the process of picking the best URL when there are several choices, and it usually refers to home pages:
• www.domain.com
• domain.com/
• www.domain.com/index.html
• domain.com/home.asp
• http://home.domain.com
• www.home.domain.com
Technically all of these URLs are different. A web server could return completely different content for all the URLs above. When a search engine “canonicalizes” a URL, it’s trying [...]]]></description>
			<content:encoded><![CDATA[<p>Canonicalization is the process of picking the best URL when there are several choices, and it usually refers to home pages:<br />
• www.domain.com<br />
• domain.com/<br />
• www.domain.com/index.html<br />
• domain.com/home.asp<br />
• http://home.domain.com<br />
• www.home.domain.com<br />
Technically all of these URLs are different. A web server could return completely different content for all the URLs above. When a search engine “canonicalizes” a URL, it’s trying to pick the URL that seems like the best representative from that set.<br />
Don’t make half of your links go to http://domain.com/ and the other half go to http://www.domain.com/. Instead, pick the URL you prefer and always use that format for your internal links.<br />
Let’s say you want your default URL to be http://www.domain.com/. You can modify .htaccess file so if someone requests http://domain.com/, it does a 301 (permanent) redirect to http://www.example.com/. That helps search engines know which URL you prefer to be canonical. Adding a 301 redirect can be an especially good idea if your site changes often (e.g. dynamic content, a blog, etc.).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.farooque.com/canonicalization/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
