vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

rel="external nofollow"

This is a discussion on rel="external nofollow" within the Feature Requests forums, part of the vBSEO SEO Plugin category; I'd like to be able to use both of these, but currently with the vbSEO rel=nofollow enabled, I'm not able ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Feature Requests

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-18-2006, 12:27 AM
libertylounge's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: Ken
Join Date: Aug 2006
Posts: 421
Lightbulb rel="external nofollow"

I'd like to be able to use both of these, but currently with the vbSEO rel=nofollow enabled, I'm not able to on external links.

I have a function placed in vbulletin_global.js that looks like this:

Code:
function externalLinks() {
 if (!document.getElementsByTagName) return;              
 var anchors = document.getElementsByTagName("a");       
 for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute("href") &&   
       (anchor.getAttribute("rel") == "external" || anchor.getAttribute("rel") == "external nofollow")
      )
     anchor.target = "_blank";
 }
}
window.onload = externalLinks;
To open it in a new window while remaining code compliant, but vbSEO's function also puts one in there, and can't have 2 rel's..

With vbSEO one enabled, looks like this:

Code:
rel="nofollow" href="http://news.yahoo.com" rel="external nofollow">
Would be nice if we could have an option to add "external" to open in a new window for external links without having to use _blank.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 10-20-2006, 01:54 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,615
Hello,

you can add rel="novbseo" tag to these links to exclude them from being processed by vBSEO:
<a rel="novbseo" href="http://news.yahoo.com" rel="external nofollow">

You should also manually enable VBSEO_ALLOW_REL_NOVBSEO option in config_vbseo.php file:
PHP Code:
    define('VBSEO_ALLOW_REL_NOVBSEO',   1); 
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 07:43 PM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.