nofollow tag cover

Nofollow Tag: Basics & SEO Best Practices

Learn about the nofollow tag, including how and when to use it. Discover the essentials for using this key SEO tag for managing crawlers.
Published:
Updated:
Author: Taylor Brown

There are many ways to guide web crawlers on how to treat your site. Nofollow tags are an essential SEO tool for doing so. This quick guide covers the basics of the tags and how they work.

What is a Nofollow Tag?

The nofollow tag is an HTML attribute added to a hyperlink, instructing search engines like Google not to follow the link or assign any SEO value.

These tags are important because they help you manage your site’s reputation, prevent spam, and avoid passing authority to low-quality websites.

Code Example

Here is an example of what a nofollow tag looks like in HTML:

<a href="https://example.com/" rel="nofollow">Example</a>

Compare this to a default link without the nofollow tag:

<a href="https://example.com/">Example</a>

The rel="nofollow" part is what does the magic.

How to Use Nofollow Tags

To help understand when to use them, consider these scenarios:

Nofollow tags are often used when site owners need to link to another non-reputable site, but they don’t want to help the site’s backlink profile by providing link equity.

So, they use the tag to responsibly link to the irresponsible site:

This <a href="https://sketchysiteonline.com" rel="nofollow">bad website</a> reported incorrect information, which caused problems.

One way to save on your crawl budget is to add nofollow tags to links that don’t need SEO value, or those uncommonly searched for, like login pages.

Member? <a href="https://yoursite.com/login" rel="nofollow">Log in</a> for the best experience.

This can be an especially helpful technique if applied to site-wide links, such as navigation or footer items.

Tools for Managing Nofollow Tags

Here are some handy tools for working with nofollow links:

  1. Screaming Frog: A popular SEO spider tool that can help you identify nofollow links on your website.
  2. Yoast SEO: A WordPress plugin that makes adding nofollow tags easier
  3. NoFollow Chrome Extension: A browser extension that highlights nofollow links

Bottom Line

Understanding how to use the tag properly and when to use it is an essential SEO skill. The nofollow tag is a useful SEO tool for managing web crawlers and your crawl budget. They also provide a way to limit authority to non-reputable sites and have other uses for managing how search robots crawl your content.

For more, see Google’s documentation on qualifying your outbound links, including additional examples on when to use nofollow and similar tags.

Taylor Brown

I’m Taylor, the guy who runs TCB Studio. I’m a digital and creative professional based in Kansas City. This site is where I share practical resources and information on helpful technology.

Related Articles

anchor text featured image - anchor and plants

Anchor Text: Basics, Examples & Best Practices

This quick guide explains the concept of anchor text, provides examples, and highlights the difference between anchor text and other...

backlinks featured image - chain links with plants

Backlink: Meaning, Basics & SEO Importance

Backlinks are links from external sites to yours. They are important for SEO and building audience engagement.

broken link cover

Broken Links: How to Fix Them & SEO Basics

Discover the impact of broken links on SEO and user experience. Learn how to identify them, and understand effective strategies...

canonical tag cover - windows and leaves

Canonical Tags: How to Beat Duplicate Content and Boost SEO

Learn how to utilize canonical tags for better SEO with this guide. Understand their importance and how to implement them.