A multi-megabyte page is slow on mobile and expensive on a metered connection. Weight is rarely one big thing; it is usually many unoptimised images, scripts and fonts adding up. Multi-MB pages. Slow loads, worse CWV, more crawl resource. Compress, lazy-load, trim payloads.
Why does excessive page weight matter for AI search?
Slow loads, worse CWV, more crawl resource.
How do you fix it?
Compress, lazy-load, trim payloads.
How do you find it on your site?
- Open the DevTools Network tab and read the total transferred size.
- Sort by size to find the heaviest resources.
- Compress images, remove unused scripts and fonts, and split large bundles.
- Re-measure the total weight after trimming.
Which ranking and citation factors does it touch?
Lighter pages load faster, which supports Core Web Vitals and reduces bounce on mobile. Weight is a lever on nearly every speed metric.
What is the impact?
Low-medium. Inferred.
What is the evidence?
Heavy pages harm page-experience metrics. Google Search Central, Understanding page experience in Google Search results; web.dev, Core Web Vitals (Google)
Sources
Frequently asked questions about excessive page weight
What does "Excessive page weight" mean?
Multi-MB pages.
How do you fix excessive page weight?
Compress, lazy-load, trim payloads.