Results 1 to 8 of 8

External Links (I'm confused)

This is a discussion on External Links (I'm confused) within the General Discussion forums, part of the vBulletin SEO Discussion category; I have a drop-down "links" menu, but all the links are now pointing to this internal url (http://www.thecouchpotatoes.org/forums/#)...how do I ...

  1. #1
    Junior Member Wobbly Goblin's Avatar
    Real Name
    Nick
    Join Date
    Apr 2008
    Location
    Victorville, CA
    Posts
    11
    Liked
    0 times

    Question External Links (I'm confused)

    I have a drop-down "links" menu, but all the links are now pointing to this internal url (http://www.thecouchpotatoes.org/forums/#)...how do I fix that?



    Thanks,
    Nick

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

  3. #3
    Junior Member Wobbly Goblin's Avatar
    Real Name
    Nick
    Join Date
    Apr 2008
    Location
    Victorville, CA
    Posts
    11
    Liked
    0 times

    Question

    Quote Originally Posted by briansol View Post
    where should they link?
    Those are links to other web sites, yet for some reason vBSEO has rewritten them. Now they point to what ever page you happen to be viewing when you access the drop-down menu.

    For example: If I'm looking at "my home page" and I mouse over the "Links" menu, all the (external links) within that menu point to "my home page" --> (http://www.thecouchpotatoes.org/forums/#) instead of the links actual url.

    All my other menus work perfectly. It's just the external links I'm having problems with. Clearly this has something to do with one of the many vBSEO features, but which one?

    Thank you,
    Nick

  4. #4
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,012
    Liked
    13 times
    Hi Nick,

    Can you post the relevant template (or portion of template) where the link html is?

  5. #5
    Junior Member Wobbly Goblin's Avatar
    Real Name
    Nick
    Join Date
    Apr 2008
    Location
    Victorville, CA
    Posts
    11
    Liked
    0 times

    Wink

    Quote Originally Posted by Ace Shattock View Post
    Hi Nick,

    Can you post the relevant template (or portion of template) where the link html is?
    Yep...here ya go!

    Navigation / Breadcrumb Templates / navbar
    Code:
    <!-- Web Links Menu -->
        <div class="vbmenu_popup" id="web_links_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        
        <tr><td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_misc]/menu/geezer-gamers.gif" border="0" />
        <a href="http://www.geezergamers.com/" target="_blank">Geezer Gamers</a></td></tr>
        
        <tr><td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_misc]/menu/total-online-play.gif" border="0" />
        <a href="http://www.totalonlineplay.com/" target="_blank">Total Online Play</a></td></tr>
        
        <tr><td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_misc]/menu/pliwood-munkee.gif" border="0" />
        <a href="http://www.pliwoodmunkee.com/" target="_blank">Pliw00D MunKEE</a></td></tr>
            
        <tr><td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_misc]/menu/no-favicon.png" border="0" />
        <a href="http://xbltreetopflyer.tripod.com/" target="_blank">TreeTopFlyer's Den of Inequity</a></td></tr>
        
        <tr><td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_misc]/menu/evil-avatar-radio.gif" border="0" />
        <a href="http://www.evilavatar.com/" target="_blank">Evil Avatar Radio</a></td></tr>
    
        </table>
        </div>

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

    rel="novbseo" in the link

    ie,

    <a href="http://whatever.com" rel="novbseo" target.... >

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times

  8. #8
    Junior Member Wobbly Goblin's Avatar
    Real Name
    Nick
    Join Date
    Apr 2008
    Location
    Victorville, CA
    Posts
    11
    Liked
    0 times

    Thumbs up

    Quote Originally Posted by briansol View Post
    try adding

    rel="novbseo" in the link

    ie,

    <a href="http://whatever.com" rel="novbseo" target.... >
    That didn't work: Apparently it has to be done in conjunction with this:
    1. modify postbit template and add rel="novbseo" to the member URL links (these links will not be processed by vBSEO as a result), VBSEO_ALLOW_REL_NOVBSEO should be manually enabled in config_vbseo.php:
    and I wasn't able to fine that setting in my config_vbseo.php

    Quote Originally Posted by Oleg Ignatiuk View Post
    This worked:
    2. OR disable analytics tracking of external urls
    Thanks guys, I appreciate your help!

    Nick

Similar Threads

  1. External Links
    By Dennis in forum Troubleshooting
    Replies: 2
    Last Post: 10-17-2007, 05:19 AM
  2. Replies: 3
    Last Post: 10-21-2006, 07:58 PM
  3. Confused with links
    By sspecialme11 in forum Link Building
    Replies: 0
    Last Post: 09-15-2006, 01:39 PM
  4. Custom 'outgoing links' for google analytics external links tracking
    By Nick0r in forum Sitemap Features Archive
    Replies: 3
    Last Post: 06-16-2006, 07:52 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
  •