How To Insert No-Follow Links On Your Blog?

In WordPress, you can add “nofollow” attributes to your links to indicate to search engines that they should not pass on any link juice or SEO value to the linked page. This is often done for sponsored or user-generated content to avoid manipulating search engine rankings. Here’s how you can add “nofollow” links in WordPress:

  1. Classic Editor: If you’re using the classic editor in WordPress, follow these steps:
    • Create or edit a post/page where you want to add the link.
    • Highlight the text you want to turn into a link and click the “Insert/edit link” button in the editor toolbar (looks like a chain link).
    • A popup window will appear. In this window, you’ll see a field labeled “Link Relationship (XFN)”. In this field, you can add nofollow.
    • For example, the link HTML will look something like this: <a href="https://example.com" rel="nofollow">Click here</a>.
    • Click the “Add Link” button to insert the link with the nofollow attribute.
  2. Block Editor (Gutenberg): If you’re using the block editor (Gutenberg), here’s how you can add a “nofollow” link:
    • Create or edit a post/page where you want to add the link.
    • Add a paragraph block or use an existing one.
    • Type or paste the anchor text you want to link.
    • Select the anchor text and click the link icon that appears above it.
    • In the link settings panel on the right sidebar, you will see a field labeled “Rel”. Enter nofollow into this field.
    • The link preview will show the rel attribute set to “nofollow”.

Remember that the process might slightly vary depending on your WordPress version, theme, or plugins you have installed. The key is to locate the field where you can add the “nofollow” attribute (often labeled as “Rel” or “Link Relationship”) when you’re adding or editing a link.

After you’ve added the “nofollow” attribute, the search engines will understand that this link should not pass on any SEO value. It’s worth noting that while “nofollow” links won’t contribute to the linked page’s SEO, they can still drive traffic and engagement.

The Account Behind No-Follow Website Links

No-follow links are a type of HTML link attribute used on websites to instruct search engines not to pass any authority or “link juice” from one page to another. In other words, when a search engine crawler encounters a no-follow link, it won’t consider that link as a signal for ranking or indexing purposes.

Link Juice: When a webpage links to another webpage, it’s essentially endorsing the linked page. This endorsement can influence the linked page’s search engine rankings. This flow of authority is often referred to as “link juice.”

No-Follow Attribute: Adding the “no-follow” attribute to a link tells search engines that the link shouldn’t be counted as an endorsement. It’s like telling search engines, “I’m linking to this page, but I don’t necessarily vouch for its content or want it to gain ranking benefits from my site.”

Where No-Follow Links Are Uses?

Paid Links: If you have paid content or advertisements on your site, using no-follow links on these helps you comply with search engines’ guidelines. This includes sponsored posts, affiliate links, and advertising banners.

User-Generated Content: Links in user comments, forum posts, or other types of user-generated content can be marked as no-follow to avoid potential spammy links affecting your site’s SEO.

Untrusted or Unverified Links: If you’re unsure about the credibility of a linked site, you might use a no-follow link to avoid inadvertently endorsing problematic content.

Internal Links: While no-follow links are most commonly associated with external links, you can also use them for internal links, although this is less common. For instance, you might no-follow certain internal links to control the flow of link juice within your site.

Remember that search engines still follow no-follow links to discover new pages and to understand the context of the linked content, but they won’t pass ranking value through these links. No-follow links are an important tool for maintaining the integrity of your site’s SEO and adhering to search engine guidelines.