View Single Post
  #1  
Old 04-20-2006, 12:41 AM
yetanotherfcw yetanotherfcw is offline
Member
GB Advanced User
 
Join Date: Mar 2006
Posts: 60
Default Detecting Googlebot using php

q1. How do you detect Googlebot using php?

q2. Also is it always bad to treat Googlebot differently than other bots and visitors?

q3. Also another question about Googlebot. Can the following robots.txt completely reject all visits from Googlebot?

Code:
User-Agent: Googlebot
Disallow: /
Reply With Quote