Webgraph
Graph of connected web pages
title: "Webgraph" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["internet-search-algorithms", "application-specific-graphs"] description: "Graph of connected web pages" topic_path: "technology/algorithms" source: "https://en.wikipedia.org/wiki/Webgraph" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Graph of connected web pages ::
A webgraph is a set of directed links between pages of the World Wide Web. A graph, in general, consists of several vertices, some pairs connected by edges. In a directed graph, edges are directed lines or arcs. The webgraph is a directed graph, whose vertices correspond to the pages of the WWW, and a directed edge connects page X to page Y if there exists a hyperlink on page X, referring to page Y.
Properties
- The degree distribution of the webgraph strongly differs from the degree distribution of the classical random graph model, the Erdős–Rényi model: in the Erdős–Rényi model, there are very few large degree nodes, relative to the webgraph's degree distribution. The precise distribution is unclear, however: it is relatively well described by a lognormal distribution, as well as the Barabási–Albert model for power laws.
- The webgraph is an example of a scale-free network.
Applications
The webgraph is used for:
- computing the PageRank of the world wide web's pages;
- computing the personalized PageRank;
- detecting webpages of similar topics, through graph-theoretical properties only, like co-citation;
- and identifying hubs and authorities in the web for HITS algorithm.
References
References
- (2008). "Introduction to Information Retrieval". Cambridge University Press.
- Erdős, Paul. (1960). "On the evolution of random graphs". Publication of the Mathematical Institute of the Hungarian Academy of Sciences.
- (2015). "The Graph Structure in the Web - Analyzed on Different Aggregation Levels". Journal of Web Science.
- (October 1999). "Emergence of scaling in random networks". Science.
- Brin, Sergey. (1998-04-01). "The anatomy of a large-scale hypertextual Web search engine". Computer Networks and ISDN Systems.
- Glen Jeh and Jennifer Widom. 2003. Scaling personalized web search. In Proceedings of the 12th international conference on World Wide Web (WWW '03). ACM, New York, NY, USA, 271–279. {{doi. 10.1145/775152.775191
- (1999). "Trawling the Web for emerging cyber-communities". Computer Networks.
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::