LATEST >>

Welcome Here And Thanks For Visiting. Like Us On Facebook...

EXEIdeas – Let's Your Mind Rock » Blogspot / Blogspot SEO and SMO Tips and Tricks / HTML-CSS-PHP-JavaScript / JavaScript Codes / Website / Website SEO and SMO Tips and Tricks » How To Make All External Links DoFollow Automatically?

How To Make All External Links DoFollow Automatically?

How To Make All External Links DoFollow Automatically

DoFollow backlinks are simply put, hyperlinks (url’s to another website), that do not have the “rel= nofollow” tag in the html code. When a spider crawls the html code and does not find the “nofollow” tag, it then regards this link as more important and passes on Page Rank to the website that the backlink is pointing at.
I am not saying that nofollow backlinks are useless, they simply carry less weight than DoFollow Backlinks when it comes to Search Engine Rankings and Page Rank.

DoFollow Backlinks VS NoFollow Backlinks:

DoFollow Backlinks – Passes Link Juice on to your website and helps your website get a higher page rank.
NoFollow Backlinks – Passes on some Link Juice to your website but does not help your website get a higher page rank.

How To Make A NoFollow Tag:

Its very easy to make links “dofollow”; Just add an extra code (written in red color) in hyper link;

<a href="https://www.exeideas.com/" rel="dofollow">EXEIdeas</a>

How To Make All External Links Do-Follow Automatically:

First of all I want to say that all link without nofollow are rel=”dofollow” officially but if you want to make it more dofollow then use the below code and make all external link dofollow.

Recommended For You:
How To Add Pure CSS3 Responsive HTML Table Example?

How To Add In Blogspot?

1.) Go To Your www.blogger.com
2.) Open Your Desire “Blog“.
3.) Go To “Layout“.
4.) Click “Add A Gadget” Where You Want To Add It.
5.) Now Scroll To “HTML-JAVASCRIPT
6.) Click “+” Icon To Add It.
7.) Now Copy The Below Code And Paste It To There.
8.) Leave The “Title” Empty.
9.) Click “Save“, Now You Are Done.

How To Add In Website?

1.) Just Go To Your HTML File.
2.) Now Copy The Below Code And Paste It Between <body> </body>.
3.) Save It, Now You Are Done.

<script src='https://code.jquery.com/jquery-2.0.0.min.js' type='text/javascript'/>
<script type="text/javascript">
<![CDATA[
jQuery(document).ready(function () {
jQuery('a[href*="http://"]:not([href*="https://www.exeideas.com"])').attr('rel', 'dofollow');
});
</script>
]]>

Customization:

1.) Remove First Red Line If You Already Have JQuery Plugin.
2.) Change Blue Link With Your URL To Avoid Adding DoFollow In Your Internal Links.
3.) Save And Secure Yourself.

You Like It, Please Share This Recipe With Your Friends Using...

14 Responses to “How To Make All External Links DoFollow Automatically?”

  1. making our blogs do follow have a much value. by making our blogs do follow we can get more blog comments. visitors show interest in commenting on our blog if our blog is do follow blog. but we should be careful regarding spammers. nice tip to make blogs as do follow.

  2. JayRyan'sBlog says:

    Thanks for this great post..

    JayRyan’sBlog

  3. recipes says:

    great information

  4. Rajiv says:

    thanks ..

    its a big help to new bloggers like me. 😀

    some of your tips and tricks i`m using to my new blog i made.
    http://silipsilip.blogspot.com . exeideas sites i all visited for seeking new update on blogging tips.

    i`m hoping my blog got higher page rank. 😀

    thanks and have a good day sir M. hassan

  5. Pamela Renee says:

    Thanks for posting this great tip. I’m going to give it a try right away. Can you do this for Facebook? Those links don’t seem to be dofollow at all!

  6. Asim Nawaz says:

    if i want to have more visitors and search engine traffic then should i make All External Links NoFollow or should i Make All External Links doFollow.? please tell me which will be better for better seo?

    http://downloadsandtricks.blogspot.com/
    An Informative site which provides free softwares, ebooks, wallpapers, videos, solution manuals, programming, blogging tips & tutorials & much more Interesting Stuff

  7. I believe this is a good post, i will like you to explain a little more about it because there i still got a few doubts relating it. Thanks

Leave a Reply to JayRyan'sBlog Cancel reply

Your email address will not be published. Required fields are marked *