Anyone defined any other robots using 'VBSEO_EXTRA_ROBOTS' ?
This is a discussion on Defining additional robots? within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Anyone defined any other robots using 'VBSEO_EXTRA_ROBOTS' ?...
Anyone defined any other robots using 'VBSEO_EXTRA_ROBOTS' ?
is this what you're referring to?
vBulletin Spiders Directory (for updated spiders_vbulletin.xml files) - vBulletin Community Forum
Na, in config_vbseo there is a variable called
// Additional robots detection definitions (delimited with "|")
define('VBSEO_EXTRA_ROBOTS', '');
from functions_vbseo_pre.php on line 132,
so, it looks like you'd just need to put the bot name in there, and it will included it in the list.Code:define('VBSEO_ROBOTS_LIST', 'appie|msnbot|jeeves|googlebot|mediapartners|harvest|htdig|yahoo|linkwalker|lycos_|scooter|ia_archiver|netcraft' . (VBSEO_EXTRA_ROBOTS?'|' . VBSEO_EXTRA_ROBOTS:''));