You may or may not have noticed that the latest release of Pligg v9.9.5 has stuck the rel=”nofollow” tag in the link_summary.tpl file.
I have mixed feelings about this.
This tag does help preserve and protect your PR ranking with Google by not having it brought down by bad neighbours. With running a bookmarking site, it’s almost impossible to prevent people from submitting links that could bring you down the PR chain.
However, this could also hurt your PR, webmaster especially bloggers go out of their way to find places to drop a link that does not use the rel=nofollow. Once bloggers discover you use this tag, chances are they will not submit to your install, unless your site gets crazy traffic.
Lets look at what the popular social bookmarking site use:
- Digg – no relationship specified
- Mixx – rel=bookmark
- Del.icio.us – rel=nofollow
- Yahoo Buzz – rel=bookmark nofollow
- Technorati – no relationship specified
- reddit – no relationship specified
- Fark – rel=nofollow
- Newsvine – rel=nofollow
- Blinklist – rel=nofollow
- Simpy – rel=nofollow
There seems to be a growing shift to using the rel=nofollow tag by some of the top bookmarking sites. Please remember though that these sites get hundreds of thousands or millions of hits daily, weekly and monthly. Your install most likely will not, using the rel=nofollow tag when you first start out, is a judgement call for you to make, but, I highly recommend not using it until you build up a traffic base.
Will you keep or remove this tag from the latest version of Pligg?
If you enjoyed this post, make sure you subscribe to my RSS feed!
Please consider giving us a vote at Blogged
Related Posts
Poll – Will you be using Groups?






I haven’t installed version 9.9.5 yet, but with your interesting information, I will surely remove the tag.
pablos last blog post..Creer un Univers 3D avec ses Photos : Photosynth enfin Disponible et Utilisable !
oh they are following wordpress?
i think its better with out nofollow as pligg sites are social bookmarking
narendra.s.vs last blog post..Download 25 Most Beautiful FireFox Desktop Wallpapers
What exactly you mean now!
I am new for Ppligg and i will build traffic soon with the other site which have a high hit.
Could you please make it clear for me on what to do at this time.
Should i use dofollow or nofollow???
In general again, which is the best for newbies? And which line of link_summary.tpl should i do that.
Thanks
@Bini, for new installs of Pligg I wouldn’t use the nofollow tag as it can discourage potential members from taking the time to submit their content.
In the latest version of Pligg, open your link_summary.tpl file and remove the 4 instances of this tag.
They are all located in the section using div=top
Hopefully this helps.
I would like to see your pligg install when you have it up and running, leave us a link here is you like.
Below is my code! Now Remove it and give me the correct code please.
{if $Voting_Method eq 1}
{if $story_status eq “published”}
{else}
{/if}
{$link_shakebox_votes}
{if $link_shakebox_currentuser_votes eq 0 && $link_shakebox_currentuser_reports eq 0}
{#PLIGG_Visual_Vote_For_It#}
{else}
{if $link_shakebox_currentuser_reports neq 0}
{#PLIGG_Visual_Vote_Report#}
{else}
{if $pagename eq “user” && $user_logged_in neq $link_submitter}
{#PLIGG_Visual_Unvote_For_It#}
{else}
{#PLIGG_Visual_Vote_Cast#}
{/if}
{/if}
{/if}
{/if}
{if $Voting_Method eq 2}
{if $link_shakebox_currentuser_votes eq 0}
1
2
3
4
5
{else}
1
2
3
4
5
{/if}
{/if}
{if $use_title_as_link eq true}
{if $url_short neq “http://” && $url_short neq “://”}
{$title_short}
{else}
{$title_short}
{/if}
{else}
{if $pagename eq “story”}
{$title_short}
{else}
{$title_short}
{/if}
{/if}
{if $use_thumbnails eq true && $pagename eq “story” && $url_short neq “http://” && $url_short neq “://”}
{/if}
{if $UseAvatars neq “0″}{/if}
{#PLIGG_Visual_LS_Posted_By#}
{if $link_submitter neq $user_logged_in}
{else}
{/if}
{$link_submitter}
{$link_submit_timeago} {#PLIGG_Visual_Comment_Ago#}
{if $Voting_Method eq 2} – {#PLIGG_Visual_Vote_Average#}: {$link_rating} {#PLIGG_Visual_Vote_Average_With#} {$vote_count} {#PLIGG_Visual_Vote_Average_Votes#}{/if}
{if $url_short neq “http://” && $url_short neq “://”}
({$url_short})
{else}
({$No_URL_Name})
{/if}
{if $isadmin eq “yes” || $user_logged_in eq $link_submitter}
| {#PLIGG_Visual_Admin_Links#}
{/if}
{if $isadmin eq “yes”}
| Delete
{/if}
{#PLIGG_Visual_LS_View_Profile#}
{if $FriendMD5 neq “”}
|
{if $Allow_Friends eq 1}
{$Friend_Text} {#PLIGG_Visual_LS_My_Friends#}
{/if}
{/if}
{if $link_category neq “”}
{#PLIGG_MiscWords_Category#}: {$link_category}
{else}
{/if}
{if $enable_tags eq ‘true’}
{if $tags ne ”}
|
{#PLIGG_Visual_Tags_Link_Summary#}:
{section name=thistag loop=$tag_array}
{$tag_array[thistag]}
{/section}
{/if}
{/if}
{if $isadmin eq “yes”}
{#PLIGG_Visual_LS_Admin_Edit#}
{#PLIGG_Visual_LS_Admin_Status#}
{checkActionsTpl location=”tpl_link_summary_admin_links”}
{else}
{if $user_logged_in eq $link_submitter}
{#PLIGG_Visual_LS_Admin_Edit#}
{/if}
{/if}
{if $viewtype neq “short”}
{checkActionsTpl location=”tpl_link_summary_pre_story_content”}
{if $show_content neq ‘FALSE’}
{$story_content}
{/if}
{if $Enable_Extra_Field_1 eq 1}{if $link_field1 neq “”}{$Field_1_Title}: {$link_field1}{/if}{/if}
{if $Enable_Extra_Field_2 eq 1}{if $link_field2 neq “”}{$Field_2_Title}: {$link_field2}{/if}{/if}
{if $Enable_Extra_Field_3 eq 1}{if $link_field3 neq “”}{$Field_3_Title}: {$link_field3}{/if}{/if}
{if $Enable_Extra_Field_4 eq 1}{if $link_field4 neq “”}{$Field_4_Title}: {$link_field4}{/if}{/if}
{if $Enable_Extra_Field_5 eq 1}{if $link_field5 neq “”}{$Field_5_Title}: {$link_field5}{/if}{/if}
{if $Enable_Extra_Field_6 eq 1}{if $link_field6 neq “”}{$Field_6_Title}: {$link_field6}{/if}{/if}
{if $Enable_Extra_Field_7 eq 1}{if $link_field7 neq “”}{$Field_7_Title}: {$link_field7}{/if}{/if}
{if $Enable_Extra_Field_8 eq 1}{if $link_field8 neq “”}{$Field_8_Title}: {$link_field8}{/if}{/if}
{if $Enable_Extra_Field_9 eq 1}{if $link_field9 neq “”}{$Field_9_Title}: {$link_field9}{/if}{/if}
{if $Enable_Extra_Field_10 eq 1}{if $link_field10 neq “”}{$Field_10_Title}: {$link_field10}{/if}{/if}
{if $Enable_Extra_Field_11 eq 1}{if $link_field11 neq “”}{$Field_11_Title}: {$link_field11}{/if}{/if}
{if $Enable_Extra_Field_12 eq 1}{if $link_field12 neq “”}{$Field_12_Title}: {$link_field12}{/if}{/if}
{if $Enable_Extra_Field_13 eq 1}{if $link_field13 neq “”}{$Field_13_Title}: {$link_field13}{/if}{/if}
{if $Enable_Extra_Field_14 eq 1}{if $link_field14 neq “”}{$Field_14_Title}: {$link_field14}{/if}{/if}
{if $Enable_Extra_Field_15 eq 1}{if $link_field15 neq “”}{$Field_15_Title}: {$link_field15}{/if}{/if}
{if $pagename neq “story” && $pagename neq “submit”} {#PLIGG_Visual_Read_More#} » {/if}
{/if}
{if $story_comment_count eq 0}
{#PLIGG_MiscWords_Discuss#}
{/if}
{if $story_comment_count eq 1}
{$story_comment_count} {#PLIGG_MiscWords_Comment#}
{/if}
{if $story_comment_count gt 1}
{$story_comment_count} {#PLIGG_MiscWords_Comments#}
{/if}
{if $Enable_AddTo eq 1}
{#PLIGG_Visual_LS_AddThisLinkTo#}
{/if}
{if $user_logged_in neq “”}
{if $link_mine eq 0}
{#PLIGG_MiscWords_Save_Links_Save#}
{else}
{#PLIGG_MiscWords_Save_Links_Remove#}
{/if}
» {#PLIGG_MiscWords_Save_Links_Success#} {#PLIGG_MiscWords_Save_Links_Go_To_Saved#}
{/if}
{if $Enable_Recommend eq 1 && $user_logged_in neq “”}
{#PLIGG_Visual_Recommend_Link_Text#}
{/if}
{if $link_shakebox_currentuser_votes eq 0 && $link_shakebox_currentuser_reports eq 0}
{#PLIGG_Visual_Vote_Bury#}
{/if}
{if $Enable_AddTo eq 1}
{#PLIGG_Visual_LS_AddTo#}
| {#PLIGG_Visual_LS_Fav_Book#}
{/if}
{if $Enable_Recommend eq 1}
{if $Recommend_Type eq 1}
{/if}
{/if}
{checkActionsTpl location=”tpl_link_summary_end”}
@Bini, you have added a lot of nofollow tags there.
I have uploaded your link_summary.tpl file and is ready for you to download.
I have removed the nofollow tags from the code that actually links to the submitted story, the rest of the nofollow tags are still in there.
You can grab your file at http://www.pliggs.com/download/19/
I can’t Download the File.
Can i get another download link please, Thanks for all your HELPs!!
Interesting stuff. Im a wordpress newbie but anything that can be done to stop spamm blogging and clean up the net is great
Thanks for sharing this. It’s really helpful, especially now that I am starting to learn SEO
check the black hat forums, pligg has become center point for spamming techniques due to dofollow. I think instead of making everything nofollow a better solution can be made, avoiding spam too
Awesome info, great read. I added this site to my favs and look forward to reading more!
Will all these types of sites become nofollow eventually?
Does anyone know if there has been any spammers found a way round no follow attributes?
I only ask because I notice the one of the links on my site has nofollow but it still shows up on searches
The “nofollow” attribute doesn’t prevent backlinks, it only prevents the backlink from having any link juice or passing on any pagerank.
The website will still get a backlink though.
I like dofollow… It’s hard to get good quality links, and it’s kind of a charitable thing to do.
Thanks for the detailed guide!
My favorite thing about nofollow free is that it’s a great way to get tons of people to comment on your blog. It can literally make the difference between no comments and hundreds of comments, on some sites!
Pligg unfortunately is so heavily spammed that you have to use nofollow, no alternative.
Now I´m drinking my tea – and go to bed. Thanks, nice post.
pligg has become center point for spamming techniques due to dofollow.
great blog, do keep linked with me for related source of news and breaking news, i would be oblige to add you in my news roll
Some really good advice and info on this blog. It’s obvious you put alot of effort into you’re work, keep it up!