# What Is a Nofollow Link? How It Works and Why It Matters When you link to another website, you're doing more than directing readers somewhere new — you're also sending a signal to search engines. A **nofollow link** is a way to make that link without passing along that signal. Understanding the difference between nofollow and regular links is fundamental to how the web works, both technically and strategically. ## The Basics: What Makes a Link "Nofollow" Every standard hyperlink on a webpage looks roughly like this in HTML: ```html Anchor text ``` A **nofollow link** adds a rel attribute that tells search engine crawlers to ignore the link for ranking purposes: ```html Anchor text ``` That small addition carries real weight. Without it, a link acts as a **"dofollow" link** — passing what SEO professionals call **link equity** (sometimes called "link juice") from the linking page to the destination. With `rel="nofollow"`, the crawler sees the instruction and, by Google's original design, does not count that link as a vote of confidence for the destination page. ## Why Nofollow Links Were Created Google introduced the nofollow attribute in **2005**, largely as a defense against comment spam. At the time, spammers were flooding blog comment sections with links purely to boost their own search rankings. By giving website owners a way to flag untrusted or user-generated links, Google reduced the incentive to spam. The original use cases were straightforward: - **Blog and forum comments** — you don't necessarily vouch for every link a commenter drops - **Paid or sponsored links** — Google requires that paid placements be marked so they aren't treated as organic endorsements - **User-submitted content** — directories, wikis, and platforms where the site owner doesn't control what gets linked ## How Google Treats Nofollow Links Today 🔍 In **2019**, Google updated its approach. Nofollow is now treated as a **hint rather than a directive**, meaning Google may still choose to crawl or even index the linked content — but it retains the right to ignore the equity signal. Google also introduced two additional rel values to give publishers more precision: | Attribute | Use Case | Link Equity Signal | |---|---|---| | `rel="nofollow"` | General untrusted or unendorsed links | Hint to ignore | | `rel="sponsored"` | Paid placements and advertisements | Should not pass equity | | `rel="ugc"` | User-generated content (comments, forums) | Should not pass equity | These can be combined: `rel="ugc nofollow"` is valid. Other search engines — Bing, for example — have their own interpretations of these attributes, which don't always align exactly with Google's. ## Nofollow vs. Dofollow: What Actually Changes The most important distinction is about **PageRank flow**. A dofollow link passes authority from one page to another, which can influence how the destination page ranks in search results. A nofollow link, in theory, does not. This has practical consequences: - A **dofollow link from a high-authority news site** can meaningfully improve a page's ranking potential - A **nofollow link from that same site** may drive real traffic and brand visibility, but carries less (or no) direct SEO weight - **All links still function as hyperlinks** — users can click either type and visit the destination It's worth noting that **no one outside Google knows exactly** how its algorithms process these signals internally. The "hint" language Google now uses means there's some ambiguity in edge cases. ## Where You'll Encounter Nofollow Links in Practice Nofollow links show up in more places than most people realize: - **Social media platforms** — most major platforms (Facebook, Twitter/X, LinkedIn) apply nofollow to outbound links by default - **Wikipedia** — all external links on Wikipedia are nofollow - **Press release syndication sites** — often flag links as nofollow or sponsored - **Affiliate links** — should be marked sponsored per Google's guidelines - **Ad networks** — any link that's part of a paid placement From a reader's perspective, none of this is visible. The nofollow attribute lives in the code, not the content. ## Why Nofollow Links Still Have Value ✅ A common misconception is that nofollow links are "worthless." That's not accurate. Their value depends on what you're trying to achieve: - **Traffic** — a nofollow link on a high-traffic page still sends visitors your way - **Brand exposure** — being cited by authoritative sources builds credibility with human readers, even without SEO equity - **Indexation** — links (including nofollow ones) can help search engines discover content, especially on newer pages - **Anchor text diversity** — a link profile made entirely of dofollow links can look unnatural; a mix tends to appear more organic ## The Variables That Determine Real-World Impact How much a nofollow link matters in practice depends on factors that vary significantly from one situation to the next: - **The authority and traffic of the linking site** — a nofollow mention on a major publication reaches a different audience than one buried on a low-traffic forum - **The type of website being linked to** — an e-commerce product page, a blog, and a SaaS landing page each benefit differently from referral traffic - **Your existing link profile** — sites with few inbound links may see more relative benefit from any link, regardless of follow status - **The search engine in question** — behavior differs across Google, Bing, and others - **Whether the link drives real user engagement** — bounce rate, time on site, and conversions from referral traffic have their own indirect effects A site in early growth mode treats a nofollow link from a major publication very differently than an established domain with thousands of existing backlinks. The same link means something different in each context, and no universal answer covers both. 🤔