[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Robots.txt
- Subject: Re: [cobalt-users] Robots.txt
- From: "Zarrir Junior" <zarrir@xxxxxxxxxxxx>
- Date: Wed Jun 20 02:35:09 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > # Prevent all robots from visiting this site:
> > User-agent: *
> > Disallow: /
> Copy those lines you have above, name the file robots.txt, and drop it
> into the /web directory of whichever site you want to do this for.
> Alternatively, you can do this in particular folders rather than
> affecting the entire site by listing off the particular folders like
> so:
> User-agent: *
> Disallow: /members
> /images
> /somefolder
> /someotherfolder
Thanks , Carrie!