Results 1 to 4 of 4

Defining additional 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' ?...

  1. #1
    Senior Member
    Real Name
    John
    Join Date
    Dec 2005
    Posts
    762
    Liked
    30 times

    Defining additional robots?

    Anyone defined any other robots using 'VBSEO_EXTRA_ROBOTS' ?

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times

  3. #3
    Senior Member
    Real Name
    John
    Join Date
    Dec 2005
    Posts
    762
    Liked
    30 times
    Na, in config_vbseo there is a variable called
    // Additional robots detection definitions (delimited with "|")
    define('VBSEO_EXTRA_ROBOTS', '');

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    from functions_vbseo_pre.php on line 132,

    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:''));
    so, it looks like you'd just need to put the bot name in there, and it will included it in the list.

Similar Threads

  1. Defining RSS feeds by userid?
    By bodybuildingflix in forum General Discussion
    Replies: 1
    Last Post: 05-07-2008, 11:58 PM
  2. Defining RSS Feeds by Forum & Thread
    By tavenger5 in forum General Discussion
    Replies: 8
    Last Post: 10-31-2007, 04:44 PM
  3. Additional Licence
    By Webzcas in forum Pre-Sales Questions
    Replies: 7
    Last Post: 05-12-2006, 11:26 AM
  4. Defining image dimension screwing up my forum images
    By glorify in forum Troubleshooting
    Replies: 4
    Last Post: 03-06-2006, 03:26 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •