FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Robots.txt

 


WickedGravity
When you have a website and you want it to be noticed by the huge search engines, then a Robots.txt file is a given in every site you have.

A robots.txt file tells the robots who scan or "crawl" your site where they can and where they cannot go. It is also the first thing a robot looks for when it gets to your site. If it does not find it, that's strike one for you.

There are basically two kinds of Robots.txt files you can have.

You can have one that looks like this:

Code:

User-agent: *
Disallow:


Which means that the the robot is allowed to look in every directory in your website.

Or you have one that looks like this:

Code:

User-agent: *
Disallow: /cgi-bin/


That kind blocks certain directories from being scanned and thusly having certain "priviliged material leaked to the Internet at large.

There is a third, less common type which involves the actual blocking of certain crawlers from your site. Such an example would be:

Code:

User-agent: googlebot
Disallow: *


That simply means you do not want google to crawl your site at all. This is rarely used anymore as the robots that were an issue are long since discontinued.

For more information, you can go to..

http://www.searchengineworld.com/robots/robots_tutorial.htm - For the basics

http://www.searchengineworld.com/cgi-bin/robotcheck.cgi - To validate the file.

I hope you have enjoyed this and found it informative.
thame
Thanks!

That was a very good read. Maybe it should be stickied? Very Happy
Related topics

robots.txt
Robots.txt.... how important is it?
Robots.txt
get to top in SEO ranking
about robots.txt

How to prepare a "robots.txt" to get crawled by Se
Google released robots.txt generator
Brett Tabke's robot.txt blog
Sitemaps, Robots and Pageranking
Able to stop search engines from searching my site?

warning
Which Statistics Software should I use?
google search engine??
Meta Tags
trafic and robot
Reply to topic    Frihost Forum Index -> Miscellaneous -> Tutorials

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.