Nofollow Link
In one line
A nofollow link is an HTML attribute instructing search engines not to pass ranking credit to a destination URL. Learn how and when to use it for SEO.
Definition & overview
Nofollow link is an HTML attribute that instructs search engine crawlers to ignore the destination web address for page ranking purposes. The nofollow link attribute prevents link equity from flowing to untrusted or paid external sites, protecting the referring domain from potential search engine penalties.
Marketing teams across the industry often struggle to balance outbound linking with technical site health. Applying the nofollow tag solves this shared challenge by stopping the transfer of ranking credit, often called link juice. According to Google Search Central Guidelines, search engines historically treated the nofollow attribute as a strict directive. Following Google's 2019 attribute update, crawlers now treat these tags as hints to understand a site's relationship with the linked page. When publishers apply this markup, they tell Google they are referencing a resource but not endorsing the content.
How to implement nofollow link
Applying this tag is a straightforward process for most digital publishing teams. You can add it manually to the HTML anchor tag or use built-in platform tools.
- 1Identify the external links or outbound links on your page that require restriction.
- 2Open your website editor and locate the specific hyperlink.
- 3Switch to the code view to manually edit the HTML anchor tag if you are working directly in the source code.
- 4Insert the rel="nofollow" attribute inside the opening link tag just after the URL destination.
- 5Use the link settings panel to toggle the nofollow option for standard CMS implementation in platforms like WordPress.
- 6Publish the page and verify the setup using a browser inspect tool.
Example
Reviewing the source code or HTML snippet is the fastest way to confirm your setup is working. You simply need to verify that the rel="nofollow" attribute sits inside the anchor tag alongside the destination URL and the anchor text.
Here's the exact syntax for a properly formatted tag:
<a href="https://example.com" rel="nofollow">Anchor Text</a>
Common mistakes
B2B and B2C marketing teams accidentally harm their site architecture by misapplying link attributes. Avoiding these frequent errors prevents technical issues and search engine penalties.
- Restricting internal links: Adding this attribute to your own site navigation stops crawlers from discovering your pages, so it traps site authority instead of distributing it naturally.
- Ignoring the rel="sponsored" tag: Google prefers specific attributes for paid placements. Using a generic tag instead of rel="sponsored" for affiliate links fails to provide the exact signal search engines request.
- Missing rel="ugc" on public forums: Failing to apply the rel="ugc" tag to user comments leaves your domain vulnerable to webspam and untrusted content.
Frequently asked questions
What is a do follow link?
A do follow link is a standard hyperlink without any restrictive attributes. It allows search engines to crawl the destination URL and pass ranking credit. This transfer of authority helps build a strong backlink profile for the receiving site.
Is nofollow good for SEO?
Yes, using this attribute correctly protects your site from search engine penalties related to paid placements and spam. These links also drive valuable referral traffic to your site even though they don't directly pass ranking credit.
Should I nofollow all external links?
No, you should only restrict links to untrusted sites or paid placements. Linking out to authoritative sources with natural editorial links helps search engines understand your content context and builds trust in your site.
Read next · related terms
Want this handled for you?
See how your site performs across Google, AI Overviews, ChatGPT, and Gemini.
Get your free visibility report

