
Google: Pages Are Getting Larger & It Still Matters via @Sejournal, @MattGSouthern
Why It Matters
Larger pages strain mobile users and can approach Google’s crawl limits, potentially affecting indexing and SEO performance. Understanding these trends helps developers balance feature richness with speed and accessibility.
Key Takeaways
- •Median mobile homepage size tripled since 2015.
- •Googlebot default crawl limit is 15 MB per URL.
- •Structured data can increase page weight without user benefit.
- •Slow connections still suffer from larger pages.
- •Most pages remain far below Google’s crawl limits.
Pulse Analysis
The Web Almanac shows the median mobile homepage ballooned from 845 KB in 2015 to roughly 2.36 MB in 2024, a three‑fold increase driven by richer JavaScript frameworks, high‑resolution images, and third‑party widgets. While faster cellular networks have narrowed the latency gap, the sheer volume of bytes still taxes browsers on modest devices, leading to longer load times and higher bounce rates. Developers must weigh feature richness against core‑web‑vitals, especially as Google’s ranking signals continue to reward speed and user experience.
Google’s crawling infrastructure imposes a 15 MB default limit per URL, but Googlebot only fetches the first 2 MB of most file types and up to 64 MB for PDFs. These thresholds are soft; internal teams can raise limits for critical resources. For SEO practitioners, staying comfortably under the 2 MB mark ensures full content indexing and reduces the risk of truncated signals that could affect structured‑data extraction. Understanding these limits also helps when auditing large single‑page applications that bundle assets into hefty payloads.
Structured data, while valuable for search visibility, adds invisible weight that can push pages toward the crawl ceiling. Illyes reminded listeners that machines, not users, consume this markup, so bloating a page with every possible schema offers diminishing returns. A pragmatic approach is to implement only the most relevant types—such as Product, Review, or FAQ—and keep JSON‑LD files lean. As page sizes keep climbing, balancing SEO benefits against performance penalties will become a core discipline for web teams aiming to serve both crawlers and users efficiently.
Comments
Want to join the conversation?
Loading comments...