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 NoFollow Automatically

How To Make All External Links NoFollow Automatically

How To Make All External Links NoFollow Automatically

Now a days after Google Panda Update there is a lot of importance of no-follow tag in links because it is the final hope to secure your PageRanks juice. One of the useful way for best Search Engine optimization for your blog is making all external links nofollow. NoFollow tag helps your blog to have a stable ranking in search engines. Actually, Search Engine robots come on your blog and they 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. By using nofollow, your link juice is not shared with others which cause a stable Google pagerank.

Blogspot Add Link Box Preview

Benefits Of NoFollow Tag:

1.) You share only human traffic through the link and does not share Search Engine traffic
2.) Google and other search engines algorithms have become better today, they might find it suspicious that a website has only “dofollow” backlinks. So, having external nofollow tags will let search engines fall in love with your blog.
3.) Backlinking to some illegal websites (torrent, warez etc) may cause your blog SERPs. Having them nofollow wouldn’t let search engines let impact your rank in search results.
4.) It will improve your SEO as its all about SEO.
5.) Google Also suggests nofollow tags if you have paid links. So, its better to follow Google’s suggestion.
and so on…
6.) You can see in the upper screen shoot that Blogger itself giving importance to rel=”nofollow” tag so you can understand the benefit of this.

How To Make A NoFollow Tag:

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

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

How To Make All External Links No-Follow Automatically:

Google Panda is just come so many blogger and website are old and have many of links in there sites and blog so they cannot edit all of there post and add rel=”nofollow” in all of there blogs and website external link. Don’t worry, here is a simple script to make all external links nofollow automatically, it only takes few minutes.

Recommended For You:
Creating The Psychographic Profile – Tips For Bloggers

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', 'nofollow');
});
</script>
]]>

Customization:

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

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

41 Responses to “How To Make All External Links NoFollow Automatically”

  1. Nuzul Fachrul says:

    hi friend, i love all tips trick from your website, can i fowarding this with indonesian language in my website??? D-T3X F.A™

  2. Hi,
    I am not agree with your point that you should make all your backlink nofollow.

    We must have a proper balance for dofollow and nofollow backlink.
    Google Panda or any other Google Penalty just tafget the spammy effect of your blog/website.

  3. html5 video hosting says:

    Thanks for sharing your info. I really appreciate your efforts and I will be waiting for your further write ups thanks once again.
    html5 streaming server

  4. M.M.M. says:

    Hey thanks for this post. I’ll be using it in my blog in a moment. 🙂

  5. Anonymous says:

    Hello , i need to know it only the external links get nofollow and not the internal links ?

  6. Thank You! I do reviews and my blog has been stuck at a 1!!! FOREVER now! LOL

  7. Anirudh Bahadur says:

    This is a neat trick.. Good one buddy! 🙂

  8. Umair Hasan says:

    Brother your trick is not working for me i have installed seoquake plugin in my chrome browser which shows all no follow links, after placing your script it shows me no change in may links.

  9. But all the guest post ………. 🙁 ! well good tricks 🙂 but can’t apply it !

  10. Anonymous says:

    If I add the website code to the js_css_requirements.php file I should be fine, correct?

  11. Anonymous says:

    I am getting an error in Dreamweaver after trying to insert the website code. “There is a syntax error on line 178 …which happens to be the following code:<! [CDATA[ … Code hinting may not work until you fix this error.
    What should I do?

  12. admin says:

    i added your code ,but there are no change in my older post …when i edit blogger no tick marks coming

    []Add ‘rel=nofollow’ attribute (Learn more)

  13. Anonymous says:

    how i know if i have jquary or not?

  14. Anonymous says:

    i don’t know how to thank you man
    i really really apperciate it

    but when i click on externel link it still do follow
    and i’m sure because i used firefox do-nofollow plugin

    thank you man for your answers

  15. Anonymous says:

    This is great stuff.. Thanks mate

  16. boco says:

    How to add no-follow on a link, that is just a link behind a pic, without html. E.g. in a cms where you can only insert link as a string and not html code?

  17. Web Development Company says:

    Informative Blog !!

    Thanks for Sharing

  18. Hi – Really neet trick. Thanks for sharing. Do I need to add the HTML on just one webpage (i.e. just a homepage) or every webpage on the site? Thanks!

  19. freelacne seo says:

    added but when i chcked my nofollow using no follow checkr it is showing as dofollow
    used to check: http://www.seorankings.com/tools/nofollow-link-checker

    please guide

Leave a Reply

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