June 2010 Tag Rankings

Fast way to get good resources (relevant quality outlinks):

Google your keyword

apply this script in address bar or make a bookmark with address as this script and click the bookmarklet

Code:
javascript:(function(){
var a = document.getElementsByTagName('ol')[0];
var b = a.getElementsByTagName('li');
var c = document.createElement('div'); 
c.innerHTML = '<br><br><a href="#" onclick="eval(\'document.hello.world\').focus(); eval(\'document.hello.world\').select(); return false;">Select All</a><br><form name="hello"><textarea name="world" rows="15" cols="75"></textarea></form>';
document.getElementsByTagName('body')[0].insertBefore(c, document.getElementsByTagName('body')[0].firstChild);

for(i=0;i<b.length;i++){
var title = b[i].getElementsByTagName('a')[0].innerHTML; 
title = title.replace(/(<em>|<\/em>|<b>|<\/b>)/gi, '');
var href = b[i].getElementsByTagName('a')[0].href; document.hello.world.value += '<a href="'+href+'">'+title+'</a>\r\r';
}
}
())

I also have a question... do I have to put resources on the main page or article pages? Or is a separate link to a resources page with the links good enough? I'd figure the ad CTR goes to shit if I put 20 external links below my article navigation...
 
Last edited:
Back
Top