Forum Moderators: goodroi

Message Too Old, No Replies

Robots.txt Review

I need a confirmation for robots.txt from you experts

         

RaniaD

10:25 am on Apr 20, 2005 (gmt 0)

10+ Year Member



Hello to all of you! pls as I read the following robot file does not allows the search engines to enter site. Can someone confirm that?

User-agent: *
Disallow: /
Disallow: /Admin/
Disallow: /cmsfiles/
Disallow: /cmsfront/ct_send_ecard.php
Disallow: /flash/
Disallow: /messenger/
Disallow: /phpmailer/
Disallow: /Templates/
Disallow: /weather/
Disallow: /ct_change_image.php
Disallow: /ct_common_functions.php
Disallow: /ct_dir.php

Thank y ou ALL! :)

ncw164x

10:29 am on Apr 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



All you need to ban all bots from your site what obey the robots.txt file is this

User-agent: *
Disallow: /

RaniaD

10:36 am on Apr 20, 2005 (gmt 0)

10+ Year Member



Thank you so much ..So i will turn it into

User-agent: *
Disallow:

and all robots will be able to come into my site.

Thank you again

ncw164x

10:41 am on Apr 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



yes thats correct

RaniaD

10:43 am on Apr 20, 2005 (gmt 0)

10+ Year Member



;) Cheers

oddsod

10:52 am on Apr 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What about the trailing slash?

ncw164x

11:01 am on Apr 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The first question would of disallowed all robots but thats not what the member wanted to do hence the removal of the trailing slash.

larryhatch

11:09 am on Apr 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just to confirm:

Is it true, that the following robot.txt permits all robots to all files?

User-agent: *
Disallow:

(note no slash at all). [ ] Yes [ ] NO!

Thanks in advance -Larry

ncw164x

11:25 am on Apr 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes this permits all spiders access to your site
User-agent: *
Disallow:

This disallows ALL robots access to your site
User-agent: *
Disallow: /

SEOViking

11:45 am on Apr 20, 2005 (gmt 0)

10+ Year Member



what about just deleting the robots.txt entirely or leaving it blank (no text).

ncw164x

11:51 am on Apr 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



yeah having a blank robots.txt file would be another way to permit all spiders to your site

not having the file would leave lots of 404 errors in your sites log file each time the file is requested by a spider but was not available, so IMHO its better to have the file even if it is a blank one