Every blogger want powerful SEO for their blogs. You can make your blog Google lover with just making. external links nofollow. NoFollow tag helps your blog to make high ranking in search engines like Google, Yahoo, Bing, MSN etc. After Google Panda Update you will understand the importance of no-follow tag in external links because it is the final hope to secure your PageRanks juice.
Here I want to clear that, Search Engine robots come on your blog or website and they will visit all links placed in your blog post. Its an intelligent to keep those robots on your blog and let them index only your blog posts. This tutorial will guide you "How To Make All External Links NoFollow Automatically In Blogger."
How To Make All External Links NoFollow Automatically In Blogger
- Go To Blogger Dashboard --> Template --> Edit HTML
- Backup Your Template Before Making Any Changes
- Now Expand Widget Templates
- Press Ctrl + F and Search The Code Shown Below
- Now Find the code("</head>") shown below using [ctrl+F]
- Now Paste The Code Shown Below Just above/Before It
<script src='http://techtrickbox.googlecode.com/files/nofollow.js' type='text/javascript'/>
<script type='text/javascript'>
<![CDATA[
jQuery('a').each(function(){var a=jQuery(this).attr('href');if(typeof a!='undefined'&&a!=""&&(a.indexOf('http://')!=-1||a.indexOf('https://')!=-1)&&a.indexOf(window.location.hostname)==-1){jQuery(this).attr("rel","nofollow")}});
]]>
</script>
<script type='text/javascript'>
<![CDATA[
jQuery('a').each(function(){var a=jQuery(this).attr('href');if(typeof a!='undefined'&&a!=""&&(a.indexOf('http://')!=-1||a.indexOf('https://')!=-1)&&a.indexOf(window.location.hostname)==-1){jQuery(this).attr("rel","nofollow")}});
]]>
</script>
- Now Save Your Blogger Template & Enjoy :)
If You Like Please Comment Bellow

This site is truly amazing my one of friend told me about this. And the theme is quite beautiful as well as the updated stuff also attract visitors to come and visit again. I would definitely bookmark it and would come back to you soon. Keep on updating.
ReplyDeleteHi admin, I'm using a free theme for my blogspot blog.
ReplyDeleteCan I used this j-query in it. Is it legal to modify free themes code. I would really appreciated your reply.
thanks.
Try this.... otherwise send me the full code or your template on my gmail... I do that for you...
DeleteOk I did make all links nofollow.
ReplyDeleteBut if I want to make some of them dofollow to give some rank to a website ,what should I do?
The reason I ask is bcs I have a blog that send sidewide links to my e-shop and I just removed them.Now I believe that is good to have some links with dofollow to my e-shop.Can I do that?
Just add rel='dofollow' tag in the link which you want to make dofollow..
Delete