<?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 file and ranking?</title>
	<atom:link href="http://seoconsultinglv.com/robots-txt-file-and-ranking/feed" rel="self" type="application/rss+xml" />
	<link>http://seoconsultinglv.com/robots-txt-file-and-ranking</link>
	<description>Las Vegas SEO &#124; A Las Vegas Web Design Company</description>
	<lastBuildDate>Wed, 25 Nov 2009 15:32:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: imisidro</title>
		<link>http://seoconsultinglv.com/robots-txt-file-and-ranking/comment-page-1#comment-816</link>
		<dc:creator>imisidro</dc:creator>
		<pubDate>Mon, 28 Mar 2005 19:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://seoconsultinglv.com/robots-txt-file-and-ranking#comment-816</guid>
		<description>&lt;a href=&quot;&quot;&gt;&lt;a href=&#039;http://seoconsultinglv.com/seo-services&#039;&gt;Las Vegas Internet Consulting&lt;/a&gt;&lt;/a&gt;


Robots are merely for indexing your site - and having a robots.txt file is merely providing these robots on how to peruse your site. 

But to boost rankings? No. Indexing is different from ranking. Robots.txt file can be used to tell the search engine robots which files to pick up and which to exclude (eg. if you have a paid subscription section on your site that you don&#039;t want to be available freely on the Web). Many sites also use robots.txt file to tell robots when to go to the site to prevent overload

You can have a high ranking site without even using robots.txt file. It can help in making sure that your pages are in the search engines, as well as to prevent overload but just by having it cannot push you to #1. My site does not use robots.txt file and the site is in the 1-10 position for many important keywords

I suggest you read RobotsTxt.org to understand better what robots.txt file really is and what they do</description>
		<content:encoded><![CDATA[<p><a href="">Las Vegas Internet Consulting</a></p>
<p>Robots are merely for indexing your site &#8211; and having a robots.txt file is merely providing these robots on how to peruse your site. </p>
<p>But to boost rankings? No. Indexing is different from ranking. Robots.txt file can be used to tell the search engine robots which files to pick up and which to exclude (eg. if you have a paid subscription section on your site that you don&#8217;t want to be available freely on the Web). Many sites also use robots.txt file to tell robots when to go to the site to prevent overload</p>
<p>You can have a high ranking site without even using robots.txt file. It can help in making sure that your pages are in the search engines, as well as to prevent overload but just by having it cannot push you to #1. My site does not use robots.txt file and the site is in the 1-10 position for many important keywords</p>
<p>I suggest you read RobotsTxt.org to understand better what robots.txt file really is and what they do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: changsatthudethuong</title>
		<link>http://seoconsultinglv.com/robots-txt-file-and-ranking/comment-page-1#comment-815</link>
		<dc:creator>changsatthudethuong</dc:creator>
		<pubDate>Fri, 25 Mar 2005 19:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://seoconsultinglv.com/robots-txt-file-and-ranking#comment-815</guid>
		<description>&lt;a href=&quot;http://seoconsultinglv.com/seo-services&quot;&gt;Social Media Marketing&lt;/a&gt;


Have a look at this link:</description>
		<content:encoded><![CDATA[<p><a href="http://seoconsultinglv.com/seo-services">Social Media Marketing</a></p>
<p>Have a look at this link:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO Consultant</title>
		<link>http://seoconsultinglv.com/robots-txt-file-and-ranking/comment-page-1#comment-814</link>
		<dc:creator>SEO Consultant</dc:creator>
		<pubDate>Wed, 23 Mar 2005 16:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://seoconsultinglv.com/robots-txt-file-and-ranking#comment-814</guid>
		<description>&lt;a href=&quot;http://seoconsultinglv.com&quot;&gt;Las Vegas Internet Consulting&lt;/a&gt;


YES, YES, YES and YES!

You should add a robots.txt file to the root directory of all your websites to help control the indexing of your site by robots that ignore the  convention. In this file you specifically list any pages that you DO NOT want walked and indexed (such as password protected folders and folders which contain only images, etc.). The robots.txt file is very simple yet very powerful and every website should have a robots.txt file on the root directory.

Create a new file with Notepad and call it robots.txt

The two conventions used in robots.txt file are User-agent: and Disallow: /

User-agent: * By using the * or wild card you are addressing ALL robots. If you wish to address individual robots you need to list each robot separately with an individual User-agent: statement. They must be listed by their specific name or IP Address, along with a separate Disallow: / statement listing the folders and files you DO NOT want the specified robot to index.

Tip: Use the * wild card to address all robots..... it is the safest way

Disallow: / List any folders that you do not want to have indexed by robots. 

Warning: Disallow: / used without any folder name tells the robot do not index ANY page of the website. 

ALL Files and folders in the directory named in the Disallow: / statement as well as all of those under it will NOT be indexed by robots.

Sample of Folders that could be in this website that we would not like the spiders to index with the search engines:
Disallow: /tutorials/meta/
Disallow: /tutorials/images/
Disallow: /tutorials/assets/
Disallow: /tutorials/404redirect/

Example: Disallow: /tutorials/
Results: All files and sub folders located within the folder tutorials which includes all the folders listed in the above example as well as any other sub folders of the tutorials directory will not be indexed by the robots if you use this statement.


This would mean that the /meta, /images, /assets, /404redirect, AND any other folders as well as all of the files in those foldes will not be seen by indexing robots.

You may also list specific files that you do not want indexed in a robots.txt file. 

###############################
#
# sample robots.txt file for this website 
#
# addresses all robots by using wild card *
#
User-agent: *
# list folders robots are not allowed to index

Disallow: /tutorials/meta/
Disallow: /tutorials/images/
Disallow: /tutorials/assets/
Disallow: /tutorials/404redirect/
#
# list specific files robots are not allowed to index
#
Disallow: /tutorials/meta_tags.html
Disallow: /tutorials/custom_error_page.html
#
# End of robots.txt file
#
###############################</description>
		<content:encoded><![CDATA[<p><a href="http://seoconsultinglv.com">Las Vegas Internet Consulting</a></p>
<p>YES, YES, YES and YES!</p>
<p>You should add a robots.txt file to the root directory of all your websites to help control the indexing of your site by robots that ignore the  convention. In this file you specifically list any pages that you DO NOT want walked and indexed (such as password protected folders and folders which contain only images, etc.). The robots.txt file is very simple yet very powerful and every website should have a robots.txt file on the root directory.</p>
<p>Create a new file with Notepad and call it robots.txt</p>
<p>The two conventions used in robots.txt file are User-agent: and Disallow: /</p>
<p>User-agent: * By using the * or wild card you are addressing ALL robots. If you wish to address individual robots you need to list each robot separately with an individual User-agent: statement. They must be listed by their specific name or IP Address, along with a separate Disallow: / statement listing the folders and files you DO NOT want the specified robot to index.</p>
<p>Tip: Use the * wild card to address all robots&#8230;.. it is the safest way</p>
<p>Disallow: / List any folders that you do not want to have indexed by robots. </p>
<p>Warning: Disallow: / used without any folder name tells the robot do not index ANY page of the website. </p>
<p>ALL Files and folders in the directory named in the Disallow: / statement as well as all of those under it will NOT be indexed by robots.</p>
<p>Sample of Folders that could be in this website that we would not like the spiders to index with the search engines:<br />
Disallow: /tutorials/meta/<br />
Disallow: /tutorials/images/<br />
Disallow: /tutorials/assets/<br />
Disallow: /tutorials/404redirect/</p>
<p>Example: Disallow: /tutorials/<br />
Results: All files and sub folders located within the folder tutorials which includes all the folders listed in the above example as well as any other sub folders of the tutorials directory will not be indexed by the robots if you use this statement.</p>
<p>This would mean that the /meta, /images, /assets, /404redirect, AND any other folders as well as all of the files in those foldes will not be seen by indexing robots.</p>
<p>You may also list specific files that you do not want indexed in a robots.txt file. </p>
<p>###############################<br />
#<br />
# sample robots.txt file for this website<br />
#<br />
# addresses all robots by using wild card *<br />
#<br />
User-agent: *<br />
# list folders robots are not allowed to index</p>
<p>Disallow: /tutorials/meta/<br />
Disallow: /tutorials/images/<br />
Disallow: /tutorials/assets/<br />
Disallow: /tutorials/404redirect/<br />
#<br />
# list specific files robots are not allowed to index<br />
#<br />
Disallow: /tutorials/meta_tags.html<br />
Disallow: /tutorials/custom_error_page.html<br />
#<br />
# End of robots.txt file<br />
#<br />
###############################</p>
]]></content:encoded>
	</item>
</channel>
</rss>

