1.Login to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to till you see your Link list code :
(Note : You may also can find it by searching <b:widget id='LinkList )
Look at the example below.
<b:widget id='LinkList12' locked='false' title='Recomended Links' type='LinkList'>
<b:includable id='main'>
<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<ul>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target' target='_blank'><data:link.name/></a></li>
</b:loop>
</ul>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
4.Now put blue colored code ( rel='noindex, nofollow' ) as the example below into your Link list code.
<b:widget id='LinkList12' locked='false' title='Recomended Links' type='LinkList'>
<b:includable id='main'>
<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<ul>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target' rel='noindex, nofollow'><data:link.name/></a></li>
</b:loop>
</ul>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
Important : You must include the space before rel='noindex, nofollow' as the example above.
Now save your template and you are done.
File Under : html



I'm Lasantha Bandara. we provides hundreds of easy to follow blogging tutorials and premium quality free blogger templates.
thanks you so much you are such a great blogger user i got succeed after read this i put nofollow "Automatic Link Exchange" in my http://raid-data-recovery-freeware.blogspot.com/ blog
thanks yar
Thanks for this. I was wondering how to do this for future purposes.
Hi i cant find <b:widget id='LinkList on my html template. Please help me. Thanks
Hi, thanks for this. I was also looking for a way to put nofollow tag on widgets. How about on iFrame elements is it the same, and just put the nofollow tag on the link? I am trying to put a nofollow tag on my ads that is why I am asking for it. Lastly, will this not affect my impressions in doing so? thanks!