Results 1 to 5 of 5

How to add rel="follow" to links from a page

This is a discussion on How to add rel="follow" to links from a page within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello. I need to assign the attribute "follow" to outgoing links from one page only (custom page). I'm using vBSeo ...

  1. #1
    Member cionfs's Avatar
    Real Name
    Antonio
    Join Date
    Jul 2007
    Location
    Taranto, Italy, Italy
    Posts
    86
    Liked
    0 times

    How to add rel="follow" to links from a page

    Hello.
    I need to assign the attribute "follow" to outgoing links from one page only (custom page).
    I'm using vBSeo 3.3.2 on vBulletin 3.8.5.
    How can I do?

    Thank you.

  2. #2
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Hi,

    You can manually add the rel="follow" to the links in the HTML source of the custom page, if you also add rel="novbseo" to the links this will stop vBSEO processing that link and will not add the nofollow.

    you also need to enable VBSEO_ALLOW_REL_NOVBSEO option in config_vbseo.php file:
    define('VBSEO_ALLOW_REL_NOVBSEO', 1);
    Ceri

  3. #3
    Member cionfs's Avatar
    Real Name
    Antonio
    Join Date
    Jul 2007
    Location
    Taranto, Italy, Italy
    Posts
    86
    Liked
    0 times
    Hi. It works fine for internal links. It doesn't work for external links.

    This is the page: cionfs.it/forum/antipixel.php

    This is a part of the code

    Code:
    <td width="88" align="center"><a href="http://www.wmaster.it/forum/" target="_blank" rel="follow" rel="novbseo"><img src="http://www.cionfs.it/files/antipixelparty/wmaster.png" border="0" /></a></td>
    Why doesn't works?
    This function works only for internal links?

    Thank you.

    Cionfs.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Please try to put rel="novbseo" before the URL part:
    HTML Code:
    <td width="88" align="center"><a rel="novbseo" href="http://www.wmaster.it/forum/" target="_blank" rel="follow"><img src="http://www.cionfs.it/files/antipixelparty/wmaster.png" border="0" /></a></td>

  5. #5
    Member cionfs's Avatar
    Real Name
    Antonio
    Join Date
    Jul 2007
    Location
    Taranto, Italy, Italy
    Posts
    86
    Liked
    0 times
    Oh yeah! It works.

    Thank you.

Similar Threads

  1. Is it possible to add "recent posts" to "non forum" page?
    By DogBreedForum in forum General Discussion
    Replies: 1
    Last Post: 02-11-2008, 05:39 PM
  2. Replies: 5
    Last Post: 09-09-2006, 04:11 AM

Posting Permissions

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