---
type: "Article"
title: "PageRank | schema markup and entity authority"
description: "What Google's link analysis systems and PageRank are, what Google confirms about them, and how to audit your internal and external links."
resource: "https://www.laurelinlabs.com/search-systems/link-analysis-pagerank"
tags: ["pagerank", "schema-markup-and-entity-authority", "google-link-analysis-systems"]
generated: { by: "laurelin-site-build/2026-09-02", at: "2026-09-02T12:00:00+00:00" }
status: "stable"
stale_after: "2027-03-02T00:00:00+00:00"
---
# Link analysis systems and PageRank

Link analysis systems are the Google ranking systems that read how pages link to each other to work out what pages are about and which are most useful for a query. PageRank is the best known of them. Google confirms both in its ranking systems guide and says PageRank has evolved a lot but remains part of its core ranking systems. For a site, this means crawlable links, descriptive anchor text and an internal link graph that points weight at the pages that matter are still worth auditing.

## What are Google's link analysis systems and PageRank?

Link analysis systems are the family of Google ranking systems that use the links between pages to understand what a page is about and how useful it is likely to be for a query. Google lists them under one heading, "Link analysis systems and PageRank", in its [guide to Google Search ranking systems](https://developers.google.com/search/docs/appearance/ranking-systems-guide).

PageRank is the named member of that family. It was described in 1998 by Sergey Brin and Larry Page in [The Anatomy of a Large-Scale Hypertextual Web Search Engine](http://infolab.stanford.edu/~backrub/google.html), which treats a link as a citation and weights each citation by the importance of the page it comes from.

## How does PageRank work?

In the original paper, a page's PageRank is the probability that a "random surfer" who keeps clicking links lands on it. Links from pages that are themselves heavily linked pass more weight, and a page's outgoing weight is split across its links.

Two other ideas from the same paper still matter in practice. Anchor text is attached to the page a link points to, not just the page it sits on, and a damping factor lets the random surfer jump to a new page, which the authors noted could be biased towards chosen pages for personalisation. Later link systems, such as [topic-sensitive PageRank](https://www.laurelinlabs.com/search-systems/topic-sensitive-pagerank) and the [reasonable surfer patent](https://www.laurelinlabs.com/search-systems/reasonable-surfer), are variations on these ideas.

## What evidence is there that Google uses PageRank today?

This is a **Confirmed** system. Google's [ranking systems guide](https://developers.google.com/search/docs/appearance/ranking-systems-guide) names PageRank as a core ranking system, links to the original paper and patent, and states that it has changed a great deal but is still in use. Google's own [link best practices](https://developers.google.com/search/docs/crawling-indexing/links-crawlable) page also says links are used as a relevance signal and for discovery.

What Google does not publish is the current formula, its weight against other signals, or how link spam is discounted before it reaches PageRank. The public Toolbar PageRank score was switched off on 15 April 2016 according to [Wikipedia's PageRank article](https://en.wikipedia.org/wiki/PageRank), so no public PageRank number exists. Third-party metrics such as domain rating are estimates, not Google data.

## What should sites do about link analysis?

Treat links as two separate jobs: discovery and weighting. For discovery, every page you want ranked needs a crawlable <a href> link from somewhere Google already crawls. For weighting, the internal link graph decides where your own link equity flows, and you control it completely.

The falsifiable test: crawl the site, compute an internal PageRank style score for every indexable URL, and compare the top of that list with the pages that earn revenue or leads. If utility pages such as login, cart, terms or tag archives outrank your money pages internally, your own architecture is working against you.

- Use real <a href> links, not click handlers on spans or divs.
- Write anchor text that describes the target page.
- Link to key pages from pages that themselves receive links, not only from the footer.
- Qualify paid and user-generated links with rel values rather than hoping they are ignored.

## Which Laurelin audit checks test for link analysis problems?

The new check, [Internal link graph concentrates PageRank on low-value pages](https://www.laurelinlabs.com/audit/authority-network/339-internal-link-graph-concentrates-pagerank-on-low-value-pages), models your internal PageRank from a crawl and flags where it pools. It measures a proxy: a site-only model of link flow, not Google's PageRank, which includes external links and spam discounting we cannot see.

Related checks:

- [Key pages with few internal links](https://www.laurelinlabs.com/audit/topical-content/186-key-pages-with-few-internal-links): the simplest symptom of weak internal link weight.
- [Deep pages not linked from authority pages](https://www.laurelinlabs.com/audit/topical-content/192-deep-pages-not-linked-from-authority-pages): pages that sit far from where external link equity lands.
- [Orphan page](https://www.laurelinlabs.com/audit/technical-foundations/37-orphan-page): a page with no internal links cannot receive any internal PageRank.
- [Internal nofollow on equity links](https://www.laurelinlabs.com/audit/topical-content/190-internal-nofollow-on-equity-links): nofollow on internal links withholds a signal you want Google to use.
- [Links as span or div with JS onclick](https://www.laurelinlabs.com/audit/technical-foundations/65-links-as-span-div-with-js-onclick): links Google cannot extract pass nothing.
- [Low referring domain authority vs competitors](https://www.laurelinlabs.com/audit/authority-network/281-low-referring-domain-authority-vs-competitors): the external side of the same system.

## What are the key dates for PageRank?



- 1998: Brin and Page publish the PageRank paper ([source](http://infolab.stanford.edu/~backrub/google.html))
- 2016-04-15: Toolbar PageRank display switched off ([source](https://en.wikipedia.org/wiki/PageRank))
- 2025-12-10: Ranking systems guide (last updated) still lists PageRank as a core ranking system ([source](https://developers.google.com/search/docs/appearance/ranking-systems-guide))


## FAQ

### Does Google still use PageRank?

Yes. Google's ranking systems guide says PageRank has evolved a lot since launch and continues to be part of its core ranking systems.

### Can I see my site's PageRank?

No. Google stopped showing Toolbar PageRank in 2016. Any score you see in an SEO tool is that vendor's estimate, not Google's number.

### Is internal linking part of PageRank?

PageRank as described in the original paper is computed over all links, internal and external. Google does not publish how it weights internal links today, so an internal PageRank model is a useful proxy rather than a measurement.


Hub: [Authority Network](/topics/authority-network.md)


