<?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 &#8211; Disallow a directory, but allow select files?</title>
	<atom:link href="http://www.lyndseo.com/2008/05/robotstxt-disallow-a-directory-but-allow-select-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lyndseo.com/2008/05/robotstxt-disallow-a-directory-but-allow-select-files/</link>
	<description></description>
	<lastBuildDate>Fri, 14 Oct 2011 17:42:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: nate</title>
		<link>http://www.lyndseo.com/2008/05/robotstxt-disallow-a-directory-but-allow-select-files/comment-page-1/#comment-12</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Fri, 16 Jan 2009 02:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lyndseo.com/blog/?p=103#comment-12</guid>
		<description>Robotstxt.org is way out of date with the features supported by the major engines. This is the best reference on the web: http://janeandrobot.com/post/Managing-Robots-Access-To-Your-Website.aspx (caveat, I work at Microsoft Live Search, and I help write this article).

You could use the &#039;allow&#039; directive, or build a creative pattern using the pattern matching.

Make sure to test this using google&#039;s webmaster tools!

nate</description>
		<content:encoded><![CDATA[<p>Robotstxt.org is way out of date with the features supported by the major engines. This is the best reference on the web: <a href="http://janeandrobot.com/post/Managing-Robots-Access-To-Your-Website.aspx">http://janeandrobot.com/post/Managing-Robots-Access-To-Your-Website.aspx</a> (caveat, I work at Microsoft Live Search, and I help write this article).</p>
<p>You could use the &#8216;allow&#8217; directive, or build a creative pattern using the pattern matching.</p>
<p>Make sure to test this using google&#8217;s webmaster tools!</p>
<p>nate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael VanDeMar</title>
		<link>http://www.lyndseo.com/2008/05/robotstxt-disallow-a-directory-but-allow-select-files/comment-page-1/#comment-11</link>
		<dc:creator>Michael VanDeMar</dc:creator>
		<pubDate>Fri, 23 May 2008 15:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.lyndseo.com/blog/?p=103#comment-11</guid>
		<description>Lyndsay,

Unfortunately, no. Straight from &lt;a href=&quot;http://www.robotstxt.org/robotstxt.html&quot; rel=&quot;nofollow&quot;&gt;Robotstxt.org&lt;/a&gt;:

&lt;strong&gt;To exclude all files except one&lt;/strong&gt;
This is currently a bit awkward, as there is no &quot;Allow&quot; field. The easy way is to put all files to be disallowed into a separate directory, say &quot;stuff&quot;, and leave the one file in the level above this directory:

&lt;blockquote&gt;User-agent: *
Disallow: /~joe/stuff/
&lt;/blockquote&gt;

Alternatively you can explicitly disallow all disallowed pages:

&lt;blockquote&gt;User-agent: *
Disallow: /~joe/junk.html
Disallow: /~joe/foo.html
Disallow: /~joe/bar.html
&lt;/blockquote&gt;

Sorry. :)</description>
		<content:encoded><![CDATA[<p>Lyndsay,</p>
<p>Unfortunately, no. Straight from <a href="http://www.robotstxt.org/robotstxt.html">Robotstxt.org</a>:</p>
<p><strong>To exclude all files except one</strong><br />
This is currently a bit awkward, as there is no &#8220;Allow&#8221; field. The easy way is to put all files to be disallowed into a separate directory, say &#8220;stuff&#8221;, and leave the one file in the level above this directory:</p>
<blockquote><p>User-agent: *<br />
Disallow: /~joe/stuff/
</p></blockquote>
<p>Alternatively you can explicitly disallow all disallowed pages:</p>
<blockquote><p>User-agent: *<br />
Disallow: /~joe/junk.html<br />
Disallow: /~joe/foo.html<br />
Disallow: /~joe/bar.html
</p></blockquote>
<p>Sorry. <img src='http://www.lyndseo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

