Free SEO Tool

Website Page Size Checker

Check your webpage's raw HTML size against Google's 2 MB crawl limit. See how your page compares to typical websites based on HTTPArchive data.

Check Your Page Size

Enter any webpage URL to check its raw HTML size against Google's 2 MB crawl limit.

33 KB
Median HTML size across the web
(50th percentile — HTTPArchive)
155 KB
90th percentile HTML size
(Heavier than 90% of websites)
2 MB
Google's crawl cutoff limit
(Affects <0.01% of sites)

How to Use This Page Size Checker

1
Enter any webpage URL

Paste the full URL of the page you want to check. The tool fetches the raw HTML and measures its size.

2
Review the verdict

See immediately whether your page is within Google's 2 MB crawl limit and what percentage of the limit it uses.

3
Check your percentile

Compare your page against real-world data from HTTPArchive to understand how your page size ranks globally.

4
Analyze HTML composition

Review inline scripts, styles, and DOM element counts to identify what may be contributing to page size.

Understanding Google's 2 MB HTML Crawl Limit

In February 2026, new data from Search Engine Journal confirmed that Googlebot's 2 MB crawl limit for raw HTML is more than adequate for virtually all websites. The HTTPArchive study showed that the median web page HTML weighs just 33 kilobytes — a fraction of the 2 MB limit.

What This Means for Your Website

For 99.99% of websites, the 2 MB limit is a non-issue. However, understanding your page's HTML weight is still valuable for several reasons:

  • Performance — Smaller HTML means faster page parsing, better Core Web Vitals, and improved user experience
  • Crawl efficiency — Lighter pages allow Googlebot to crawl more pages within your crawl budget
  • Mobile experience — Users on slow connections benefit from leaner HTML
  • Edge cases — Sites using heavy server-side rendering, page builders, or embedded data may be closer to the limit than expected

What Causes HTML Bloat?

While most sites are well under the limit, some common patterns can inflate HTML size significantly:

  • Inline JavaScript and CSS — Frameworks that inline critical CSS and JS can add significant weight to the HTML document
  • SSR hydration data — React, Next.js, and similar frameworks embed serialized data for client-side hydration
  • Page builders — WordPress page builders (Elementor, Divi) generate verbose, deeply nested HTML
  • Inline SVGs — Complex SVG illustrations embedded directly in HTML can be surprisingly large
  • Excessive DOM depth — Hundreds of nested div elements add up quickly

The SEO Connection

While the 2 MB limit itself affects almost nobody, page weight optimization is a core component of technical SEO. Search engines and AI platforms prefer fast, lean pages. Google's Core Web Vitals — which are confirmed ranking factors — directly benefit from smaller, more efficient HTML. A page with 30 KB of HTML will consistently outperform a 500 KB page on speed metrics, all else being equal.

Pro Tip: Use this tool alongside our SEO Audit Checklist for a comprehensive technical SEO review. If your pages have excessive inline scripts and styles, our Technical SEO services can help you optimize your site architecture.

Frequently Asked Questions

What is Google's 2 MB crawl limit?

Googlebot downloads and processes the first 2 megabytes (2,097,152 bytes) of a page's raw HTML. Any content beyond this limit is effectively invisible to Google. This applies to the HTML document itself — not external CSS, JavaScript, or images that are loaded separately. According to HTTPArchive data, the median webpage HTML is only 33 KB, so 99.99% of websites are well under this limit.

What does "raw HTML size" mean?

Raw HTML size is the total weight of the HTML document text that a browser (or crawler) downloads. It includes all markup tags like <div>, <span>, <script>, and <style>, as well as any inline JavaScript, inline CSS, and the text content itself. It does NOT include external files linked via <link> or <script src="..."> tags — those are separate requests.

What is a normal HTML page size?

Based on the latest HTTPArchive data, the median HTML page size is approximately 33 KB. The 75th percentile is around 80 KB, and the 90th percentile is about 155 KB. Pages exceeding 500 KB of raw HTML are considered unusually large and may benefit from optimization. Pages over 2 MB are extreme outliers.

What causes large HTML page sizes?

Common causes of HTML bloat include: inline JavaScript and CSS (instead of external files), server-side rendered content with heavy hydration data (common in React/Next.js apps), excessive DOM elements (deeply nested divs), large inline SVGs, embedded base64 images, auto-generated code from page builders, and large data payloads embedded in the HTML for client-side rendering.

How do I reduce my page's HTML size?

Key optimization strategies include: externalize inline JavaScript and CSS into separate files, minimize SSR hydration data, reduce DOM depth and element count, compress or externalize SVGs, remove unused HTML elements, use lazy loading for below-the-fold content, implement code splitting, and avoid embedding large JSON data blobs in the HTML. Server-side compression (gzip/brotli) also significantly reduces transfer size.

Does HTML size affect page speed and SEO?

Yes, larger HTML files take longer to download, parse, and render, which directly impacts Core Web Vitals metrics like Largest Contentful Paint (LCP) and Interaction to Next Paint (INP). While the 2 MB crawl limit is rarely an issue, unnecessarily large HTML can slow down page rendering, increase Time to Interactive, and negatively affect user experience — all of which indirectly impact search rankings.

Is the gzipped size or raw size what matters for Google's limit?

Google's 2 MB limit applies to the raw (uncompressed) HTML size, not the compressed transfer size. While gzip/brotli compression significantly reduces the data transferred over the network (typically by 60-80%), Googlebot measures the uncompressed HTML document size for its crawl limit. Our tool shows both the raw size and an estimated gzipped size for reference.

Need Technical SEO Optimization?

Our technical SEO experts optimize page speed, crawlability, Core Web Vitals, and site architecture for maximum search performance.

Explore Technical SEO Services