 |

06-13-2005, 08:35 AM
|
|
SEO Junior
|
|
Join Date: Jun 2005
Posts: 2
|
|
|
MSN Bot
I would really like to know how MSN robot is identified when he enters a site. I mean, Google does it as Googlebot, and if you programme with php you can identify it with if(strstr($_SERVER['HTTP_USER_AGENT'] ,'Googlebot')){ ... }.
So, how can you identify MSN Bot?
I am going to make the same question with Yahoo in Yahoo Forum.
Thank You very much,
tradelNet,
Role Playing Games.
|

06-13-2005, 12:01 PM
|
 |
Moderator
|
|
Join Date: Mar 2004
Location: Montréal / Canada
|
|
|
|

06-13-2005, 12:03 PM
|
 |
SEO
|
|
Join Date: Dec 2004
Posts: 485
|
|
|
|

06-22-2005, 12:29 AM
|
 |
SEO Junior and a half
|
|
Join Date: Jun 2005
Location: London
Posts: 41
|
|
Hi all,
we see that msn not always use the same user agent,msnbot/1.0 (+ http://search.msn.com/msnbot.htm) because we create a php program for trying to identify it, its works for all other user agents like google, yahoo ecc. but doesnt works for all msn, its seems that msn use other user agents for the regional msn engines? for example msn.fr use an user agent different from msn.com and so on?
it can be possible?
__________________
Leandro Fracassi
_______________
the seo guru
|

06-24-2005, 10:42 PM
|
 |
SEO
|
|
Join Date: May 2005
Posts: 279
|
|
Quote:
|
Originally Posted by tradelnet
I would really like to know how MSN robot is identified when he enters a site. I mean, Google does it as Googlebot, and if you programme with php you can identify it with if(strstr($_SERVER['HTTP_USER_AGENT'] ,'Googlebot')){ ... }.
So, how can you identify MSN Bot?
I am going to make the same question with Yahoo in Yahoo Forum.
Thank You very much,
tradelNet,
Role Playing Games.
|
Is thee any method of recognising googlebot in ASP [IIS Server]
|

06-26-2005, 12:42 AM
|
 |
SEO Junior and a half
|
|
Join Date: Jun 2005
Location: London
Posts: 41
|
|
|
yes, there are three methods for recognising google bot on iis servers,but I d'like to create a php procedure that can recognise all spiders (like we can do with cloacking)
the only problem that I find is that msn dont use the same user agent for all the regions,so its very difficult to detect
__________________
Leandro Fracassi
_______________
the seo guru
|

08-01-2005, 07:05 AM
|
 |
SEO Junior
|
|
Join Date: Aug 2005
Location: Spain
Posts: 18
|
|
Quote:
|
Originally Posted by tradelnet
I would really like to know how MSN robot is identified when he enters a site. I mean, Google does it as Googlebot, and if you programme with php you can identify it with if(strstr($_SERVER['HTTP_USER_AGENT'] ,'Googlebot')){ ... }.
So, how can you identify MSN Bot?
I am going to make the same question with Yahoo in Yahoo Forum.
Thank You very much,
tradelNet,
Role Playing Games.
|
The code you want is
Code:
if(stristr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'MSNBot')){
...
}
This way you write what you want MSNBot to see.
|

08-01-2005, 10:44 AM
|
 |
SEO GUY Moderator
|
|
Join Date: Sep 2004
Location: Antalya, Turkey
Posts: 4,238

|
|
|
Hi,
I've never seen a SE so good at finding cloaked sites as MSN. I'm read somewhere they're using other agents aside from msnbot, but I can't find the details to back that up! I'm not saying you're cloaking - I'm just saying that you can't rely on a user agent string of "msnbot" to catch all the msn robots.
Cheers,
Paz.
__________________
10.3 million entries for Hotels in Turkey but I'm still chipping away.
|
 |
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|