There are several ways to change a no-follow link to a do-follow link in WordPress. This article will show you the simplest method to do so using a plugin.
The virtual world is filled with links that are interconnected to one another. Anywhere you search up online, there’s a link that leads you somewhere else. This is primarily because Google Search Engine Optimization (SEO) groomed us in that manner. It led us to believe that backlinks are crucial for a website’s ranking in search results. However, that is not entirely true. In order to have a good ranking, you need to understand how backlinks work, and the two types of backlinks that are at play.
At the same time, before we dive into how to change no-follow to do-follow in WordPress, you need to be clear about a few key terms associated with this article.
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. In simple words, it is one of the most popular open source Content Management Systems (CMS) out there. Approximately 75 million websites use WordPress. It is free to install, upgrade, and deploy.
To know more about WordPress, you can visit this page.
In the next section of how to change no-follow to do-follow in WordPress, we’ll provide you with a brief description of a backlink.
A backlink is basically an incoming link from one webpage to another. Google’s search engine uses a backlink as a ranking criterion. This is because when one website attaches a link that will redirect to another website, it means they believe the content there is remarkable. A quality backlink increases a website’s ranking and exposure in search engine results.
There are primarily two types of backlinks. Only one of them is more effective than the other. Let’s take a quick look at these:
To know more about backlinks and how they work, you may read this article that explains what a backlink is and why it’s still important in this time and age.
Before you know how to change no-follow to do-follow in WordPress, you need to know what they look like. To know this, you need to take a close look at the source code of the page. This may vary from one browser to another.
To check out the source code, click on ‘Source’ from your browser’s drop-down menu. Alternately, right-click on the page you’re in to view the source from the context menu.
The attribute that defines a link as NoFollow is Rel=“nofollow” is the attribute that defines a No-follow Link.
Usually, a no-follow link looks like this:
<a rel="nofollow"
href="http://ranktoday.com/"
title=""> Rank Today </a>
Now, if you remove the rel=“nofollow” attribute, your link will become a do-follow link.
On the other hand, a do-follow link typically looks like this:
<a href="http://ranktoday.com/"
title=""> Rank Today </a>
To a lot of people, dealing with source code may be unnerving. Most of us want to avoid that hassle as much as we can no matter how simple that process is. Hence, here’s how to change no-follow to do-follow in WordPress using a plugin.
First thing first, you need to install and activate a plugin called Remove Nofollow. Once you activate it, visit ‘Settings’. You’ll then find the option ‘Remove No-follow’ to set up plugin settings.
The first option, ‘Remove Nofollow attributes from comments’, allows you to remove no-follow from all the comments. Alternately, you can just remove no-follow from a comment author’s link. At the same time, you can remove the tick mark from both the option and do-follow all.
Whatever you decide to do, make sure you click on the ‘Update Options’ to save your changes. Afterward, you can test what changes you’ve made when you visit your website. Click on the ‘Inspect’ tool on any comment. The updated version should look something like this:
<a class="url" rel="external" href="https://blogwriters.io"> Blog Writers </a>
We really hope this article gave you the insight you needed on how to change no-follow to do-follow in WordPress. Let us know if you have any queries.