Get Links: Do Follow!

This page runs a script that draws feed titles from blogs on the “DoFollow Feeds List”; these are all blogs that give link juice to people who leave comments.

You can click on the article titles and visit the blogs, read the post, find the comment form and leave a comment quickly and easily. (Warning: People who leave spammy looking comments that often find their comments are deleted. So, do read the post and leave a real comment. Also, a real name for your name. Lots of bloggers consider any and all comments from people with names like “seo term for my business” to be spammy.

global $i;
global $feed;

setfeeds();
if($i<1){ echo('i less than 1'); die(); }

$begin=1+rand()%($i-1);

// loop starting at begin -- make x/num chance of displaying next blog, then always skip 5.

$count=0;
$max=0;
$maxcount=30;
$feedsToShow=6;
$all=0;
$increment=rand()%4;

//Check All Feeds.
/*
$begin=1;
$maxcount=min($i,30);// make 30 otherwise
$feedsToShow=$i; // make 6 otherwise.
$all=1;
$increment=0;
*/

while ($count<$feedsToShow && $max<$maxcount){
$max++;
if($feed[$begin]["pageRank"]<0){$three=4;} else {$three=2;} // hit low page rank blogs less frequently.

if( rand()%$three==0 || $all==1){
$count++;
if($feed[$begin]["pageRank"]<0){echo( "
Blog unranked or zero.”);}

echo ujc_siderss($feed[$begin]["feed"], $feed[$begin]["title"], 2);
echo(’
‘);

$begin+=max($feed[$begin]["num"],1);
//$begin++;

}
else{ $begin++;}

$begin=$begin+$increment;
if($i<$begin){$begin=$begin-$i; }
//echo('
increment begin = ‘. $begin);
}

/// active bit.=========. ========= .========= .=========

function setfeeds(){
global $i;
global $feed;

$feed = array(1 => array(”feed” => “http://thedietdiary.com/diet_blog/feed”, “title” => “The Diet Diary”, “pageRank”=> 3 , “num”=>1) );

$i=1; $numPeople=0;

// group 1

// Jim Morrison Head Arrays blogs.
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/JmhTechtronics”, “title” => “JimMorrisonhead”, “pageRank”=> 4, “num”=>3);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/InternetSeriousBusiness”, “title” => “JimMorrisonhead”, “pageRank”=> 4, “num”=>3);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/JimiMorrisonsHead”, “title” => “JimMorrisonhead”, “pageRank”=> -1 , “num”=>3); // really zero

//

// Colleen’s blogs
$i++; $feed[$i] = array(”feed” => “http://www.buymeblog.com/feed”, “title” => “coleen”, “pageRank”=> 0, “num”=>7);
$i++; $feed[$i] = array(”feed” => “http://www.thefloridablog.com/feed”, “title” => “coleen”, “pageRank”=> 0, “num”=>6);
$i++; $feed[$i] = array(”feed” => “http://tampa.thefloridablog.com/feed”, “title” => “coleen”, “pageRank”=> 0, “num”=>6);
$i++; $feed[$i] = array(”feed” => “http://www.simplekindoflife.com/feed”, “title” => “coleen”, “pageRank”=> 0, “num”=>6);
$i++; $feed[$i] = array(”feed” => “http://www.3daymom.com/feed”, “title” => “coleen”, “pageRank”=> 0, “num”=>6);
$i++; $feed[$i] = array(”feed” => “http://www.fool4travel.com/feed”, “title” => “coleen”, “pageRank”=> 0, “num”=>6);
$i++; $feed[$i] = array(”feed” => “http://www.thehockeydad.com/feed”, “title” => “colleen”, “pageRank”=> 0, “num”=>6);

// 12
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/mythoughtsideasandramblings/qGbZ”, “title” => “Lisa”, “pageRank”=> 0, “num”=>2);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/ConfessionsOfAnEverydayHousewife”, “title” => “Lisa”, “pageRank”=> 4, “num”=>2);
// Owen and Camille?
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/HomeBizBlogger”, “title” => “Owen?”, “pageRank”=> 0, “num”=>4);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/u-g-h”, “title” => “Owen”, “pageRank”=> 0, “num”=>4);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/botbot”, “title” => “Owen”, “pageRank”=> 0, “num”=>4);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/OnlyNetwork”, “title” => “Owen”, “pageRank”=> 0, “num”=>4);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/AskOwen”, “title” => “Owen”, “pageRank”=> 0, “num”=>4);
$i++; $feed[$i] = array(”feed” => “http://www.cutajar.net/camille/?feed=atom”, “title” => ” Cutajar”, “pageRank”=> 0, “num”=>4);

//

$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/ShopaholicMe”, “title” => “ShopaholicMe”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://armymomnj.name/feed/”, “title” => “Army Mom”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://householdtips.armymomnj.name/feed/”, “title” => “Tips”, “pageRank”=> 3, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.carper-diem.com/?feed=atom”, “title” => “?”, “pageRank”=> 0, “num”=>1);

// Kat’s

$i++; $feed[$i] = array(”feed” => “http://www.mysinglemomlife.com/blog/index.xml”, “title” => “Kat”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/tableforfive”, “title” => “Elizabeth”, “pageRank”=> 0, “num”=>2);
//26
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/momreviews”, “title” => “Elizabeth”, “pageRank”=> 0, “num”=>2);
$i++; $feed[$i] = array(”feed” => “http://pbriscoe.com/feed”, “title” => “pbriscoe: Patrick”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.noaveragemom.com/?feed=rss2″, “title” => “noaveragemom: admin”, “pageRank”=> 0, “num”=>1);

// group 2

//

$i++; $feed[$i] = array(”feed” => “http://www.candidquips.com/?feed=rss2″, “title” => “?”, “pageRank”=> 0, “num”=>1);

//
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/GoGetGlobal-NewsAndViews”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/jonlee”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.juliesjournal.com/feed”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/MinuteChaserUpdates”, “title” => “?”, “pageRank”=> 0, “num”=>1);

//
//
$i++; $feed[$i] = array(”feed” => “http://www.utterlygeek.com/feed”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.campingcoop.org/feed”, “title” => “?”, “pageRank”=> 0, “num”=>1);
//
$i++; $feed[$i] = array(”feed” => “http://www.mydandelionpatch.com/feed/”, “title” => “Marissa”, “pageRank”=> 0, “num”=>3);
$i++; $feed[$i] = array(”feed” => “http://www.scribbleonthewall.com/feed/”, “title” => “Marissa”, “pageRank”=> 0, “num”=>3);
$i++; $feed[$i] = array(”feed” => “http://www.marisashreve.com/feed”, “title” => “Marissa”, “pageRank”=> 0, “num”=>3);

//Tricia
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/TriciasMusings”, “title” => “Tricia”, “pageRank”=> 0, “num”=>3);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/BreathOfLifePhotography”, “title” => “Tricia”, “pageRank”=> 0, “num”=>3);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/feverishthoughts/oddplanet”, “title” => “Tricia”, “pageRank”=> 0, “num”=>3);

$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/AsTheGardenGrows”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/CelebrityScoop”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/TheWebFiles”, “title” => “?”, “pageRank”=> 0, “num”=>1);

$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/GuitarLicks”, “title” => “Chris”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/PeaceFairs”, “title” => “?”, “pageRank”=> 0, “num”=>1);

// group 3

$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/Happykegcom”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/DelayedNews”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/Hellsforecast”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/LocasWebTech”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/Bebos”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/SagHarbor”, “title” => “?”, “pageRank”=> 0, “num”=>1);
//
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/tinasilvasblog”, “title” => “Tina”, “pageRank”=> 0, “num”=>4);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/tequila-techs”, “title” => “Tina”, “pageRank”=> 0, “num”=>4);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/pimentels-photography”, “title” => “Tina”, “pageRank”=> 0, “num”=>4);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/luv-duv”, “title” => “Tina”, “pageRank”=> 0, “num”=>4);

$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/doggylove”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://thedietdiary.com/blog/feed”, “title” => “The Knitting Fiend”, “pageRank”=> 4, “num”=>1);

// group 4

$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/tiptail”, “title” => “Cynthia”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/UCR”, “title” => “Collie Rescue”, “pageRank”=> 2, “num”=>1);

// 64 is next
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/CatchaFallingStar”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/TheFibromyalgiaExperiment”, “title” => “?”, “pageRank”=> 0, “num”=>1);

// blogspot
$i++; $feed[$i] = array(”feed” => “http://3dogs3pigsandafamily.blogspot.com/feeds/posts/default”, “title” => “blogspot”, “pageRank”=> 0, “num”=>10);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/AlisterCameron”, “title” => “?”, “pageRank”=> 4, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/Exploring-Niche-Websites”, “title” => “Andy Beard”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/BehindTheGlasses”, “title” => “?”, “pageRank”=> 0, “num”=>10);
//
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/BensparkBlogs”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/BoldlyGoing”, “title” => “Trader Jim”, “pageRank”=> 4, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/CreativeDesign”, “title” => “www.davidairey.co”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/dannydang”, “title” => “?”, “pageRank”=> 0, “num”=>10);

$i++; $feed[$i] = array(”feed” => “http://www.ailurophile.com/stuph/index.php/site/rss_2.0/”, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.fenwayfaithful.com/index.php/site/rss_2.0/”, “title” => “?”, “pageRank”=> 4, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/ChiefPrognosticator2″, “title” => “www.davidairey.co”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.gnyc.net/senseless/feed”, “title” => “http://www.gnyc.net/senseless/”, “pageRank”=> 0, “num”=>10);

// group 5

$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/Dorisgoshopping”, “title” => “?”, “pageRank”=> 4, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://thewebfiles.com/feed”, “title” => “Tricia?”, “pageRank”=> 0, “num”=>1);
// not wordpress
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/chatbugkaren/pmqG”, “title” => “karen”, “pageRank”=> 4, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/TheSun-FlowerFamily”, “title” => “blogspot”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/buylivebetter”, “title” => “blogspot”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/blogspot/DWFZ”, “title” => “blogspot”, “pageRank”=> 0, “num”=>1);

$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/xanga/kxEs”, “title” => “blogspot”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/feedburner/hCVF”, “title” => “blogspot”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/DigitalNomads”, “title” => “blogspot”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/blogspot/hktL”, “title” => “blogspot”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/TheSovereignJourney”, “title” => “blogspot”, “pageRank”=> 0, “num”=>1);

// pick up from tricia’s list
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/Lifecruiser”, “title” => “lifecruise”, “pageRank”=> 5, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/Wampago”, “title” => “OpenRoadBiker”, “pageRank”=> 1, “num”=>1);

//
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/TheSocialistGamerReview”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/Squiglabyte”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/CensorshipShock”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/AspectsOfHomeBusiness”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/WorkAtHomeInProgress”, “title” => “?”, “pageRank”=> 1, “num”=>1);

// group 4

$i++; $feed[$i] = array(”feed” => “http://www.makehealthymeals.com/feed/”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.timeforexercise.com/exercise/feed/”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/GreenSahm”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/NonstopChatter”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.cellrants.com/site/rss_2.0/”, “title” => “?”, “pageRank”=> 1, “num”=>1);

$i++; $feed[$i] = array(”feed” => “http://www.reviewsandmore.net/feed”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.firepitblog.com/feed”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/afrogtokissnet”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/SirPostsEntertainmentBlog”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/PrayForMojo”, “title” => “?”, “pageRank”=> 1, “num”=>1);

$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/SirPost”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://dontfearthetruth.com/feed/”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://prismofwhispers.com/mtblog/atom.xml”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://theinconvenienttruth.us/blog/?feed=rss2″, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/LunaTail”, “title” => “?”, “pageRank”=> 1, “num”=>1);

// group 6

$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/derrichcom”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/BlankCanvas”, “title” => “?”, “pageRank”=> 1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/SheRamblesOn”, “title” => “?”, “pageRank”=> 2, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/CrapSheet”, “title” => “?”, “pageRank”=> 1, “num”=>1);

// new
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/ProAudioMatrix”, “title” => “proaudiomatrix.com”, “pageRank”=> -1, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/RandaClayDesign”, “title” => “http://randaclay.com/”, “pageRank”=> 5, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/DerekSemmler”, “title” => “http://dereksemmler.com/”, “pageRank”=> 4, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://feeds.feedburner.com/PaulaNealMooneyComments”, “title” => “http://paulamooney.blogspot.com/”, “pageRank”=> 5, “num”=>1);

// suspect Something is wrong with all of these.
/*
$i++; $feed[$i] = array(”feed” => “http://www.pencilthin.com/?feed=rss2″, “title” => “http://www.pencilthin.com/”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.seo-ths.com/?feed=rss2″, “title” => “?”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.wrestlingwidow.com/feed/”, “title” => “Couldn’t comment– weird display on Netscape”, “pageRank”=> 0, “num”=>1);
$i++; $feed[$i] = array(”feed” => “http://www.thesassysoutherner.com/”, “title” => “thesassysoutherner”, “pageRank”=> 0, “num”=>1);
*/
//***************** *********** **********
echo “total number of feeds = “.$i.”
“;

}

?> This is the full do follow list kept by Tricia. Blogs with the most recent posts are shown at the top.

18 Responses to “Get Links: Do Follow!”

  1. Jimi says:

    Interesting. Saw this come up on my stats so I definitely got a couple hits from this. Thanks for giving me a little more promo. Very good idea,

  2. Tricia says:

    Fantastic. I’m adding you to the list now. :)

  3. digitalnomad says:

    Thanks for the mentions. I see that the famous Jimi Morrison has been here. He is the master of links.

  4. digitalnomad says:

    PS – My real name is out there everywhere, but I am trying to brand digitalnomad…and it seems to be working.

  5. Lucia says:

    Don’t worry about “real names” or “fake names” here. I’m mostly warning people because it turns out that some bloggers really, really hate the “name” being an SEO word. If you read forums or blogs on “dofollow”, some of those people just delete those comments, or break the link to the blog. I leave them in.

    That said… if you type your name in the comment, it will help me attach your name to the comment!

  6. digitalnomad says:

    Thanks Lucia…with that said, I remain,

    The Digital Nomad a/k/a digitalnomad

  7. peter says:

    Thank you for the link

  8. Lais Edward says:

    I am just craving everywhere for a blog on Fox Prison Break series!!! want to hera n learn a lot more about this series!!!!

  9. Sebastian says:

    Hey Lucia, how many blogs do you plan to add? I’d think even with the current list rough categorizing would be helpful.
    Have a nice weekend!
    Sebastian

  10. lucia says:

    @Sebastian– I wrote this script up a while ago. But I had thought it would be nice to have something that let people add their own blog name/ url and category. But… at the time, I didn’t see many people interested in using it.

    If you think they might, I’d code that up.

  11. bLuefRogX says:

    I just do-followed my blog and would be nice if I could get included in this awesome list :)

  12. [...] http://money.bigbucksblogger.com/get-links-do-follow/ – A feed of recent posts from do-follow blogs (the quick and dirty way to backlinks). [...]

  13. Code4Gold says:

    All of my blogs have always been “dofollow” long before this list started circulating. I first came across it when somebody posted it to my webmater forum. The only problem I see is the vast majority of these blogs are PR0 an appear to beblogs that were slapped by Google, so I’m hesitant to comment on most of them due to the fact that I don’t really want to risk accrueing backlinks from bogs that are being punished for selling links.

  14. Durak says:

    Thank you very much for the link

  15. QwertyWEB says:

    Even i made my blog do-follow ,
    cheerz , now i m gettin good traffic along with some damn good comments :P

  16. A very good workaround for wordpress. it was a random search result for me about dofollow :)

  17. papetarie says:

    Thank you very much for the link

Leave a Reply