In this post, we will know how we can nofollow all the external links in our blogger blog, along with this we can target the external link blank so that the external link will open in the automatic new tab.
If Your Blog Follow All External Links So , It’s Chances Increase That Your Ranking And Authority Will effect.
All External Links Not Good For SEO .
Some , Are Spammy And Irrelevant Links That Hurt Your Blog Overall SEO Performance.
Contents
Why should nofollow external links
External links are not passed through pagerank juice via the nofollow attribute.
If You Don’t Enable Nofollow Then People Will Make Spam In Your Comment Box To Get DoFollow Links.
How to automatically Nofollow And Open In New Tab All external links in Blogger
To nofollow the external links, follow some easy steps below –
1. Login To Your Blog.
2. Go To Theme Section.
2. Choose Edit HTML.
3. Copy the code given below.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js' type='text/javascript'></script>
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery('a[href*="http://"]:not([href*="https://techywebtech.blogspot.com"])').attr('rel', 'nofollow');
jQuery('a[href*="https://"]:not([href*="https://techywebtech.blogspot.com"])').attr("target", "_blank");
});
</script>
3.
4. And now save the theme.
After applying this code in Blogger, all external links in your blog will be automatically nofollowed and with this target = “_ blank” will be added to it.
Wrapping up :
I have Explained Easy And With Pictures How To Automatically Nofollow And Open In New Tab All External links of Blogger Blog.
Impress By My Work And This Post.
Then Help Me By Sharing This Post.
Keep In Touch.
Feel Free to Comment below Comment Box 👇