Forum Moderators: goodroi
# Keeps Googlebot out of targeted pages & private stuff
#
User-agent: Googlebot
Disallow: /content/
Disallow: /_private/
Disallow: /includes/
Disallow: /scripts/
#
# Keeps the rest of the engines out of private stuff
#
User-agent: *
Disallow: /_private/
Disallow: /includes/
Disallow: /scripts/
Hope this helps.
Here's the valid code which dis-allows others while allowing only Googlebot:
User-agent: googlebot
Disallow:User-agent: *
Disallow: /
Alternatively, you can use this one [searchengineworld.com] which will allow only the spiders which are "nice".
Sid