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

Exclude LinkVault links from Analytics & rel=nofollow adds

This is a discussion on Exclude LinkVault links from Analytics & rel=nofollow adds within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi I want to start using LinkVault again but I have set vBSEO that every external link automaticly gets the ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-23-2007, 02:27 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 264
Question Exclude LinkVault links from Analytics & rel=nofollow adds

Hi

I want to start using LinkVault again but I have set vBSEO that every external link automaticly gets the analytics and rel=nofollow code added.

Is there a way to exclude the linkvault links from these automatic edits?

Thanks

StarBuG
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 07-23-2007, 02:30 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,277
Add rel="novbseo" to the links.

BTW, LinkVault type things have been found to hurt a site's rankings.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 07-23-2007, 02:37 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 264
I can't add rel="novbseo" to the links because they are dynamically created.

I enter a variable into my footer and a php file requests the links and writes them into a text file.
The links are static for every page (which is why lv does not hurt) but you get different links for every page.

Any other options?

If there is none, my suggestion would be to have a tag like:

<!-- no vbSEO start -->
everything in here is not touched by vBSEO
<!--no vBSEO end -->

StarBuG
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 07-23-2007, 03:32 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
Hello,

you should modify your LinkVault php code to add rel="novbseo" to those links or disable corresponding options in vbseocp.
__________________
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
  #5  
Old 07-23-2007, 06:31 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 264
I have looked into the file and the links seem to be dynamicly pulled from the linkvault server.
There is nothing that creates a <a href link in this php file.

I am no php expert, maybe one of you could have a look?
I have attached the php file.

Would it technically be possible, as suggestion, to have a <!-- no vbSEO start --> html tag and let vBSEO ignore everything between the start and end tag?

Thanks

StarBuG
Attached Files
File Type: txt linkvault.php.txt (47.1 KB, 51 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 07-23-2007, 06:36 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,277
Quote:
Originally Posted by StarBuG View Post
Would it technically be possible, as suggestion, to have a <!-- no vbSEO start --> html tag and let vBSEO ignore everything between the start and end tag?
This has been suggested/discussed in the past, but was found to be too much of a performance hit. The suggestion can be revisited though.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 07-23-2007, 06:38 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 264
That sounds good.

Thank you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 07-23-2007, 07:40 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
Try to modify the code:
FIND:
PHP Code:
return $OutputThis
ADD ABOVE:
PHP Code:
$OutputThis str_replace('<a ''<a rel="novbseo" '$OutputThis);
return 
$OutputThis
__________________
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
  #9  
Old 07-24-2007, 09:28 AM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 264
Works like a charm.

Thanks for this great support

StarBuG
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 07-24-2007, 11:01 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
You are welcome!
__________________
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
  #11  
Old 07-29-2007, 06:19 AM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 264
Hi

I still have trouble getting the site active in LinkVault.
Somehow their validation script is not accepting my links.

Is there a way to exclude the novbseo from the test links?
Maybe this is the problem??

T2DMan from New Zealand Restaurants Guide & Food Reviews-Forum-Time2Dine NZ said the following:

Quote:
Originally Posted by T2DMan
You can't have the novbseo in your lv links

<a rel="novbseo" href="#">TestLink2</a>,

You also can't have the onclicks in there. Neither is acceptable for the link vault.

Basically, if you have link vault - you can't have the vbseo/google external link tracking turned on.

The vbseo suggestion was a great one, and it did get rid of the analytics onclicks, but unfortunately not quite there.

Sorry that I can't give an alternative. Hmmm. Could there be a final searchreplace to get rid of the rel="novbseo" as the last step before outputting the html? Have a try - see the plugin order for the last plugin before all the code is outputted....
I am no programmer so I have no clue how to solve this problem, can you help me with that?

Thanks

StarBuG

ps: is no one else using linkvault?

Last edited by StarBuG; 07-29-2007 at 06:46 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 07-29-2007, 07:13 AM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 264
T2DMan gave me a solution for removing the novbseo from the links:

Quote:
Originally Posted by T2DMan
Seems like you have to get rid of the rel="novbseo"

Try adding the following in the vbseo global_complete vBSEO Global Hook

so that you have the following:

existing:
Code:
if(@include_once(($GLOBALS['vbpath']?$GLOBALS['vbpath'].'/includes':dirname(__FILE__)).'/functions_vbseo.php'))
    $output = make_crawlable($output);

revised:
Code:
if(@include_once(($GLOBALS['vbpath']?$GLOBALS['vbpath'].'/includes':dirname(__FILE__)).'/functions_vbseo.php'))
    $output = make_crawlable($output);
$output=str_replace("rel=\"novbseo\"","",$output);
Unfortunatly this did not solve the activation problem of linkvault. :(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #13  
Old 07-29-2007, 04:11 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
rel="novbseo" should be removed by vBSEO automatically. Make sure that it is added right after starting <a> tag:
correct:
HTML Code:
<a rel="novbseo" href=""> 
incorrect:
HTML Code:
<a href="" rel="novbseo"> 
__________________
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
  #14  
Old 07-29-2007, 07:56 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 264
It is not removed from links like <a rel="novbseo" href="#">

That is why the code above is needed.

but slightly modifed then above:

Code:
$output=str_replace("rel=\"novbseo\"","",$output);
But I got it to work now and posted the solution in a separate thread

Thx

StarBuG
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 03:10 AM.


Powered by vBulletin Version 3.8.0 Release Candidate 2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.