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
What Are Backlinks
A backlink (also called an inbound link or external link) is a hyperlink on one website that points to a page on a different website. From a technical perspective, a backlink is an HTML anchor element on domain A that references a URL on domain B. When Googlebot crawls domain A, it follows the link to domain B, discovers the linked page, and records the link relationship between the two pages.
<!-- Example backlink on linking page -->
<a href="https://www.clarigital.com/codex/seo/ranking-factors/"
rel="noopener">
comprehensive SEO ranking factors guide
</a>
This single element carries multiple pieces of information that Google uses: the destination URL being linked to, the anchor text ("comprehensive SEO ranking factors guide"), any rel attributes (nofollow, sponsored, ugc), the context of the surrounding content, and the authority of the linking page and domain.
Why Links Remain a Top Ranking Signal
Links have been a core Google ranking signal since the original PageRank paper in 1998. Despite 25+ years of algorithm evolution, they remain one of the top three ranking factors — confirmed by multiple Google engineers including Gary Illyes and John Mueller in various contexts. The reason is structural: a link from one website to another is an editorial action that requires the linking site's owner to make a deliberate choice. This makes links a harder-to-fake signal than on-page content optimisation.
Google's theory: if website A links to website B, website A is implicitly endorsing website B's content as worth reading. The more endorsements a page accumulates — especially from pages that are themselves well-endorsed — the more trustworthy and authoritative it appears. This is the recursive logic of PageRank: authority from authoritative sources is authoritative.
Modern Google also uses links as a trust signal. Being linked to by established, reputable publications in your industry is a signal that your organisation and content are considered legitimate and credible. This is distinct from pure PageRank — it reflects how links function as endorsements in the real-world information ecosystem.
Link Equity and PageRank Flow
Link equity (the SEO industry's term for the ranking value passed through a link) flows from the linking page to the linked page. The amount of equity passed is determined by the linking page's own PageRank divided among all its outbound links, modified by the damping factor.
Factors that affect equity passed per link
| Factor | Effect |
|---|---|
| Linking page's PageRank | Higher authority pages pass more equity |
| Number of outbound links on the page | More links = less equity per link (divided equally) |
| rel="nofollow" | Tells Google not to follow; equity not passed |
| Position on the page | Contextual links in body content carry more weight than footer/navigation links |
| Topical relevance | Links from topically relevant pages carry more topical authority |
| Link to homepage vs deep page | Links to homepage distribute equity through internal links; links directly to deep pages provide more direct benefit to that page |
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>
What Makes a Link High Quality
Not all followed links are equal. Google's link quality assessment considers multiple dimensions beyond the simple followed/nofollowed distinction:
- Domain authority of the linking site. A link from a high-PageRank domain (major newspaper, government site, university) passes significantly more equity than a link from a low-PageRank personal blog.
- Topical relevance. A link from a site in the same industry or topic area carries more topical authority for that topic than a link from an unrelated site of equal domain authority.
- Editorial context. A link embedded naturally within relevant body content, with descriptive anchor text that contextually references the linked page, carries more weight than a link in a sidebar widget or footer list.
- Referring page's own link profile. A link from a page that itself has many high-quality backlinks (a popular article on a major publication) passes more equity than a link from an obscure page with no inbound links on the same domain.
- Link uniqueness. Links from unique referring domains are more valuable than multiple links from the same domain. One link from 100 different domains is generally worth more than 100 links from one domain.
Link Velocity
Link velocity is the rate at which a site acquires new backlinks over time. Natural link acquisition follows organic patterns: gradual growth over time, with spikes around publication of notable content or PR events. Unnatural velocity patterns — thousands of links appearing suddenly from similar-pattern domains — are signals of manipulative link building.
Consistent, sustainable link acquisition is more beneficial than large spikes: a site gaining 50–200 new linking domains per month over 12 months builds more durable authority than a site that gains 2,000 links in a single month from a link scheme. The former pattern reflects genuine growing recognition; the latter pattern is a Penguin risk signal.
Authentic Sources
Official policies on what constitutes manipulative link building vs legitimate link acquisition.
How Google follows links and what makes a link crawlable and equity-passing.
The original 1998 paper explaining the mathematical basis for how links pass authority.
Official announcement of sponsored and ugc rel attributes and updated nofollow treatment.