Firstly which is correct: User-agent: googlebot OR User-agent: Googlebot Secondly which is correct? User-agent: GoogleBot Disallow: ?page=something Or? User-agent: Googlebot Disallow: /?page=something Help!
I always use / but it doesn't matter with robots.txt, it's like designing a web page - ?page=something is relative the the page the folder is in and /?page=something is relative the root. Since robots.txt is in root both would work. http://www.searchengineworld.com/robots/robots_tutorial.htm That may be helpful if you want a second opinion.
The full user agent string Google are using at the moment is: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) So 'Googlebot' should do it.