Skip to content
WJunction - Webmaster Forum

robot.txt?

Status
Not open for further replies.

4 comments

The robots.txt is a text file you upload to the root of your site which guides and communicates with web crawlers.
With this file you can direct the robot crawler which areas of the website they should not scan or do scan.

Examples:
Code:
Allow visit to all files:
User-agent: *
Disallow:

Code:
Disallow the following directories:
User-agent: *
Disallow: /cgi-bin/
Disallow: /tmp/
Disallow: /junk/

You can find a great tool to create the robots.txt file on WJunction - WJunction - Webmaster Forum - Wembaster Tools
 
Just to add, note that rogue bots does not honor robots.txt files. So you will have to use other methods to block them and do not attempt to use robots.txt to block such agents.
 
Status
Not open for further replies.

About the author

P
Active Member · Joined
41
Messages
1
Reactions
8
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom