<?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: How to Write WordPress robots.txt for SEO</title>
	<atom:link href="http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/feed/" rel="self" type="application/rss+xml" />
	<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/</link>
	<description>Free Online Resource</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Aaron</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-4028</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 23 Nov 2010 12:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-4028</guid>
		<description>Hi,

One thing I should point out (which has only come to my attention recently) is that robots.txt is a file where you explicitly &lt;i&gt;disallow&lt;/i&gt; bots from searching pages. It is exclusive rather than inclusive, and as such does not require (nor support) &#039;Allow&#039; commands!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>One thing I should point out (which has only come to my attention recently) is that robots.txt is a file where you explicitly <i>disallow</i> bots from searching pages. It is exclusive rather than inclusive, and as such does not require (nor support) &#8216;Allow&#8217; commands!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-3569</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 22 Sep 2010 02:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-3569</guid>
		<description>WP has a virtual robots.txt file located around 1700. Go to wp-includes then the functions.php. </description>
		<content:encoded><![CDATA[<p>WP has a virtual robots.txt file located around 1700. Go to wp-includes then the functions.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gee</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-3539</link>
		<dc:creator>Gee</dc:creator>
		<pubDate>Wed, 01 Sep 2010 10:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-3539</guid>
		<description>Hi, I&#039;m using thesis theme for my self-hosted wordpress blog. Where can I find the robot.txt file? Sorry, it might seem like a silly question but I&#039;m figuring out the answer to this for some time now because my Google adsense says I&#039;m blocking their robot. Thanks! </description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m using thesis theme for my self-hosted wordpress blog. Where can I find the robot.txt file? Sorry, it might seem like a silly question but I&#8217;m figuring out the answer to this for some time now because my Google adsense says I&#8217;m blocking their robot. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chote Ustad</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-3534</link>
		<dc:creator>Chote Ustad</dc:creator>
		<pubDate>Wed, 25 Aug 2010 20:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-3534</guid>
		<description>Here is an standard Robots.txt file. I think it is perfect for all blogs, 
 
 
User-agent: * 
Disallow: /cgi-bin 
Disallow: /wp-admin 
Disallow: /wp-includes 
Disallow: /wp-content/plugins 
Disallow: /wp-content/cache 
Disallow: /wp-content/themes 
Disallow: /category 
Disallow: /tag 
Disallow: /author 
Disallow: /trackback 
Disallow: /*trackback 
Disallow: /*trackback* 
Disallow: /*/trackback 
Disallow: /*?* 
Disallow: /*.html/$ 
Disallow: /*feed* 
 
# Google Image 
User-agent: Googlebot-Image 
Disallow: 
Allow: /* 
 
 
# Google AdSense 
User-agent: Mediapartners-Google* 
Disallow: 
Allow: /* 
 
 
 
If you install WordPress in a separate directory for ex: WordPress or blog or any name 
I am considering WordPress here if you have any other name replace it with WordPress 
 
User-agent: * 
Disallow: /cgi-bin 
Disallow: /wordpress/wp-admin 
Disallow: /wordpress/wp-includes 
Disallow: /wordpress/wp-content/plugins 
Disallow: /wordpress/wp-content/cache 
Disallow: /wordpress/wp-content/themes 
Disallow: /category 
Disallow: /tag 
Disallow: /author 
Disallow: /trackback 
Disallow: /*trackback 
Disallow: /*trackback* 
Disallow: /*/trackback 
Disallow: /*?* 
Disallow: /*.html/$ 
Disallow: /*feed* 
 
# Google Image 
User-agent: Googlebot-Image 
Disallow: 
Allow: /* 
 
 
# Google AdSense 
User-agent: Mediapartners-Google* 
Disallow: 
Allow: /* 
 
 
This form is not allowing me to write the last string 
Sitemap: 
copy it from above post. </description>
		<content:encoded><![CDATA[<p>Here is an standard Robots.txt file. I think it is perfect for all blogs,</p>
<p>User-agent: *</p>
<p>Disallow: /cgi-bin</p>
<p>Disallow: /wp-admin</p>
<p>Disallow: /wp-includes</p>
<p>Disallow: /wp-content/plugins</p>
<p>Disallow: /wp-content/cache</p>
<p>Disallow: /wp-content/themes</p>
<p>Disallow: /category</p>
<p>Disallow: /tag</p>
<p>Disallow: /author</p>
<p>Disallow: /trackback</p>
<p>Disallow: /*trackback</p>
<p>Disallow: /*trackback*</p>
<p>Disallow: /*/trackback</p>
<p>Disallow: /*?*</p>
<p>Disallow: /*.html/$</p>
<p>Disallow: /*feed*</p>
<p># Google Image</p>
<p>User-agent: Googlebot-Image</p>
<p>Disallow:</p>
<p>Allow: /*</p>
<p># Google AdSense</p>
<p>User-agent: Mediapartners-Google*</p>
<p>Disallow:</p>
<p>Allow: /*</p>
<p>If you install WordPress in a separate directory for ex: WordPress or blog or any name</p>
<p>I am considering WordPress here if you have any other name replace it with WordPress</p>
<p>User-agent: *</p>
<p>Disallow: /cgi-bin</p>
<p>Disallow: /wordpress/wp-admin</p>
<p>Disallow: /wordpress/wp-includes</p>
<p>Disallow: /wordpress/wp-content/plugins</p>
<p>Disallow: /wordpress/wp-content/cache</p>
<p>Disallow: /wordpress/wp-content/themes</p>
<p>Disallow: /category</p>
<p>Disallow: /tag</p>
<p>Disallow: /author</p>
<p>Disallow: /trackback</p>
<p>Disallow: /*trackback</p>
<p>Disallow: /*trackback*</p>
<p>Disallow: /*/trackback</p>
<p>Disallow: /*?*</p>
<p>Disallow: /*.html/$</p>
<p>Disallow: /*feed*</p>
<p># Google Image</p>
<p>User-agent: Googlebot-Image</p>
<p>Disallow:</p>
<p>Allow: /*</p>
<p># Google AdSense</p>
<p>User-agent: Mediapartners-Google*</p>
<p>Disallow:</p>
<p>Allow: /*</p>
<p>This form is not allowing me to write the last string</p>
<p>Sitemap:</p>
<p>copy it from above post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudeep</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-3516</link>
		<dc:creator>sudeep</dc:creator>
		<pubDate>Mon, 09 Aug 2010 09:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-3516</guid>
		<description>Hello can you suggest me robot for my blog,please help me regarding this because i am confused about using which one or am i doing it correct.You can check my website and reply me.  &lt;a href=&quot;http://www.techdunes.com&quot; rel=&quot;nofollow&quot;&gt;http://www.techdunes.com&lt;/a&gt;  
(presently I am using your robottxt example above.But please reply me is it okay for my blog. 
I would be grateful to you. 
 
Your comment is awaiting moderation. </description>
		<content:encoded><![CDATA[<p>Hello can you suggest me robot for my blog,please help me regarding this because i am confused about using which one or am i doing it correct.You can check my website and reply me.<br />
  <a href="http://www.techdunes.com" rel="nofollow">http://www.techdunes.com</a><br />
(presently I am using your robottxt example above.But please reply me is it okay for my blog.</p>
<p>I would be grateful to you.</p>
<p>Your comment is awaiting moderation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZackLive</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-3492</link>
		<dc:creator>ZackLive</dc:creator>
		<pubDate>Sat, 31 Jul 2010 03:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-3492</guid>
		<description>That&#039;s a good move.  </description>
		<content:encoded><![CDATA[<p>That&#039;s a good move.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David the Web Designer</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-3464</link>
		<dc:creator>David the Web Designer</dc:creator>
		<pubDate>Mon, 19 Jul 2010 21:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-3464</guid>
		<description>Thanks for posting, just what i needed for my site. I used to just disallow the whole wp-admin file.</description>
		<content:encoded><![CDATA[<p>Thanks for posting, just what i needed for my site. I used to just disallow the whole wp-admin file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vegas SEO</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-791</link>
		<dc:creator>Vegas SEO</dc:creator>
		<pubDate>Sat, 09 May 2009 09:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-791</guid>
		<description>It take time for Google to get your website indexed. 

keep patience it will be working soon.</description>
		<content:encoded><![CDATA[<p>It take time for Google to get your website indexed. </p>
<p>keep patience it will be working soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho Plaza</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-766</link>
		<dc:creator>Nacho Plaza</dc:creator>
		<pubDate>Thu, 23 Apr 2009 19:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-766</guid>
		<description>That robots.txt has errors. Not all search engines robots allow wildcards and the &quot;Allow&quot; term. Google, Yahoo &amp; Live.com accept them, but not others. Another advice: place &quot;Allows&quot; just after &quot;User-agent&quot;, because if there is a &quot;Disallow&quot; before that matches the url, the spider will not index it.

Check the Google recomendations for robots.txt syntax &amp; Wikipedia information:
http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=40360
http://en.wikipedia.org/wiki/Robots_exclusion_standard

Use a robots.txt syntax validator to check your file (this identifies &quot;Allow&quot; lines like errors, but they are correct for Google, Yahoo and Live, but not for * User-agent):

http://tool.motoricerca.info/robots-checker.phtml

You can check the robots.txt on my blog ( http://www.weterede.com/robots.txt ). I am new with Wordpress, so it is under construction, because I do not jnow the WordPress internal structure.</description>
		<content:encoded><![CDATA[<p>That robots.txt has errors. Not all search engines robots allow wildcards and the &#8220;Allow&#8221; term. Google, Yahoo &amp; Live.com accept them, but not others. Another advice: place &#8220;Allows&#8221; just after &#8220;User-agent&#8221;, because if there is a &#8220;Disallow&#8221; before that matches the url, the spider will not index it.</p>
<p>Check the Google recomendations for robots.txt syntax &amp; Wikipedia information:<br />
<a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=40360" rel="nofollow">http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=40360</a><br />
<a href="http://en.wikipedia.org/wiki/Robots_exclusion_standard" rel="nofollow">http://en.wikipedia.org/wiki/Robots_exclusion_standard</a></p>
<p>Use a robots.txt syntax validator to check your file (this identifies &#8220;Allow&#8221; lines like errors, but they are correct for Google, Yahoo and Live, but not for * User-agent):</p>
<p><a href="http://tool.motoricerca.info/robots-checker.phtml" rel="nofollow">http://tool.motoricerca.info/robots-checker.phtml</a></p>
<p>You can check the robots.txt on my blog ( <a href="http://www.weterede.com/robots.txt" rel="nofollow">http://www.weterede.com/robots.txt</a> ). I am new with WordPress, so it is under construction, because I do not jnow the WordPress internal structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hermann</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-730</link>
		<dc:creator>Hermann</dc:creator>
		<pubDate>Wed, 25 Mar 2009 10:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-730</guid>
		<description>Why adsensebot=allow-whole-site doesn&#039;t poses ranking degradation?</description>
		<content:encoded><![CDATA[<p>Why adsensebot=allow-whole-site doesn&#8217;t poses ranking degradation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO-Explained-By-Google</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-583</link>
		<dc:creator>SEO-Explained-By-Google</dc:creator>
		<pubDate>Mon, 02 Feb 2009 14:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-583</guid>
		<description>[...] Use the robots.txt file. Tell the search engines where and what to index and not index. For example, you dont want them to index your download page, right? Google also provides a useful too for that as well: Google robots.txt Tool Tips: disallow your internal SERPs to be indexed, near duplicate pages and URLs created by a proxy service. How to write a robot.txt file for Wordpress [...]</description>
		<content:encoded><![CDATA[<p>[...] Use the robots.txt file. Tell the search engines where and what to index and not index. For example, you dont want them to index your download page, right? Google also provides a useful too for that as well: Google robots.txt Tool Tips: disallow your internal SERPs to be indexed, near duplicate pages and URLs created by a proxy service. How to write a robot.txt file for WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-376</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Mon, 29 Dec 2008 16:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-376</guid>
		<description>@Chuck
Hi, Chuck, you need to modify the robots.txt file yourself, or else you got nothing inside it. You can try my one.</description>
		<content:encoded><![CDATA[<p>@Chuck<br />
Hi, Chuck, you need to modify the robots.txt file yourself, or else you got nothing inside it. You can try my one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-373</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Sun, 28 Dec 2008 06:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-373</guid>
		<description>After discovering this article about the robots file I went and checked mine. The only thing listed in my robots.txt file is the location for the sitemap, nothing else.

I use the &#039;all in one seo&#039; plugin on my site.. I have some options checked in the setting for &#039;nofollow&#039;. Is that the same thing?

Or is my robots file seriously messed up?

Thank you</description>
		<content:encoded><![CDATA[<p>After discovering this article about the robots file I went and checked mine. The only thing listed in my robots.txt file is the location for the sitemap, nothing else.</p>
<p>I use the &#8216;all in one seo&#8217; plugin on my site.. I have some options checked in the setting for &#8216;nofollow&#8217;. Is that the same thing?</p>
<p>Or is my robots file seriously messed up?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-290</link>
		<dc:creator>Zack</dc:creator>
		<pubDate>Sun, 30 Nov 2008 01:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-290</guid>
		<description>I guess it may take some time for google to index your blog.</description>
		<content:encoded><![CDATA[<p>I guess it may take some time for google to index your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Nottage</title>
		<link>http://zacklive.com/how-to-write-wordpress-robotstxt-seo/18/#comment-287</link>
		<dc:creator>Roy Nottage</dc:creator>
		<pubDate>Sat, 29 Nov 2008 21:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://zacklive.com/?p=18#comment-287</guid>
		<description>Hi there, I was wondering if you could verify something for me? I have had my blog running for a few months now, but only a week or 2 ago realised my robots.txt is probably the reason my wordpress blog images don&#039;t appear in Google. I had a gander to see what I should change it to, but I don&#039;t know if they (who I got advice from) were right or not after reading your post.

The link to what I have is here http://royzy.co.uk/robots.txt

If it is right and does allow Google Images to search it, then it might be because I haven&#039;t given Google enough time yet to index them. If it is wrong, I&#039;ll change it as you have described in your post.

Cheers,

Roy</description>
		<content:encoded><![CDATA[<p>Hi there, I was wondering if you could verify something for me? I have had my blog running for a few months now, but only a week or 2 ago realised my robots.txt is probably the reason my wordpress blog images don&#8217;t appear in Google. I had a gander to see what I should change it to, but I don&#8217;t know if they (who I got advice from) were right or not after reading your post.</p>
<p>The link to what I have is here <a href="http://royzy.co.uk/robots.txt" rel="nofollow">http://royzy.co.uk/robots.txt</a></p>
<p>If it is right and does allow Google Images to search it, then it might be because I haven&#8217;t given Google enough time yet to index them. If it is wrong, I&#8217;ll change it as you have described in your post.</p>
<p>Cheers,</p>
<p>Roy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

