<?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: Robots.txt for WordPress</title>
	<atom:link href="http://blog.enrii.com/2007/04/26/robotstxt-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.enrii.com/2007/04/26/robotstxt-for-wordpress/</link>
	<description>A passionate programmer's findings in the world of internet.</description>
	<lastBuildDate>Tue, 07 Sep 2010 04:04:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: EngLee</title>
		<link>http://blog.enrii.com/2007/04/26/robotstxt-for-wordpress/comment-page-1/#comment-34242</link>
		<dc:creator>EngLee</dc:creator>
		<pubDate>Tue, 08 May 2007 09:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enrii.com/2007/04/26/robotstxt-for-wordpress/#comment-34242</guid>
		<description>Wow, that&#039;s an advanced version. Will examine your robots.txt file. Thanks.</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s an advanced version. Will examine your robots.txt file. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wasabi</title>
		<link>http://blog.enrii.com/2007/04/26/robotstxt-for-wordpress/comment-page-1/#comment-34241</link>
		<dc:creator>Wasabi</dc:creator>
		<pubDate>Tue, 08 May 2007 08:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enrii.com/2007/04/26/robotstxt-for-wordpress/#comment-34241</guid>
		<description>You try this:
&lt;code&gt;
# This rule means it applies to all user-agents
User-agent:  *
 
# Disallow all directories and files within
Disallow: /cgi-bin/
Disallow: /stats/
Disallow: /dh_
Disallow: /about/legal-notice/
Disallow: /about/copyright-policy/
Disallow: /about/terms-and-conditions/
Disallow: /contact/
Disallow: /tag/
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/
Disallow: /wp-
Disallow: /trackback/
 
# The Googlebot is the main search bot for google
User-agent: Googlebot
 
# Disallow all files ending with these extensions
Disallow: /*.php$
Disallow: /*.js$
Disallow: /*.inc$
Disallow: /*.css$
Disallow: /*.gz$
Disallow: /*.wmv$
Disallow: /*.tar$
Disallow: /*.tgz$
Disallow: /*.cgi$
Disallow: /*.xhtml$
 
# Disallow Google from parsing indididual post feeds and trackbacks..
Disallow: */feed/
Disallow: */trackback/
 
# Disallow all files with ? in url
Disallow: /*?*
Disallow: /*?
 
# Disallow all archived monthlies
Disallow: /2006/0*
Disallow: /2007/0*
Disallow: /2006/1*
Disallow: /2007/1*

# The Googlebot-Image is the image bot for google
User-agent: Googlebot-Image
 
# Allow Everything
Allow: /*
 
# This is the ad bot for google
User-agent: Mediapartners-Google*
 
# Allow Everything
Allow: /*

# SiTeMap per i motori di ricerca
Sitemap: http://siteweb/sitemap.xml
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You try this:<br />
<code><br />
# This rule means it applies to all user-agents<br />
User-agent:  *</code></p>
<p># Disallow all directories and files within<br />
Disallow: /cgi-bin/<br />
Disallow: /stats/<br />
Disallow: /dh_<br />
Disallow: /about/legal-notice/<br />
Disallow: /about/copyright-policy/<br />
Disallow: /about/terms-and-conditions/<br />
Disallow: /contact/<br />
Disallow: /tag/<br />
Disallow: /wp-admin/<br />
Disallow: /wp-includes/<br />
Disallow: /wp-content/<br />
Disallow: /wp-<br />
Disallow: /trackback/</p>
<p># The Googlebot is the main search bot for google<br />
User-agent: Googlebot</p>
<p># Disallow all files ending with these extensions<br />
Disallow: /*.php$<br />
Disallow: /*.js$<br />
Disallow: /*.inc$<br />
Disallow: /*.css$<br />
Disallow: /*.gz$<br />
Disallow: /*.wmv$<br />
Disallow: /*.tar$<br />
Disallow: /*.tgz$<br />
Disallow: /*.cgi$<br />
Disallow: /*.xhtml$</p>
<p># Disallow Google from parsing indididual post feeds and trackbacks..<br />
Disallow: */feed/<br />
Disallow: */trackback/</p>
<p># Disallow all files with ? in url<br />
Disallow: /*?*<br />
Disallow: /*?</p>
<p># Disallow all archived monthlies<br />
Disallow: /2006/0*<br />
Disallow: /2007/0*<br />
Disallow: /2006/1*<br />
Disallow: /2007/1*</p>
<p># The Googlebot-Image is the image bot for google<br />
User-agent: Googlebot-Image</p>
<p># Allow Everything<br />
Allow: /*</p>
<p># This is the ad bot for google<br />
User-agent: Mediapartners-Google*</p>
<p># Allow Everything<br />
Allow: /*</p>
<p># SiTeMap per i motori di ricerca<br />
Sitemap: <a href="http://siteweb/sitemap.xml" rel="nofollow">http://siteweb/sitemap.xml</a><br />
</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://blog.enrii.com/2007/04/26/robotstxt-for-wordpress/comment-page-1/#comment-34229</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Tue, 08 May 2007 02:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.enrii.com/2007/04/26/robotstxt-for-wordpress/#comment-34229</guid>
		<description>Thanks, I added the robots.txt to my blog.</description>
		<content:encoded><![CDATA[<p>Thanks, I added the robots.txt to my blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

