Results 1 to 5 of 5

nofollow bug found with CRR

This is a discussion on nofollow bug found with CRR within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hello the vbseo team, I have found a vbseo behaviour with nofollow. I have this nofollow configuration actually: Internal rel="nofollow"s ...

  1. #1
    Senior Member
    Real Name
    A.D
    Join Date
    Oct 2007
    Location
    France
    Posts
    159
    Liked
    0 times

    nofollow bug found with CRR

    Hello the vbseo team,

    I have found a vbseo behaviour with nofollow. I have this nofollow configuration actually:

    Internal rel="nofollow"s
    1. Add rel="nofollow" to ALL Sorting Links NO
    2. Add rel="nofollow" to ALL Dynamic Pages NO
    3. Add rel="nofollow" to Links pointing TO Member Profiles FROM Postbit NO
    4. Add rel="nofollow" to Links pointing TO Member Profiles FROM Forumhome NO
    External rel="nofollow"s

    1. Add rel="nofollow" to ALL External URLs YES
    2. External domains "Whitelist" = heapoverflow.com
    However vbseo keep adding a nofollow on some link of my allowed domain on my navbar for example, the link
    <a href="usercp.php"></a>
    is rewrote in my CRR '^usercp\.php$' => 'profile/[NF]' then the link in the source shows
    <a href="http://heapoverflow.com/f0rums/profile/" rel="nofollow">
    . It's not good because vbseo thinks it is an external links and add a nofollow ... I have found a workaround to this which is to hardcode in the template the link
    <a href="http://heapoverflow.com/f0rums/profile/"
    instead of

    <a href="usercp.php"></a>
    but that's not the correct way to patch and that's much to you to patch vbseo than me playing with links. You can check the bug in live in my forum, I have just hardcoded hxxp://heapoverflow.com/f0rums/directory/ in the template, this patches at least the directory link which must be followed but almost all others links have a nofollow ..

    Hope this could be patched.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Since heapoverflow.com is not an external domain, you should not get rel=nofollow added by vBSEO. Don't you have nofollows with vBSEO disabled?

  3. #3
    Senior Member
    Real Name
    A.D
    Join Date
    Oct 2007
    Location
    France
    Posts
    159
    Liked
    0 times
    nop there is no more nofollows when disabling vbseo completely and I did a fewer check, when disabling the CRR

    '^usercp\.php$' => 'profile/[NF]'

    bug is gone and nofollows also gone , but if I setup back the CRR , nofollow appears again

    Yes that what I think about the whitelist however even removing it from the whitelist doesnt change something on the issue, was just to be sure there is no nofollows to my domain

    //edit: I have checked I think all my CRR'ed links have nofollow added, you can look at the Project Tools section which I have CRR'ed because vbseo does not support it yet

    It looks like a big bug to me for a SEO software adding nofollow where it shouldn't hehe ^^
    Last edited by class101; 01-02-2008 at 02:15 PM.

  4. #4
    Senior Member
    Real Name
    A.D
    Join Date
    Oct 2007
    Location
    France
    Posts
    159
    Liked
    0 times
    haha no I see , That is the [NF] thing of the default CRR that were written to the config files but I didn't find any documention about what is it , so I added it and now I see

    [NF] in CRR's = nofollow

    I think you should add a note under the option , I didn't know I have built all my CRR with a nofollow hardcoded in the CRR lol :/

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    I see now, glad it is sorted now!

Similar Threads

  1. 404 Not Found
    By Caseyjr86 in forum Troubleshooting
    Replies: 1
    Last Post: 06-12-2007, 01:29 AM
  2. The use of rel=nofollow
    By Nick0r in forum General Discussion
    Replies: 2
    Last Post: 10-05-2006, 12:56 PM
  3. nofollow
    By aacircle in forum General Discussion
    Replies: 9
    Last Post: 09-27-2006, 09:46 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
  •