惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
罗磊的独立博客
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
V
V2EX
美团技术团队
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
量子位
MyScale Blog
MyScale Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
N
Netflix TechBlog - Medium
有赞技术团队
有赞技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
B
Blog

Common Crawl

Common Crawl - Blog - Introducing the AI Visibility Audit Common Crawl - Blog - Host- and Domain-Level Web Graphs March, April, and May 2026 Common Crawl - Blog - May 2026 Crawl Archive Now Available Common Crawl - Blog - April 2026 Crawl Archive Now Available in a Hugging Face Storage Bucket Common Crawl - Blog - You can now build directly on Common Crawl from the browser Common Crawl - Blog - Host- and Domain-Level Web Graphs February, March, and April 2026 Common Crawl - Blog - April 2026 Crawl Archive Now Available Common Crawl - Blog - April 2026 Common Crawl Newsletter Common Crawl - Blog - Announcing a Change to Common Crawl Dataset Size Reporting Common Crawl - Blog - Host- and Domain-Level Web Graphs January, February, and March 2026 Common Crawl - Blog - March 2026 Crawl Archive Now Available Common Crawl - Blog - IPv6 Adoption Across the Top 100K Web Hosts Common Crawl - Blog - Measuring Web Accessibility from Crawl Archives Common Crawl - Blog - Announcing the Whirlwind Tour of Common Crawl's Datasets Using Java Common Crawl - Blog - Host- and Domain-Level Web Graphs December 2025 and January/February 2026 Common Crawl - Blog - Introducing the New Examples & Resources Browser Common Crawl - Blog - February 2026 Crawl Archive Now Available Common Crawl - Blog - AI Plumbers at FOSDEM’26 Common Crawl - Blog - CC-Citations: A Visualization of Research Papers Referencing Common Crawl Common Crawl - Blog - CommonLID: Re-evaluating State-of-the-Art Language Identification Performance on Web Data Common Crawl - Blog - Host- and Domain-Level Web Graphs November/December 2025 and January 2026 Common Crawl - Blog - January 2026 Crawl Archive Now Available Common Crawl - Blog - Web Archives for Social Sciences Datathon, Bristol Common Crawl - Blog - How SEOs Are Using Common Crawl's Web Graph Data for AI Ranking Signals Common Crawl - Blog - GneissWeb Annotations Examples Common Crawl - Blog - Common Crawl at the Mozilla Festival 2025 Common Crawl - Blog - Host- and Domain-Level Web Graphs October, November, December 2025 Common Crawl - Blog - December 2025 Crawl Archive Now Available Common Crawl - Blog - A Sampling of 2025 Research Referencing Common Crawl Common Crawl - Blog - Host- and Domain-Level Web Graphs September, October, and November 2025
Common Crawl - Blog - Web Graph Statistics Gets a Proper ...
2026-03-06 · via Common Crawl

The cc-webgraph-statistics site has been quietly doing its job for a while now: publishing harmonic centrality and PageRank data derived from Common Crawl's web graph, and letting researchers and the curious alike poke around the rankings.  It worked, but it didn't really sparkle.

That changes with this latest update, which brings a substantial redesign and a handful of genuinely useful new features. Here's what's new.

Interactive Charts

The most immediately visible change: all charts are now interactive. Previously the site rendered static images, which are fine for a quick glance but not much use if you want to zoom into a particular time window, hover over a data point, or scroll horizontally through a long series.  The charts now respond to all of the above.  If you're the sort of person who squints at trend lines and wants to know exactly what the value was in March 2021, you can now find out without firing up a spreadsheet.

Domain Lookup Tool

This is the headline feature.  You can now search for any domain in the top 1000 domains and plot its harmonic centrality and PageRank scores across every Common Crawl crawl in which it appears.  Want to know how a site's web presence has evolved over the past few years?  Type it in and see.

It also supports side-by-side comparison of two domains, which makes it straightforward to benchmark one site against another, or to watch what happens to a domain's ranking around a notable event.  The domain lookup widget is also embeddable, so if you want to drop a live chart into your own page or post, you can. Check it out:

Cleaner Degree Statistics

The avgindegree and avgoutdegree plots have been merged into a single avgdegree view, addressing a long-standing open issue.  The separation was never particularly illuminating in practice, and having them combined makes the overall picture easier to read.

Harmonic Centrality References

Another issue closed: the harmonic centrality section now links to the relevant research papers. Harmonic centrality is not an especially intuitive metric for the uninitiated.  It measures how reachable a node is from all other nodes in a graph, weighted by inverse distance, and having proper references makes the methodology section considerably more useful.

Rank Tables

The rank tables have been consolidated into a single unified table, with a few additions: SURT (Sort-friendly URI Reordering Transform) can now be toggled on or off depending on your preference, and filtering supports OR logic, so you can search for multiple terms at once.  There's also a clearer display of match counts.

Mobile and Responsive Improvements

The site now behaves considerably better on small screens.  Speed and performance are noticeably improved.

The updated site is available at commoncrawl.github.io/cc-webgraph-statistics.  The source is on GitHub, and feedback is welcome via issues or the usual channels.