nofollow tag cover

What is a Nofollow Tag? SEO Basics

Learn how nofollow tags work and when to use them. Understand HTML syntax, best practices for managing crawl budget, and implementation tools.
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 that instructs search engines like Google not to follow the link or assign it 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

apply noindex tag cover - no entry sign

How to Use a Noindex Tag

A noindex tag tells search engines not to include a page in search results. Learn how it works and how...

301 redirect cover

What is a 301 Redirect? SEO Basics & Best Practices

Learn what a 301 redirect is, why it matters for SEO, and how to use redirects correctly when changing URLs,...

404 cover image

What is a 404 Error? Basics & SEO Considerations

Learn about 404 errors and what they mean for your website. Find SEO considerations and why fixing broken pages is...

alt text cover - alt tag and leaves

What is Alt Text for Images? SEO Basics

Alt text (alternative text) describes images in HTML to improve accessibility, user experience, and SEO by helping screen readers and...