<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hostek.com/index.php?action=history&amp;feed=atom&amp;title=Robots</id>
		<title>Robots - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hostek.com/index.php?action=history&amp;feed=atom&amp;title=Robots"/>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Robots&amp;action=history"/>
		<updated>2026-05-25T08:20:54Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Robots&amp;diff=1543&amp;oldid=prev</id>
		<title>Jakeh: Created page with &quot;==About Robots.txt Files== The '''robots.txt''' file represents an &quot;exclusion standard&quot; that is used to give directives to web robots (spiders, bots) that crawl Web sites to h...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Robots&amp;diff=1543&amp;oldid=prev"/>
				<updated>2013-07-16T16:18:21Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==About Robots.txt Files== The &amp;#039;&amp;#039;&amp;#039;robots.txt&amp;#039;&amp;#039;&amp;#039; file represents an &amp;quot;exclusion standard&amp;quot; that is used to give directives to web robots (spiders, bots) that crawl Web sites to h...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==About Robots.txt Files==&lt;br /&gt;
The '''robots.txt''' file represents an &amp;quot;exclusion standard&amp;quot; that is used to give directives to web robots (spiders, bots) that crawl Web sites to help improve search engine results. When a bot first begins to crawl a site it will check for the existence of a robots.txt file in the web root. If one exists, most bots will follow the directives within the file such as the &amp;quot;Crawl-delay&amp;quot; and excluded directories. If the bot does not find a robots.txt file though, it will assume the Webmaster wants the entire site crawled.&lt;br /&gt;
&lt;br /&gt;
A downside to using robots.txt files is that some bots will not respect the directives in the file, but the major search engines such as Google, Bing, Yahoo, etc will obey the directives.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The main reason we recommend using a robots.txt file is to control the rate at which the website is being crawled which can help prevent a bot/spider from creating a massive number of database connections at the same time. &lt;br /&gt;
===Crawl-delay===&lt;br /&gt;
To implement such a crawl delay, insert the following code in your site's robots.txt (in your wwwroot or public_html folder):&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space: pre-wrap&amp;quot;&amp;gt;&lt;br /&gt;
User-agent: *&lt;br /&gt;
Crawl-delay: 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can adjust the crawl rate as desired, but we suggest nothing lower than 2 seconds.&lt;br /&gt;
===Disallow Directories/Folders===&lt;br /&gt;
If there are certain areas of your site you do not wish to have indexed, such as your site's administrative section or images folder, you can tell bots not to crawl such folders. To do this, add the following code to your robots.txt:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space: pre-wrap&amp;quot;&amp;gt;&lt;br /&gt;
User-agent: *&lt;br /&gt;
Disallow: /admin&lt;br /&gt;
Disallow: /images&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
===Exluding Specific Bots===&lt;br /&gt;
If you wish to tell a specific bot to not crawl your site, you can do so with the following code:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space: pre-wrap&amp;quot;&amp;gt;&lt;br /&gt;
User-agent: Baiduspider&lt;br /&gt;
Disallow: /&lt;br /&gt;
&lt;br /&gt;
User-agent: Sosospider&lt;br /&gt;
Disallow: /&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above example will prevent the '''Baiduspider''' and '''Sosospider''' bots from crawling your site. To block other bots, just replace the User-agent name with the actual name of the bot you wish to block.&lt;br /&gt;
==More Info About Using robots.txt==&lt;br /&gt;
More info about using a '''robots.txt''' file can be found at the [http://en.wikipedia.org/wiki/Robots_exclusion_standard Wikipedia Robots Exclusion Standard] page.&lt;/div&gt;</summary>
		<author><name>Jakeh</name></author>	</entry>

	</feed>