Are you afread that IntenseDebate will steal your PageRank? If yes, then your worries will come to an end now. If you love IntenseDebate but don't want to attribute dofollow links in comments, then a single piece of code will solve your issue and you will be able to attribute nofollow to all comment links. But lets discuss first, why you need to make IntenseDebate nofollow.
Dofollow Links Steal Your Rank
You must know and consider that dofollow links steal your blog or website's ranking. The situation gets even more worse when spammers put links to crap sites via comments. So you must attribute nofollow to the links which lead to spam sources. It doesn't mean that you must always attribute nofollow to all links including in your posts and other sections. When you put links to reputable and relevant sources, it helps in boosting your own website or blog's ranking but always ensure that you are not giving dofollow links to any spam or crap source.
Turn Commenting on Your Blogger Blog Similar to WordPress
WordPress is good in providing a better conversation platform for visitors but when you use Blogger as your blogging platform, then you mostly go for a third party commenting system. Disqus and IntenseDebate are the top choices of bloggers.
In my article
Disqus vs IntenseDebate, I have mentioned that IntenseDebate is better than Disqus but one weakness of IntenseDebate was that it was attributing dofollow to the links in comments. But that was past. Now you can make IntenseDebate nofollow very easily and also can hide the IntenseDebate and WordPress login buttons. This will give a clean look to your comment section as you see on this blog. Your Blogger blog's commenting section is now going to transform like that of WordPress at last for which many bloggers dream for.
How to Make IntenseDebate Nofollow?
You need to add a single line of script to your blog or website. Once you will add this script, all links in comments will be given the nofollow attribute. It attribute nofollow to all links including the old ones, so it ensures that you are going to eliminate all the risks which were previously stealing your ranking. The script, which I've customized for IntenseDebate was basically generated by
Thaya Kareeson. To add this script to your blog, follow below steps:
For Blogger:
Sign in to Blogger, select your blog and go to its template section. Then edit its HTML. Press Ctrl+F and find </body>. Now paste below script just above </body> and save your template. You are all done!!
<script src='https://supportivehandsjs.googlecode.com/files/idcnf.js' type='text/javascript'/>
For WordPress
In your blog's dashboard (yourdomain.com/wp-admin), go to Appearance and then choose Editor. Theme editor will open. Look for footer.php in right sidebar and edit it. Find </body> and paste above provided script just above </body> and save your theme. You are all done!!
For Websites
Add above script before </body> tag in each and every page. If you are using any other CMS, just find </body> and add above provided script before </body> to get the trick working.
Removing IntenseDebate and WordPress Login Buttons
You can remove unnecessary IntenseDebate and WordPress login buttons by adding a small piece of CSS code. To do it, visit http://intensedebate.com, select your site and go to Custom CSS section in left sidebar. Then add below piece of CSS code and save your style.
.idc-postnav-label { display: none !important; }
.idc-postnav-list { display: none !important; }
.idc-foot { display: none !important; }
If you want to keep IntenseDebate footer, then just remove the last line from above CSS code. You must keep this footer to keep the attribution for IntenseDebate's great service.
Any questions? Or need any help? Just leave a comment with your question. I'll get back to you. Please also share either the trick worked for you or not.