← Clarigital·Clarity in Digital Marketing
Off-Page SEO · Session 4, Guide 8

Backlink Fundamentals · How Links Affect Rankings

Backlinks — links from other websites pointing to your pages — remain one of Google's most powerful ranking signals. This guide covers what backlinks are technically, why they function as authority signals, how PageRank flows through links, the followed vs nofollowed distinction, link relevance and context, and how Google distinguishes high-value editorial links from manufactured ones.

Off-Page SEO2,700 wordsUpdated Apr 2026

What You Will Learn

  • What a backlink is technically and what data it carries
  • Why links remain a top-3 Google ranking signal in 2026
  • How PageRank equity flows from linking page to linked page
  • The difference between followed, nofollowed, sponsored, and ugc links
  • What makes a link high-quality vs low-quality
  • How link velocity affects Google's assessment of a link profile

Followed vs Nofollowed Links

Google recognises four link relationship attributes. These are set in the rel attribute of the anchor element:

  • No rel attribute (followed). A standard followed link. Google follows it, passes PageRank, and the link contributes to the linked page's authority. This is the default for editorial links.
  • rel="nofollow". Introduced in 2005. Tells Google not to follow the link for PageRank purposes. Since September 2019, Google treats nofollow as a "hint" rather than a directive — meaning it may choose to follow nofollow links in some circumstances. Wikipedia uses nofollow on all outbound links.
  • rel="sponsored". Introduced September 2019. Identifies links that were paid for — advertising, sponsorships, paid editorial placements. Signals commercial relationship; Google does not pass PageRank through sponsored links.
  • rel="ugc". Introduced September 2019. Identifies user-generated content links — blog comments, forum posts. Signals that the link was not editorially placed by the site owner.
<!-- Followed editorial link -->
<a href="https://example.com/page/">anchor text</a>

<!-- Nofollowed link -->
<a href="https://example.com/page/" rel="nofollow">anchor text</a>

<!-- Paid/sponsored link -->
<a href="https://example.com/page/" rel="sponsored">anchor text</a>

<!-- User-generated content link -->
<a href="https://example.com/page/" rel="ugc nofollow">anchor text</a>

Authentic Sources

OfficialGoogle Search Central — Link Spam Policies

Official policies on what constitutes manipulative link building vs legitimate link acquisition.

OfficialGoogle Search Central — Crawlable Links

How Google follows links and what makes a link crawlable and equity-passing.

OfficialGoogle Research — PageRank Paper

The original 1998 paper explaining the mathematical basis for how links pass authority.

OfficialGoogle Search Central Blog — Nofollow, Sponsored, UGC

Official announcement of sponsored and ugc rel attributes and updated nofollow treatment.

600 guides. All authentic sources.

Official documentation only — no bloggers.