View Single Post
  #2 (permalink)  
Old 10-01-2004, 07:45 PM
MHenscheid MHenscheid is offline
WebProWorld Member
 
Join Date: Sep 2004
Location: Idaho
Posts: 40
MHenscheid RepRank 0
Default

I use key words that appear in: request.ServerVariables("HTTP_USER_AGENT")

I convert the returned value to lower case and check for the following: (text, corresponding bot)
scooter,AltaVista
googlebot,Google
slurp,Inktomi
lycos_spider,Lycos
gulliver,Northern Light
infoseek sidewinder,Infoseek
architextspider,Excite
msnbot,MSN

I have not had this implemented long enough to determine if all of them work. I have seen MSN, AltaVista and Google run through though.
Reply With Quote