<?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: Optimizing your Wordpress Blog for Google: Part 2</title>
	<atom:link href="http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/</link>
	<description>Web development tutorials, SEO articles and PHP script resources</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:51:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/comment-page-1/#comment-101244</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 25 Jul 2008 19:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/#comment-101244</guid>
		<description>Enrico, please continue here:
http://www.finalwebsites.com/forums/

this blog is not really a place for this kind of specific questions. ;)</description>
		<content:encoded><![CDATA[<p>Enrico, please continue here:<br />
<a href="http://www.finalwebsites.com/forums/" rel="nofollow">http://www.finalwebsites.com/forums/</a></p>
<p>this blog is not really a place for this kind of specific questions. <img src='http://www.web-development-blog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enrico</title>
		<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/comment-page-1/#comment-101242</link>
		<dc:creator>enrico</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/#comment-101242</guid>
		<description>For instance, i got this on my .htaccess:
# BEGIN WordPress

RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]


After modifying it according to the sample, I get a 500 error...my blog resides under www.site.com/blog, and the code I made was:

RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !index.php
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://www.site.com/blog/$1/ [L,R=301]

What did I do wrong to get the error?</description>
		<content:encoded><![CDATA[<p>For instance, i got this on my .htaccess:<br />
# BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /blog/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /blog/index.php [L]</p>
<p>After modifying it according to the sample, I get a 500 error&#8230;my blog resides under <a href="http://www.site.com/blog" rel="nofollow">http://www.site.com/blog</a>, and the code I made was:</p>
<p>RewriteEngine On<br />
RewriteBase /blog/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_URI} !index.php<br />
RewriteCond %{REQUEST_URI} !(.*)/$<br />
RewriteRule ^(.*)$ <a href="http://www.site.com/blog/$1/" rel="nofollow">http://www.site.com/blog/$1/</a> [L,R=301]</p>
<p>What did I do wrong to get the error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enrico</title>
		<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/comment-page-1/#comment-101231</link>
		<dc:creator>enrico</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/#comment-101231</guid>
		<description>I found this, so maybe it&#039;s not really my fault...
http://enarion.net/web/apache/htaccess/trailing-slash/</description>
		<content:encoded><![CDATA[<p>I found this, so maybe it&#8217;s not really my fault&#8230;<br />
<a href="http://enarion.net/web/apache/htaccess/trailing-slash/" rel="nofollow">http://enarion.net/web/apache/htaccess/trailing-slash/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enrico</title>
		<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/comment-page-1/#comment-101228</link>
		<dc:creator>enrico</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/#comment-101228</guid>
		<description>Besides, the templates are not involved just the header of them, and since I have only 1 header, the code there is:  
 see no other way apart from robots and htaccess, but still not sure why google sees both links with slash and without....</description>
		<content:encoded><![CDATA[<p>Besides, the templates are not involved just the header of them, and since I have only 1 header, the code there is:<br />
 see no other way apart from robots and htaccess, but still not sure why google sees both links with slash and without&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enrico</title>
		<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/comment-page-1/#comment-101223</link>
		<dc:creator>enrico</dc:creator>
		<pubDate>Fri, 25 Jul 2008 17:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/#comment-101223</guid>
		<description>Hi there Olaf,

I use a sitemap, but didn&#039;t exlude tags and archives from robots file...maybe this caused that. I have to check templates for tag and articles than...</description>
		<content:encoded><![CDATA[<p>Hi there Olaf,</p>
<p>I use a sitemap, but didn&#8217;t exlude tags and archives from robots file&#8230;maybe this caused that. I have to check templates for tag and articles than&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/comment-page-1/#comment-101175</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 25 Jul 2008 13:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/#comment-101175</guid>
		<description>Hi Enrico,

sounds like that something is wrong with your links (check your templates).

it should be possible to remove this trailing slash with mod_rewrite (search for these terms on google). Use also a sitemap for your weblog and don&#039;t index pages like archives or tags.</description>
		<content:encoded><![CDATA[<p>Hi Enrico,</p>
<p>sounds like that something is wrong with your links (check your templates).</p>
<p>it should be possible to remove this trailing slash with mod_rewrite (search for these terms on google). Use also a sitemap for your weblog and don&#8217;t index pages like archives or tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enrico</title>
		<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/comment-page-1/#comment-101123</link>
		<dc:creator>enrico</dc:creator>
		<pubDate>Fri, 25 Jul 2008 08:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/#comment-101123</guid>
		<description>Well, I got some double titletags recently on google webmaster(about 200). The problem is that i get them double since it calculates links with or witout slash ending, and that&#039;s weird!
For instance: http :// www .site. com/tag/something/ and http :// www .site. com/tag/something, which obviously resolve both on my website to the same page, with thesame title, but I guess it does for everyone. Any way how to solve this?</description>
		<content:encoded><![CDATA[<p>Well, I got some double titletags recently on google webmaster(about 200). The problem is that i get them double since it calculates links with or witout slash ending, and that&#8217;s weird!<br />
For instance: http :// www .site. com/tag/something/ and http :// www .site. com/tag/something, which obviously resolve both on my website to the same page, with thesame title, but I guess it does for everyone. Any way how to solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/comment-page-1/#comment-97372</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Tue, 24 Jun 2008 05:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/#comment-97372</guid>
		<description>Hello.

what you&#039;re saying is not true. If your server is right configured and you enter a URL like http: //domain.com/something you get a 404 error (try it on this blog as I did).

I don&#039;t understand the problem with webmaster tools validation process, it&#039;s not a problem to upload the file or just adding the meta tag. I did it many times for WP blogs...</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>what you&#8217;re saying is not true. If your server is right configured and you enter a URL like http: //domain.com/something you get a 404 error (try it on this blog as I did).</p>
<p>I don&#8217;t understand the problem with webmaster tools validation process, it&#8217;s not a problem to upload the file or just adding the meta tag. I did it many times for WP blogs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin Web Development</title>
		<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/comment-page-1/#comment-97338</link>
		<dc:creator>Austin Web Development</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/#comment-97338</guid>
		<description>One word of caution regarding the .htaccess code.  The rewrite rules you&#039;ve posted simply redirect the user to index.php if the request filename is not a file or directory.  

The challenge with this approach is that any page which should receive a 404 status will instead be redirected to the index.php page and return a 200 status.  

The Google Webmaster tool requires you to upload a unique xml file (or include a unique value in a Meta Tag) to validate you are the site owner.  The service checks for a file which shouldn&#039;t exist (e.g. noexist_(some-hex-values).html).  If this file returns a 200 status, Google will know you are employing a redirection technique that it doesn&#039;t approve of.</description>
		<content:encoded><![CDATA[<p>One word of caution regarding the .htaccess code.  The rewrite rules you&#8217;ve posted simply redirect the user to index.php if the request filename is not a file or directory.  </p>
<p>The challenge with this approach is that any page which should receive a 404 status will instead be redirected to the index.php page and return a 200 status.  </p>
<p>The Google Webmaster tool requires you to upload a unique xml file (or include a unique value in a Meta Tag) to validate you are the site owner.  The service checks for a file which shouldn&#8217;t exist (e.g. noexist_(some-hex-values).html).  If this file returns a 200 status, Google will know you are employing a redirection technique that it doesn&#8217;t approve of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barryb</title>
		<link>http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/comment-page-1/#comment-88150</link>
		<dc:creator>barryb</dc:creator>
		<pubDate>Thu, 01 May 2008 18:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/archives/optimizing-your-wordpress-blog-for-google-part-2/#comment-88150</guid>
		<description>Oh yeah - sorry - reading a little deeper on the google webmasters page clearly says &quot;if you&#039;ve blocked access to these links using robots.txt then you shouldn&#039;t be concerned about these errors&quot;  - or something like that.  I always speak to damn soon.....</description>
		<content:encoded><![CDATA[<p>Oh yeah &#8211; sorry &#8211; reading a little deeper on the google webmasters page clearly says &#8220;if you&#8217;ve blocked access to these links using robots.txt then you shouldn&#8217;t be concerned about these errors&#8221;  &#8211; or something like that.  I always speak to damn soon&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
