# page rank

Published articles for page rank.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How Google PageRank Can Be Manipulated Through Manufactured Backlinks

DevFeed: [How Google PageRank Can Be Manipulated Through Manufactured Backlinks](<https://devfeed.tech/articles/google-s-page-rank-why-it-doesn-t-work-anymore-40207.md>)

Original publisher: [Read original article](<https://www.jeremykun.com/2011/06/21/googles-page-rank-why-it-doesnt-work-anymore/>)

Published: 2011-06-21T17:25:08Z

Content type: opinion

Language: en

Sources: [Jeremy Kun](<https://devfeed.tech/sources/jeremy-kun.md>)

Topics: [Google Search](<https://devfeed.tech/topics/google-search.md>), [Algorithm](<https://devfeed.tech/topics/algorithm.md>), [clients](<https://devfeed.tech/topics/clients.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [google](<https://devfeed.tech/tags/google.md>), [google-search](<https://devfeed.tech/tags/google-search.md>), [history](<https://devfeed.tech/tags/history.md>), [page-rank](<https://devfeed.tech/tags/page-rank.md>), [ranking](<https://devfeed.tech/tags/ranking.md>)

### AI overview

The article examines how Google PageRank can be manipulated when businesses manufacture backlinks through controversy and negative publicity. Using the DecorMyEyes case, it argues that PageRank can rank pages inappropriately when sites compete to influence the system.

### Source excerpt

A Bully By Any Other Name From the New York Times: "Shopping online in late July, Clarabelle Rodriguez typed the name of her favorite eyeglass brand into Google's search bar. In moments, she found the perfect frames -- made by a French company called Lafont -- on a Web site that looked snazzy and stood at the top of the search results. Not the tippy-top, where the paid ads are found, but under those, on Google's version of the gold-medal podium, where the most relevant and popular site is displayed.

## Google's Page Rank--The Final Product

DevFeed: [Google's Page Rank--The Final Product](<https://devfeed.tech/articles/google-s-page-rank-the-final-product-40206.md>)

Original publisher: [Read original article](<https://www.jeremykun.com/2011/06/20/googles-page-rank-the-final-product/>)

Published: 2011-06-20T22:07:41Z

Content type: tutorial

Language: en

Sources: [Jeremy Kun](<https://devfeed.tech/sources/jeremy-kun.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [Matrix](<https://devfeed.tech/topics/matrix-org.md>), [math](<https://devfeed.tech/topics/math.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [computational-complexity](<https://devfeed.tech/tags/computational-complexity.md>), [eigenvalues](<https://devfeed.tech/tags/eigenvalues.md>), [eigenvectors](<https://devfeed.tech/tags/eigenvectors.md>), [google](<https://devfeed.tech/tags/google.md>), [mathematics](<https://devfeed.tech/tags/mathematics.md>), [matrix](<https://devfeed.tech/tags/matrix.md>), [page-rank](<https://devfeed.tech/tags/page-rank.md>), [probability-theory](<https://devfeed.tech/tags/probability-theory.md>), [programming](<https://devfeed.tech/tags/programming.md>), [pseudocode](<https://devfeed.tech/tags/pseudocode.md>), [ranking](<https://devfeed.tech/tags/ranking.md>), [search-engine](<https://devfeed.tech/tags/search-engine.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This article explains how PageRank addresses dangling nodes and non-unique rankings. It introduces positive column-stochastic matrices and the Perron-Frobenius Theorem, then uses random web surfing as a probability-based intuition for webpage importance.

### Source excerpt

Dangling Nodes and Non-Uniqueness Recall where we left off last time. Given a web $ W$ with no dangling nodes, the link matrix for $ W$ has 1 as an eigenvalue, and if the corresponding eigenspace has dimension 1, then any associated eigenvector gives a ranking of the pages in $ W$ which is consistent with our goals. The first problem is that if there is a dangling node, our link matrix has a column of all zeros, and is no longer column-stochastic.

## Google's PageRank--A First Attempt

DevFeed: [Google's PageRank--A First Attempt](<https://devfeed.tech/articles/google-s-pagerank-a-first-attempt-40203.md>)

Original publisher: [Read original article](<https://www.jeremykun.com/2011/06/18/googles-pagerank-a-first-attempt/>)

Published: 2011-06-18T18:05:20Z

Content type: article

Language: en

Sources: [Jeremy Kun](<https://devfeed.tech/sources/jeremy-kun.md>)

Topics: [Graphs](<https://devfeed.tech/topics/graphs.md>), [graph theory](<https://devfeed.tech/topics/graph-theory.md>), [Web](<https://devfeed.tech/topics/web.md>), [Algorithm](<https://devfeed.tech/topics/algorithm.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [structure](<https://devfeed.tech/topics/structure.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [eigenvalues](<https://devfeed.tech/tags/eigenvalues.md>), [eigenvectors](<https://devfeed.tech/tags/eigenvectors.md>), [google](<https://devfeed.tech/tags/google.md>), [graph](<https://devfeed.tech/tags/graph.md>), [graph-theory](<https://devfeed.tech/tags/graph-theory.md>), [internet](<https://devfeed.tech/tags/internet.md>), [mathematics](<https://devfeed.tech/tags/mathematics.md>), [page-rank](<https://devfeed.tech/tags/page-rank.md>), [ranking](<https://devfeed.tech/tags/ranking.md>), [search-engine](<https://devfeed.tech/tags/search-engine.md>), [structure](<https://devfeed.tech/tags/structure.md>), [vertex](<https://devfeed.tech/tags/vertex.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This post models the Web as a directed graph and introduces PageRank-style importance scoring for web pages. It first considers ranking pages by incoming-link counts, then explains why treating every link as equally valuable is inadequate and motivates weighting links by the importance of the linking page.

### Source excerpt

The Web as a Graph The goal of this post is to assign an "importance score" $ x_i \in [0,1]$ to each of a set of web pages indexed $ v_i$ in a way that consistently captures our idea of which websites are likely to be important. But before we can extract information from the structure of the internet, we need to have a mathematical description of that structure. Enter graph theory.

## Google's PageRank--Introduction

DevFeed: [Google's PageRank--Introduction](<https://devfeed.tech/articles/google-s-pagerank-introduction-40199.md>)

Original publisher: [Read original article](<https://www.jeremykun.com/2011/06/12/googles-pagerank-introduction/>)

Published: 2011-06-12T21:09:29Z

Content type: tutorial

Language: en

Sources: [Jeremy Kun](<https://devfeed.tech/sources/jeremy-kun.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [Algorithm](<https://devfeed.tech/topics/algorithm.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [crawler](<https://devfeed.tech/tags/crawler.md>), [google](<https://devfeed.tech/tags/google.md>), [history](<https://devfeed.tech/tags/history.md>), [indexer](<https://devfeed.tech/tags/indexer.md>), [page-rank](<https://devfeed.tech/tags/page-rank.md>), [query-engine](<https://devfeed.tech/tags/query-engine.md>), [ranking](<https://devfeed.tech/tags/ranking.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [search-engine](<https://devfeed.tech/tags/search-engine.md>), [sorting](<https://devfeed.tech/tags/sorting.md>)

### AI overview

An introduction to Google's PageRank and the broader process search engines use to select and order information. The article describes crawlers, indexers, ranking algorithms, and query engines, and frames ranking in terms of popularity and authority rather than relevance alone.

### Source excerpt

Importance on the Web As a society living in the "Information Age," it comes as no surprise that we are faced with the task of sorting through vast oceans of content. With the admission that most content is actually junk, we must wisely choose the objects of our analysis. The appropriately named site UselessJunk.com certainly doesn't deserve the same attention as the BBC World News page, and yet within the monstrous heart of the internet, it requires the maturity of the human psyche to discriminate their relative worth.