Results 1 to 5 of 5

Exclude code from vbSEO?

This is a discussion on Exclude code from vbSEO? within the General Discussion forums, part of the vBSEO SEO Plugin category; This has probably been asked before but I can't find it for some reason. Are there any delimeters I can ...

  1. #1
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times

    Exclude code from vbSEO?

    This has probably been asked before but I can't find it for some reason.

    Are there any delimeters I can put around code in my templates if I want vbSEO to totally ignore that section of code and leave it as-is?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    The code parts exclusion is currently not implemented for performance reasons. However you can enable the VBSEO_ALLOW_REL_NOVBSEO option in config_vbseo.php and use rel="novbseo" attribute to exclude it from processing to achive the same results.

    // ****** PREVENT vBSEO FROM REWRITING SPECIFIC LINKS ******
    // Enable this feature to prevent vBSEO from rewriting links when rel="novbseo" is added between
    // the '<a' and the 'href=' (i.e <a rel="novbseo" href=/thispage.php)
    define('VBSEO_ALLOW_REL_NOVBSEO', 0);

  3. #3
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Thanks. So will that also prevent it from putting rel="nofollow" on those links?

    That's actually what I'm trying to achieve. I have it set to add rel="nofollow" to all external links, but there's one block of links that I would like it to skip.

    Thanks

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hm. in the recent vBSEO version rel="novbseo" disables URL rewrites and rel=nofollow changes for internal links. The next version of vBSEO will also disable rel=nofollow changes for external sites in these cases.

  5. #5
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Great. Thanks.

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM

Posting Permissions

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