Results 1 to 9 of 9

Link directory - SEO

This is a discussion on Link directory - SEO within the General Discussion forums, part of the vBulletin SEO Discussion category; I have installed Link Directory in my vb forum ( http://www.mydomain.com ) .. few questions around this topic., 1) Does ...

  1. #1
    Member
    Real Name
    vv.help
    Join Date
    Sep 2011
    Posts
    39
    Liked
    2 times

    Link directory - SEO

    I have installed Link Directory in my vb forum (http://www.mydomain.com) ..

    few questions around this topic.,

    1) Does this link directory impacts my site page rank or SEO ?

    2) When i add Link directory widget in the home page it changes font style for the entire page ..

    3) Do we need add vbseo rewrite for this so that it gets submitted to search engines ? Does it impact my site SEO

    4) I did not find any link directory custom RR here , Can anybody help ?

    Thanks

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    1) I would suggest no-following all external links

    2) This is something you need to address with the mod you are using.

    3) You can code an add-on for the sitemap generator, or simply add the urls to the extraurls.txt file. You can create CRR's for any dynamic pages for vbseo to re-write them. It will not do it by default.

    4) post a few urls. It's usually very straight forward

  3. #3
    Member
    Real Name
    vv.help
    Join Date
    Sep 2011
    Posts
    39
    Liked
    2 times
    # 1 , Can you please explain how to write no-following all external links with an example?

    #4 ,

    The links are located here
    http://www.mydomain.com/vblinklist.php

    Thanks

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Adding rel="nofollow" to the anchor is all that is needed. How to do it will depend on the app you are using. Consult the mod author for support.

    You can make CRR's such as

    Code:
    ^vblinklist\.php$' => 'links/'
    ^vblinklist\.php\?do=showcat&catid=(\d+)$' => 'links/cat-$1/'
    ^vblinklist\.php\?do=showentry&id=(\d+)$' => 'links/entry-$1/'

  5. #5
    Member
    Real Name
    vv.help
    Join Date
    Sep 2011
    Posts
    39
    Liked
    2 times
    1) I do moderate all the links heavily so is it necessary to add nofollow all external link ?

    Thanks


    Quote Originally Posted by Brian Cummiskey View Post
    1) I would suggest no-following all external links

    2) This is something you need to address with the mod you are using.

    3) You can code an add-on for the sitemap generator, or simply add the urls to the extraurls.txt file. You can create CRR's for any dynamic pages for vbseo to re-write them. It will not do it by default.

    4) post a few urls. It's usually very straight forward

  6. #6
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Yes, i would still nofollow everything. this ensures that google will not pass weight from you to them.

  7. #7
    Member
    Real Name
    vv.help
    Join Date
    Sep 2011
    Posts
    39
    Liked
    2 times
    Quote Originally Posted by Brian Cummiskey View Post
    Yes, i would still nofollow everything. this ensures that google will not pass weight from you to them.
    Thanks Brian,

    I just checked the code it looks like the following
    <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.externaldomain.com', '']);" class="comments_member_avatar_link" href="http://www.externaldomain.com" target="_blank">
    <img src="" border="0" onload="if (this.width&gt;50) this.border=1;>
    </a>
    So i just need to modify like below right ?
    <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.externaldomain.com', '']);"
    rel="nofollow"
    class="comments_member_avatar_link" href="http://www.externaldomain.com" target="_blank">
    <img src="" border="0" onload="if (this.width&gt;50) this.border=1;>
    </a>

  8. #8
    Member
    Real Name
    vv.help
    Join Date
    Sep 2011
    Posts
    39
    Liked
    2 times
    Also one more question , Is this something can be done via vbseo for all external links ?

  9. #9
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    This is already built into vbseo. You can set all external links to no follow, and then simply whitelist the good ones you want to be followed.
    /vbseocp.php#ext_rel

Similar Threads

  1. is having a link directory bad for seo or PR
    By uaecasher in forum Link Building
    Replies: 6
    Last Post: 05-08-2012, 03:22 AM
  2. VBA Link Directory
    By manny0131 in forum URL Rewrite Settings
    Replies: 3
    Last Post: 08-26-2009, 09:14 AM
  3. Submit your link to my new link directory
    By frapedopoulos in forum Link Building
    Replies: 11
    Last Post: 08-17-2008, 08:59 AM
  4. link directory
    By sportsmedjosh in forum Link Building
    Replies: 18
    Last Post: 05-10-2007, 06:01 AM
  5. Link directory?
    By pokeraffiliates in forum General Discussion
    Replies: 1
    Last Post: 12-04-2005, 06:59 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
  •