<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Canonicalization: The Gospel of HTTP 301</title>
	<atom:link href="http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/feed/" rel="self" type="application/rss+xml" />
	<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/</link>
	<description>Advanced Search Engine Marketing Tips to Succeed Online</description>
	<lastBuildDate>Sat, 24 Jan 2009 08:24:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How Google handles 301 Permanent Redirects &#124; The Other Bloke's Blog</title>
		<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/comment-page-1/#comment-6331</link>
		<dc:creator>How Google handles 301 Permanent Redirects &#124; The Other Bloke's Blog</dc:creator>
		<pubDate>Mon, 03 Mar 2008 18:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/#comment-6331</guid>
		<description>[...] - a High Ranking Forums discussion 301, Parking and Other Redirects for SEOs ( FAQ ) - Ian McAnerin Canonicalization: The Gospel of HTTP 301 - Hamlet Batista writes on a related problem 301 Permanent Redirect to Error404.htm Page is a [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; a High Ranking Forums discussion 301, Parking and Other Redirects for SEOs ( FAQ ) &#8211; Ian McAnerin Canonicalization: The Gospel of HTTP 301 &#8211; Hamlet Batista writes on a related problem 301 Permanent Redirect to Error404.htm Page is a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamlet Batista</title>
		<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/comment-page-1/#comment-554</link>
		<dc:creator>Hamlet Batista</dc:creator>
		<pubDate>Fri, 27 Jul 2007 02:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/#comment-554</guid>
		<description>Good to know that you are not afraid to ask ;-)</description>
		<content:encoded><![CDATA[<p>Good to know that you are not afraid to ask <img src='http://hamletbatista.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Montwill</title>
		<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/comment-page-1/#comment-518</link>
		<dc:creator>Paul Montwill</dc:creator>
		<pubDate>Wed, 25 Jul 2007 09:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/#comment-518</guid>
		<description>Thanks for the post, Hamlet. I like your theory about one person asking a question. Usually I was the one in the class that kept asking :)</description>
		<content:encoded><![CDATA[<p>Thanks for the post, Hamlet. I like your theory about one person asking a question. Usually I was the one in the class that kept asking <img src='http://hamletbatista.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markus941</title>
		<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/comment-page-1/#comment-511</link>
		<dc:creator>markus941</dc:creator>
		<pubDate>Tue, 24 Jul 2007 22:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/#comment-511</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamlet Batista</title>
		<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/comment-page-1/#comment-480</link>
		<dc:creator>Hamlet Batista</dc:creator>
		<pubDate>Mon, 23 Jul 2007 23:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/#comment-480</guid>
		<description>markus941,

Here is your rule:

&lt;code&gt;RedirectMatch 301 ^/(.*)/$ http://sitename.com/$1 &lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>markus941,</p>
<p>Here is your rule:</p>
<p><code>RedirectMatch 301 ^/(.*)/$ <a href="http://sitename.com/$1" rel="nofollow">http://sitename.com/$1</a> </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markus941</title>
		<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/comment-page-1/#comment-477</link>
		<dc:creator>markus941</dc:creator>
		<pubDate>Mon, 23 Jul 2007 20:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/#comment-477</guid>
		<description>I recently noticed that Google has both versions of my site and versions of my posts indexed with a slash and also without.

Do you know how to write a rule that makes sure that nothing has a slash behind it?</description>
		<content:encoded><![CDATA[<p>I recently noticed that Google has both versions of my site and versions of my posts indexed with a slash and also without.</p>
<p>Do you know how to write a rule that makes sure that nothing has a slash behind it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamlet Batista</title>
		<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/comment-page-1/#comment-422</link>
		<dc:creator>Hamlet Batista</dc:creator>
		<pubDate>Fri, 20 Jul 2007 02:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/#comment-422</guid>
		<description>Jason - Thanks for the link. I will check that plugin out</description>
		<content:encoded><![CDATA[<p>Jason &#8211; Thanks for the link. I will check that plugin out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/comment-page-1/#comment-411</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 19 Jul 2007 19:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/#comment-411</guid>
		<description>Mod_Rewrite is certianly the way to go, and will offer the most flexibility when solving problems like this.  However, for WordPress users that might not want to edit their .htaccess file or update the mod_rewrite module can get away with using &lt;a href=&quot;http://www.justinshattuck.com/wordpress-www-redirect-plugin/&quot; rel=&quot;nofollow&quot;&gt;Justin Shattuck&#039;s WWW Redirect Plugin&lt;/a&gt;.  It&#039;s dead simple and can solve this problem with just a few clicks.</description>
		<content:encoded><![CDATA[<p>Mod_Rewrite is certianly the way to go, and will offer the most flexibility when solving problems like this.  However, for WordPress users that might not want to edit their .htaccess file or update the mod_rewrite module can get away with using <a href="http://www.justinshattuck.com/wordpress-www-redirect-plugin/" rel="nofollow">Justin Shattuck&#8217;s WWW Redirect Plugin</a>.  It&#8217;s dead simple and can solve this problem with just a few clicks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamlet Batista</title>
		<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/comment-page-1/#comment-410</link>
		<dc:creator>Hamlet Batista</dc:creator>
		<pubDate>Thu, 19 Jul 2007 17:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/#comment-410</guid>
		<description>Mutiny,
There is another post coming shortly that will answer your question.

Sorry about the image, my designer was not in in time to include one.</description>
		<content:encoded><![CDATA[<p>Mutiny,<br />
There is another post coming shortly that will answer your question.</p>
<p>Sorry about the image, my designer was not in in time to include one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mutiny Design</title>
		<link>http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/comment-page-1/#comment-408</link>
		<dc:creator>Mutiny Design</dc:creator>
		<pubDate>Thu, 19 Jul 2007 16:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://hamletbatista.com/2007/07/19/canonicalization-the-gospel-of-http-301/#comment-408</guid>
		<description>I noticed you were doing this and realised I was not doing it myself...

I notice a lot of sites out on the internet that suffer from this, particularly when the link to the homepage goes to a /index.php page with no pagerank. Decent programmers seem not to fall for this one, but you rearly see a site that redirects http:// to http://www. or vice versa.

How damaging do you think it can be not to do this?

No nice image with this post.</description>
		<content:encoded><![CDATA[<p>I noticed you were doing this and realised I was not doing it myself&#8230;</p>
<p>I notice a lot of sites out on the internet that suffer from this, particularly when the link to the homepage goes to a /index.php page with no pagerank. Decent programmers seem not to fall for this one, but you rearly see a site that redirects http:// to <a href="http://www" rel="nofollow">http://www</a>. or vice versa.</p>
<p>How damaging do you think it can be not to do this?</p>
<p>No nice image with this post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
