Here's the section for every other bot besides Google and co.
# Every bot that might possibly read and respect this file.
User-agent: *
Allow: /search
Disallow: /search/users
Disallow: /search/*/grid
Disallow: /*?
Disallow: /*/with_friends
Disallow: /oauth
Disallow: /1/oauth
Does "Dissallow: /*?" disallow all URLs, in which case the rules below are redundant, or it disallows only URLs which contain a question mark?
More generally, I'm interested in knowing if i'm allowed to go to the profile page of a person and follow automatically the link to their personal website. No scraping in the middle, just following the link.
Thanks,
Raz