How to add nofollow tags to support SEO?

Nofollow tags are one of the ways the publisher can tell the search engine that some links to other pages in favor of that content are not counted as “votes”.

The two most common spoken words in the field of SEO are Nofollow and Dofollow. All experts who understand the importance of search engine optimization should use the Nofollow tags feature. In this article, I will tell you how to add Nofollow tag to any link. You will learn when, why and how you should use the Nofollow tags.

As a matter of fact, when I was learning about On-page SEO optimization, the one thing I have learned is linked to a reliable and dependable source, which will help you to boost your ranking. Now, let’s look at some aspect of the nofollow link.

Why do you need to add Nofollow Tag to any link?

One of the basic rules of SEO is giving more importance to keeping the important post in the form of dofollow and keeping the other link in nofollow. A nofollow tag is an original piece of HTML. Included in a hyperlink, it allows developers to control whether the search engines follow a link or not.

Nofollow tags explained

For example, the following URLs on any other site’s site allow the search engine to go to the DDGPRESS website and credit the website with the link; Each link is scored by the search engine, supports SEO:

<a href="https://ddgpress.com/" title="DDGPRESS">Visit DDGPRESS</a>

Here’s the same hyperlink, which now includes a nofollow tag:

<a href="https://ddgpress.com/" title="DDGPRESS" rel="nofollow">Visit DDGPRESS</a>

By including a nofollow tag the search engine instructs that the site does not go to the site or not provide credits for the promotion of the destination site based on the link.

What Google has to say on the Nofollow Link?

“In general, we don’t follow them. This means that Google does not transfer PageRank or anchor text across these links. Essentially, using nofollow causes us to drop the target links from our overall graph of the web. However, the target pages may still appear in our index if other sites link to them without using nofollow, or if the URLs are submitted to Google in a Sitemap. Also, it’s important to note that other search engines may handle nofollow in slightly different ways.”

Link: https://support.google.com/webmasters/answer/96569?hl=en

How to add Nofollow Attributes to a link?

By default your link looks like this:

<a href="https://ddgpress.com/" title="DDGPRESS">Visit DDGPRESS</a>

To make it nofollow, just add an attribute Nofollow to the link:

<a href="https://ddgpress.com/" title="DDGPRESS" rel="nofollow">Visit DDGPRESS</a>

While typing in WordPress or Blogger, you can go to edit HTML mode and add rel = “nofollow” in front of the link to make it nofollow. Many plugins help you to create all the external links in the form of nofollow.

Generally, to maintain link juices, we keep our blog comments and external ad links in the form of Nofollow. You can use any WordPress SEO plugins to retain comments and ads links as nofollow. For internal links, I would recommend that you keep them as Doffalo (which stays by default) because it will help search engine bots to crawl more pages on your website.

Tell us if this tutorial has helped you to know about the Nofollow tags and how you can add a nofollow to any link. If you have any questions, please do not hesitate to tell us.

2 thoughts on “How to add nofollow tags to support SEO?”

Leave a Comment