<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TKDigital &#187; Bots</title>
	<atom:link href="http://www.tkdigital.com/category/bots/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tkdigital.com</link>
	<description>The Internet Marketing Site</description>
	<lastBuildDate>Mon, 03 May 2010 20:13:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A Robots.txt File Instructs Search Engines And Bots</title>
		<link>http://www.tkdigital.com/bots/robots-txt-file/</link>
		<comments>http://www.tkdigital.com/bots/robots-txt-file/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:00:28 +0000</pubDate>
		<dc:creator>Tom K</dc:creator>
				<category><![CDATA[Bots]]></category>
		<category><![CDATA[user agents]]></category>

		<guid isPermaLink="false">http://www.tkdigital.com/?p=27</guid>
		<description><![CDATA[There are times when you may want to block search engines (or other robots) from including certain directories or files in search engine results. One way to do this is to create a text file called a robots file. You can use Notepad or any other text editor to create the file. If you wanted [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-28" title="Robots.txt File" src="http://www.tkdigital.com/wp-content/uploads/2009/11/robotsfile-264x300.jpg" alt="Robots.txt File" width="264" height="300" /></p>
<p>There are times when you may want to block search engines (or other robots) from including certain directories or files in search engine results. One way to do this is to create a text file called a robots file. You can use Notepad or any other text editor to create the file.</p>
<p>If you wanted to block robots (like Google, Yahoo, Bing, etc) from everything on your website you can use:</p>
<p>User-agent: *<br />
Disallow: /</p>
<p>Is that it? Yes. Simply copy and past that into a blank text file and upload the file to your top-level directory. You can test it by accessing your robots.txt file @ www.yourdomain.com/robots.txt</p>
<p>When the bots visit your page they will read this file and get instruction.</p>
<p>Below, I&#8217;ve included some other examples of usage:</p>
<p><span id="more-27"></span>If you wanted to give all robots complete access you can use:</p>
<p>User-agent: *<br />
Disallow:</p>
<p>What if you wanted to block all robots from a certain directory or from multiple directories? Use the following in your robots.txt file:</p>
<p>User-agent: *<br />
Disallow: /directory/<br />
Disallow: /directory2/</p>
<p>What if you wanted to block a certain bot? Use the following as your robots.txt file:</p>
<p>User-agent: Bot<br />
Disallow: /</p>
<p>Alternatively, you can allow only a certain bot by using the following:</p>
<p>User-agent: Google<br />
Disallow:</p>
<p>What if you don&#8217;t know the &#8220;user-agent&#8221; name for the bot? I typically rely on a list like the one found at <a title="User Agents For Robots.txt" href="http://www.user-agents.org/" target="_blank">User-Agents.org</a></p>
<p>All though this method is definitely not foolproof, using the robots.txt file is a good way to communicate with bots. If there is an extremely sensitive directory you should make that directory password protected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tkdigital.com/bots/robots-txt-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
