If you frequent any online SEO communities, you would be forgiven for thinking that Google has just set fire to the internet.
The latest cause for collective hysteria? A change to official Google documentation that indicates that Google will only crawl up to 2MB of a file. It was previously a 15MB limit, so the change represents an 86.7% reduction in the maximum file size that Google’s crawler will process when indexing web content for Google Search.
Cue dramatic threads. Cue think pieces. Cue the inevitable “this changes everything” hot takes. It really doesn’t…
What has actually been announced?
Google has clarified that it will crawl and process up to 2MB per file when rendering and indexing content.
Not per page. Not per website. Not per domain. Per file. That distinction matters (a lot).
If your HTML document is under 2MB (which it absolutely should be), you are fine. If you are loading CSS and JavaScript in separate files (which you should be), they are treated individually. This is not some arbitrary “2MB total per page” ceiling where half your content suddenly disappears into the void.
And before anyone panics about that 200-page annual report PDF, PDFs are not subject to this limit in the same way as HTML crawl processing.
2MB is not small
Let’s put this into perspective. 2MB of HTML is enormous.
A well-built, content-rich page should be nowhere near that limit. If you are approaching 2MB of raw HTML before rendering, something has most likely gone wrong architecturally.
Common causes of bloated HTML include:
- Excessive inline JavaScript
- Huge inline CSS blocks
- Repeated navigation markup
- Overly complex page builders vomiting divs everywhere
- Embedding entire libraries instead of referencing them externally
In other words, if you are approaching 2MB in a single file, the crawl limit is not your biggest problem. You should be fixing that, irrespective of Google crawl limits.
Why do SEOs always panic?
The reaction has been… energetic.
There is a familiar pattern here. An announcement is made. Someone interprets it in the most alarming way possible. Screenshots circulate. Threads multiply. “Have you checked your site?” posts appear.
It all sounds very dramatic but, if you actually read the details, it becomes clear that it is really nothing more than a gentle nudge towards sensible technical hygiene.
In my humble opinion, the reality is that most well-structured, reasonably optimised websites will experience precisely zero impact.
Like most of the supposed SEO catastrophes, it will generate a week of noise, a flurry of LinkedIn ‘wisdom’, and then quietly fade into the background.
So yes, check your file sizes if you are curious. But unless your HTML looks like War and Peace in raw markup form, you can safely untwist your knickers and carry on.
Business as usual.