PDA

View Full Version : Statistics Modifications - Add BingBot to spiders.xml


djbaxter
09-03-2010, 10:00 PM
Microsoft's new BingBot is now in operation, along with MSNBot which will eventually be phased out.

To add BingBot to your spiders list, edit /includes/xml/spiders_vbulletin.xml as follows:

FIND at line 26:

<spider ident="MSNBOT">
<name>MSNBot</name>
</spider>


ADD BELOW:

<spider ident="BingBot">
<name>BingBot</name>
<email>bingbot@microsoft.com</email>
</spider>

Add below that:

<spider ident="bingbot/2.0">
<name>BingBot</name>
<info>http://www.bing.com/bingbot.htm</info>
<email>bingbot@microsoft.com</email>
</spider>

I have seen both identifiers for BingBot on my forum. The second addition seems to have replaced the first one which I haven't see for a while now. For the time being, I've added both versions to my XML file.

sticky
09-04-2010, 02:30 PM
Does this help the search engine in any way?

djbaxter
09-04-2010, 02:33 PM
No. It just allows you to see which bots are crawling your site and how many, depending on which add-ons you use.

With no add-ons, it should show BingBot in Who's On-Line.

COL NIL SATIS
09-04-2010, 03:02 PM
thanks!!!:up:

Dr.osamA
09-04-2010, 04:01 PM
installed + 5 Stars

thanxx man

Videx
09-07-2010, 01:35 AM
FYI, the "official" spiders.xml list is here (http://www.vbulletin.com/forum/showthread.php?352664-WS-Spiders-List-%28for-updated-vBulletin-quot-spiders_vbulletin.xml-quot-files%29).

djbaxter
09-07-2010, 01:45 AM
FYI, the "official" spiders.xml list is here (http://www.vbulletin.com/forum/showthread.php?352664-WS-Spiders-List-%28for-updated-vBulletin-quot-spiders_vbulletin.xml-quot-files%29).

Thanks. I know about that list but it's overkill for me. I don't need to see every spider in the world - just the major search engine spiders, which are included with the vBulletin spiders.xml file.

The point of this mod was to update the standard file to include Bingbot which is now crawling.

djbaxter
09-07-2010, 02:19 AM
Also, I just checked the latest list at Wolfshead and they don't have BingBot listed there - they have something labeled Bing but it's MSNBot. (Actually, they have a few labeled Bing but they're all actually MSNBot variations.)

The designation for the real BingBot above comes from Microsoft.

Videx
09-07-2010, 02:43 AM
Also, I just checked the latest list at Wolfshead and they don't have BingBot listed there...Hopefully they will shortly after you report it.

MichaelDance
09-23-2010, 11:02 PM
Thank you so much

djbaxter
10-25-2010, 03:08 AM
Updated for Bingbot/2.

CRDeveloper
10-25-2010, 05:07 AM
fix this
<info>p://www.bing.com/bingbot.htm</info>

missing "htt" incomplete url!

djbaxter
10-25-2010, 12:31 PM
fix this
<info>p://www.bing.com/bingbot.htm</info>

missing "htt" incomplete url!

Thanks! Sloppy copy-paste on my part. Fixed now. :o