<?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: Learn more about robots.txt</title>
	<atom:link href="http://www.mattcutts.com/blog/robots-txt-remove-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattcutts.com/blog/robots-txt-remove-url/</link>
	<description>neat fun stuff</description>
	<lastBuildDate>Fri, 19 Mar 2010 01:55:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Evans</title>
		<link>http://www.mattcutts.com/blog/robots-txt-remove-url/#comment-467078</link>
		<dc:creator>Evans</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3204#comment-467078</guid>
		<description>Well I always write &#039;index, follow&#039; in the robots.txt I&#039;ve never really cared about changing it into anything else.</description>
		<content:encoded><![CDATA[<p>Well I always write &#8216;index, follow&#8217; in the robots.txt I&#8217;ve never really cared about changing it into anything else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.mattcutts.com/blog/robots-txt-remove-url/#comment-452750</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Wed, 13 Jan 2010 22:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3204#comment-452750</guid>
		<description>I usually ignore the robots.txt file. Thanks for the clip, I will keep it higher on my priority list now.</description>
		<content:encoded><![CDATA[<p>I usually ignore the robots.txt file. Thanks for the clip, I will keep it higher on my priority list now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.mattcutts.com/blog/robots-txt-remove-url/#comment-452210</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 12 Jan 2010 20:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3204#comment-452210</guid>
		<description>Thanks Matt! Great information as always. I rely heavily on my robots.txt. It is time I double check mine...I did the old &quot;set and forget.&quot; Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks Matt! Great information as always. I rely heavily on my robots.txt. It is time I double check mine&#8230;I did the old &#8220;set and forget.&#8221; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zoe</title>
		<link>http://www.mattcutts.com/blog/robots-txt-remove-url/#comment-445990</link>
		<dc:creator>zoe</dc:creator>
		<pubDate>Wed, 30 Dec 2009 05:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3204#comment-445990</guid>
		<description>Hi, Matt. I&#039;m so disappointed that I cannot watch the video in my country. However, thank you for sharing.</description>
		<content:encoded><![CDATA[<p>Hi, Matt. I&#8217;m so disappointed that I cannot watch the video in my country. However, thank you for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roni</title>
		<link>http://www.mattcutts.com/blog/robots-txt-remove-url/#comment-425627</link>
		<dc:creator>Roni</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3204#comment-425627</guid>
		<description>Great simple &amp; to the point explanation Matt. I always thought blocking in robots.txt = no crawl = noindex. Now I know noindex and no crawl are two completely different things. Besides, you can always remove specific urls you do not want showing on Google in Webmaster Tools...</description>
		<content:encoded><![CDATA[<p>Great simple &amp; to the point explanation Matt. I always thought blocking in robots.txt = no crawl = noindex. Now I know noindex and no crawl are two completely different things. Besides, you can always remove specific urls you do not want showing on Google in Webmaster Tools&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Chatfield</title>
		<link>http://www.mattcutts.com/blog/robots-txt-remove-url/#comment-411868</link>
		<dc:creator>Jeremy Chatfield</dc:creator>
		<pubDate>Sat, 31 Oct 2009 22:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3204#comment-411868</guid>
		<description>Thanks for the video Matt; consistent with everything you, robotstxt.org and the Google webmaster blog have said. Useful re-confirmation and explanation.

@Anthony Von Ducci - The listing that I can see for you is rationally consistent with what Matt said. The page has not been crawled, in accordance with your robots.txt, so it consists of a link and &quot;similar&quot;. If you put &quot;Disallow: /&quot;, that&#039;s exactly what should happen. The robots can&#039;t see the NOINDEX you put in the home page, because they can&#039;t crawl it.  If you *had* an ODP (Open Directory Project aka DMOZ) listing, then that would be shown by Google, even if you used the NOODP robots directive on the home page, because the directive would be on a page that the robots aren&#039;t allowed to see. Shows that the robots.txt file is working exactly as it should!

@Aery - read robotstxt.org and use the &quot;User-Agent&quot; lines to identify the bots by name.

@Dudibob - you need &quot;Canonical link refs&quot;, I think, to solve your duplicate pages problem; just search for it, it works for all the major search engines, eventually - you need to have the dups crawled, of course, to see the on-page meta tag!</description>
		<content:encoded><![CDATA[<p>Thanks for the video Matt; consistent with everything you, robotstxt.org and the Google webmaster blog have said. Useful re-confirmation and explanation.</p>
<p>@Anthony Von Ducci &#8211; The listing that I can see for you is rationally consistent with what Matt said. The page has not been crawled, in accordance with your robots.txt, so it consists of a link and &#8220;similar&#8221;. If you put &#8220;Disallow: /&#8221;, that&#8217;s exactly what should happen. The robots can&#8217;t see the NOINDEX you put in the home page, because they can&#8217;t crawl it.  If you *had* an ODP (Open Directory Project aka DMOZ) listing, then that would be shown by Google, even if you used the NOODP robots directive on the home page, because the directive would be on a page that the robots aren&#8217;t allowed to see. Shows that the robots.txt file is working exactly as it should!</p>
<p>@Aery &#8211; read robotstxt.org and use the &#8220;User-Agent&#8221; lines to identify the bots by name.</p>
<p>@Dudibob &#8211; you need &#8220;Canonical link refs&#8221;, I think, to solve your duplicate pages problem; just search for it, it works for all the major search engines, eventually &#8211; you need to have the dups crawled, of course, to see the on-page meta tag!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I. Ali</title>
		<link>http://www.mattcutts.com/blog/robots-txt-remove-url/#comment-411720</link>
		<dc:creator>I. Ali</dc:creator>
		<pubDate>Sat, 31 Oct 2009 17:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3204#comment-411720</guid>
		<description>Hi Matt,

My one client owns art gallery website having thousands of web pages in which artists gests registered and also some times delete their profile, when they delete their profile then broken link is generated, in such way right now site is having hundreds of broken links
Website is dynamic and having more and more broken links so removal of broken links from website is some tough task and major problem is that client is not providing me ftp details he says you provide me suggestion I will rectify the same.
&quot;I told him to remove all the broken links from web pages&quot; then he told me that it is not possible becuase site is having hundreds of broken links.
Now pls let me know could we fix those broken links with robots.txt also?

Awaiting for a reply

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>My one client owns art gallery website having thousands of web pages in which artists gests registered and also some times delete their profile, when they delete their profile then broken link is generated, in such way right now site is having hundreds of broken links<br />
Website is dynamic and having more and more broken links so removal of broken links from website is some tough task and major problem is that client is not providing me ftp details he says you provide me suggestion I will rectify the same.<br />
&#8220;I told him to remove all the broken links from web pages&#8221; then he told me that it is not possible becuase site is having hundreds of broken links.<br />
Now pls let me know could we fix those broken links with robots.txt also?</p>
<p>Awaiting for a reply</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://www.mattcutts.com/blog/robots-txt-remove-url/#comment-411298</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 30 Oct 2009 23:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3204#comment-411298</guid>
		<description>Should host make it simpler to offer robot and non-crawl functions for newbies?</description>
		<content:encoded><![CDATA[<p>Should host make it simpler to offer robot and non-crawl functions for newbies?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selvam</title>
		<link>http://www.mattcutts.com/blog/robots-txt-remove-url/#comment-408826</link>
		<dc:creator>Selvam</dc:creator>
		<pubDate>Sun, 25 Oct 2009 17:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3204#comment-408826</guid>
		<description>Hi matt
I have seen your most of the videos in you tube and congratulations to one million video views. And finally come up with small clarification from you. Here http://www.google.com/support/forum/p/Webmasters/thread?tid=30390cbd6a1754c6&amp;hl=en i have created thread recently related to Google indexing my site. The problem seems peculiar.. Would you please answer my question in google webmasters thread? Hope you can able to resolve my issue. :)</description>
		<content:encoded><![CDATA[<p>Hi matt<br />
I have seen your most of the videos in you tube and congratulations to one million video views. And finally come up with small clarification from you. Here <a href="http://www.google.com/support/forum/p/Webmasters/thread?tid=30390cbd6a1754c6&amp;hl=en" rel="nofollow">http://www.google.com/support/forum/p/Webmasters/thread?tid=30390cbd6a1754c6&amp;hl=en</a> i have created thread recently related to Google indexing my site. The problem seems peculiar.. Would you please answer my question in google webmasters thread? Hope you can able to resolve my issue. <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean I. Mitchell</title>
		<link>http://www.mattcutts.com/blog/robots-txt-remove-url/#comment-407226</link>
		<dc:creator>Sean I. Mitchell</dc:creator>
		<pubDate>Fri, 23 Oct 2009 05:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3204#comment-407226</guid>
		<description>Great video and explanation as to be expected from &#039;the horses mouth&#039;...

I love this part of the text you placed at the top of the video:

&quot;You can watch it if you want:&quot;

That&#039;s like saying &quot;Your banker has some information for you on how to increase your investments...watch it if you want.&quot; I just loved the phrase-ology that you used there. :)

S</description>
		<content:encoded><![CDATA[<p>Great video and explanation as to be expected from &#8216;the horses mouth&#8217;&#8230;</p>
<p>I love this part of the text you placed at the top of the video:</p>
<p>&#8220;You can watch it if you want:&#8221;</p>
<p>That&#8217;s like saying &#8220;Your banker has some information for you on how to increase your investments&#8230;watch it if you want.&#8221; I just loved the phrase-ology that you used there. <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>S</p>
]]></content:encoded>
	</item>
</channel>
</rss>
