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:
Category:
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

301 featured image

301 Redirect: Definition & Best Practices

Learn about the 301 redirect, a crucial tool in maintaining seamless user experience and preserving SEO rankings when changing URLs.

404 error featured image

404: Meaning & SEO Basics for Broken Pages

Learn about 404 codes, including examples and how to avoid the error. Find simple resources on this common concept for...

alt text cover - alt tag and leaves

Alt Text: Image Accessibility and SEO Basics

Learn the importance of alt text and how to write effective image descriptions. This beginner's guide explains the essential details.

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...