<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Canonicalization and 301 redirects</title>
	<link>http://www.utheguru.com/301-redirects</link>
	<description>Not Your Average Geek</description>
	<pubDate>Wed, 09 Jul 2008 02:14:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: steve</title>
		<link>http://www.utheguru.com/301-redirects#comment-1613</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Mon, 05 May 2008 20:09:03 +0000</pubDate>
		<guid>http://www.utheguru.com/301-redirects#comment-1613</guid>
		<description>Hi

I have just put the redirect code in and literally 10 mins after doing it did a search for google for my domain and it lists it as index of/ with this underneath :

Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 

Could doing this have caused Google to index it like this. Im not sure how long it has been listed like this</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have just put the redirect code in and literally 10 mins after doing it did a search for google for my domain and it lists it as index of/ with this underneath :</p>
<p>Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 </p>
<p>Could doing this have caused Google to index it like this. Im not sure how long it has been listed like this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trace</title>
		<link>http://www.utheguru.com/301-redirects#comment-1446</link>
		<dc:creator>Trace</dc:creator>
		<pubDate>Wed, 27 Feb 2008 03:12:32 +0000</pubDate>
		<guid>http://www.utheguru.com/301-redirects#comment-1446</guid>
		<description>All of your articles are well written, have great content and are extremely informative... thank you for putting these together, they are extremely helpful!</description>
		<content:encoded><![CDATA[<p>All of your articles are well written, have great content and are extremely informative&#8230; thank you for putting these together, they are extremely helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theDuck</title>
		<link>http://www.utheguru.com/301-redirects#comment-1016</link>
		<dc:creator>theDuck</dc:creator>
		<pubDate>Mon, 16 Jul 2007 22:05:49 +0000</pubDate>
		<guid>http://www.utheguru.com/301-redirects#comment-1016</guid>
		<description>Ah.. of course you are correct.

In .htaccess a full stop (dot) is a reserved character, and the part of any mod rewrite that determines the match should have any full stops escaped with a back slash so that mod-rewrite knows to interpret the full stop literally.

Cheers, and I've corrected the example above.

On a side note - it's pretty unlikely that canonicalization issues in themselves will cause a major decline in serps, at least not with Google, as Google is usually pretty savvy about 'automagically' detecting which canonical version of the URL is the one it should be working with.

Duck</description>
		<content:encoded><![CDATA[<p>Ah.. of course you are correct.</p>
<p>In .htaccess a full stop (dot) is a reserved character, and the part of any mod rewrite that determines the match should have any full stops escaped with a back slash so that mod-rewrite knows to interpret the full stop literally.</p>
<p>Cheers, and I&#8217;ve corrected the example above.</p>
<p>On a side note - it&#8217;s pretty unlikely that canonicalization issues in themselves will cause a major decline in serps, at least not with Google, as Google is usually pretty savvy about &#8216;automagically&#8217; detecting which canonical version of the URL is the one it should be working with.</p>
<p>Duck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axle Ryde</title>
		<link>http://www.utheguru.com/301-redirects#comment-1015</link>
		<dc:creator>Axle Ryde</dc:creator>
		<pubDate>Mon, 16 Jul 2007 21:58:07 +0000</pubDate>
		<guid>http://www.utheguru.com/301-redirects#comment-1015</guid>
		<description>I tried copying your code and the server threw a wobbly - it seems you have a missing piece of syntax in the non-www to www sample above?

A separate example of this working had a backslash before the .com and is now working for me, so your RewriteCond line above should be:

&lt;blockquote&gt;&lt;code&gt;
RewriteCond %{HTTP_HOST} ^utheguru\.com [NC]&lt;/code&gt;&lt;/blockquote&gt;

No idea why, but that's what worked for me.

Thanks for the pointers by the way - hopefully my client's site will now get back to the high rankings it had before I came along! (skulks away . . .)

Cheers -</description>
		<content:encoded><![CDATA[<p>I tried copying your code and the server threw a wobbly - it seems you have a missing piece of syntax in the non-www to www sample above?</p>
<p>A separate example of this working had a backslash before the .com and is now working for me, so your RewriteCond line above should be:</p>
<blockquote><p><code><br />
RewriteCond %{HTTP_HOST} ^utheguru\.com [NC]</code></p></blockquote>
<p>No idea why, but that&#8217;s what worked for me.</p>
<p>Thanks for the pointers by the way - hopefully my client&#8217;s site will now get back to the high rankings it had before I came along! (skulks away . . .)</p>
<p>Cheers -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: howtomarketyourstuff.com &#187; Blog Archive &#187; Importance of Canonicalization - SEO</title>
		<link>http://www.utheguru.com/301-redirects#comment-738</link>
		<dc:creator>howtomarketyourstuff.com &#187; Blog Archive &#187; Importance of Canonicalization - SEO</dc:creator>
		<pubDate>Sat, 05 May 2007 09:04:32 +0000</pubDate>
		<guid>http://www.utheguru.com/301-redirects#comment-738</guid>
		<description>[...] interested. I do have to cite who presented the problem to me initially which is Doc&#8217;s site UtheGuru who I thank wholeheartedly for notifying [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] interested. I do have to cite who presented the problem to me initially which is Doc&#8217;s site UtheGuru who I thank wholeheartedly for notifying [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DuckMan</title>
		<link>http://www.utheguru.com/301-redirects#comment-176</link>
		<dc:creator>DuckMan</dc:creator>
		<pubDate>Sun, 25 Feb 2007 20:22:34 +0000</pubDate>
		<guid>http://www.utheguru.com/301-redirects#comment-176</guid>
		<description>How are you sudiptojoel - If you have specific problems, and want advice, we do offer personalized assistance, but this is a fee for service proposition - generally USD20 would be sufficient for such relatively minor problems.

If you need further personal help, feel free to contact me above.

TheDuck</description>
		<content:encoded><![CDATA[<p>How are you sudiptojoel - If you have specific problems, and want advice, we do offer personalized assistance, but this is a fee for service proposition - generally USD20 would be sufficient for such relatively minor problems.</p>
<p>If you need further personal help, feel free to contact me above.</p>
<p>TheDuck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudiptojoel</title>
		<link>http://www.utheguru.com/301-redirects#comment-142</link>
		<dc:creator>Sudiptojoel</dc:creator>
		<pubDate>Wed, 21 Feb 2007 17:30:08 +0000</pubDate>
		<guid>http://www.utheguru.com/301-redirects#comment-142</guid>
		<description>My site seems to have canonicalization problems , kindly help me out to veryfy it and resolve the issue site link: &lt;a href="http://www.smilenprint.com" rel="nofollow"&gt;click here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>My site seems to have canonicalization problems , kindly help me out to veryfy it and resolve the issue site link: <a href="http://www.smilenprint.com" rel="nofollow">click here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudiptojoel</title>
		<link>http://www.utheguru.com/301-redirects#comment-141</link>
		<dc:creator>Sudiptojoel</dc:creator>
		<pubDate>Wed, 21 Feb 2007 17:29:11 +0000</pubDate>
		<guid>http://www.utheguru.com/301-redirects#comment-141</guid>
		<description>My site seems to have canonicalization problems , kindly help me out to veryfy it and resolve the issue</description>
		<content:encoded><![CDATA[<p>My site seems to have canonicalization problems , kindly help me out to veryfy it and resolve the issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JLH</title>
		<link>http://www.utheguru.com/301-redirects#comment-50</link>
		<dc:creator>JLH</dc:creator>
		<pubDate>Wed, 07 Feb 2007 23:48:43 +0000</pubDate>
		<guid>http://www.utheguru.com/301-redirects#comment-50</guid>
		<description>I also add the lines:

RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.example\.com [NC]
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ HTTP/
RewriteRule ^index\.html$ http://www.example.com/ [R=301,L] 

to my .htaccss file that take care of trimming of the index.html portion.

Actually I've got a generic version stored somewhere that looks up the domain for you so you don't have to modify example everytime...now where did I put that???</description>
		<content:encoded><![CDATA[<p>I also add the lines:</p>
<p>RewriteEngine on<br />
RewriteCond %{HTTP_HOST} .<br />
RewriteCond %{HTTP_HOST} !^www\.example\.com [NC]<br />
RewriteRule (.*) <a href="http://www.example.com/1" rel="nofollow">http://www.example.com/1</a> [R=301,L]<br />
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ HTTP/<br />
RewriteRule ^index\.html$ <a href="http://www.example.com/" rel="nofollow">http://www.example.com/</a> [R=301,L] </p>
<p>to my .htaccss file that take care of trimming of the index.html portion.</p>
<p>Actually I&#8217;ve got a generic version stored somewhere that looks up the domain for you so you don&#8217;t have to modify example everytime&#8230;now where did I put that???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JLH</title>
		<link>http://www.utheguru.com/301-redirects#comment-45</link>
		<dc:creator>JLH</dc:creator>
		<pubDate>Wed, 07 Feb 2007 04:40:03 +0000</pubDate>
		<guid>http://www.utheguru.com/301-redirects#comment-45</guid>
		<description>Good quality nofollow backlinks which is great if you're targeting that 3% of the search market that yahoo and MSN provide!  

All my Linux stuff is wordpress blogs, in which case I just use the enforce-www plugin. at http://txfx.net/code/wordpress/enforce-www-preference/

I know I'm a good linking neighborhood as Matt linked to me this week and he's not shy about using the nofollow for bad neighborhoods.</description>
		<content:encoded><![CDATA[<p>Good quality nofollow backlinks which is great if you&#8217;re targeting that 3% of the search market that yahoo and MSN provide!  </p>
<p>All my Linux stuff is wordpress blogs, in which case I just use the enforce-www plugin. at <a href="http://txfx.net/code/wordpress/enforce-www-preference/" rel="nofollow">http://txfx.net/code/wordpress/enforce-www-preference/</a></p>
<p>I know I&#8217;m a good linking neighborhood as Matt linked to me this week and he&#8217;s not shy about using the nofollow for bad neighborhoods.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
