web-site.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 18 Nov 2010 20:00:39 +0200
changeset 707 fae2370e94fd
parent 691 00f3ba84ebd9
child 708 83ded9492a61
permissions -rwxr-xr-x
robots.txt

-*- mode: outline; coding: utf-8 -*-

* Speeding up web site loading.

  http://developer.yahoo.com/performance/rules.html

* robots.txt.

To exclude all robots from the entire server

  User-agent: *
  Disallow: /

To exclude all robots from part of the server:

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

To allow a single robot:

  User-agent: Google
  Disallow:

  User-agent: *
  Disallow: /

To allow all robots complete access:

  User-agent: *
  Disallow:

  http://www.robotstxt.org/
                home page
  http://www.robotstxt.org/robotstxt.html
                About /robots.txt