Response not compressed
Text compression shrinks HTML, CSS, and JS dramatically, often by 70% or more, for free.
What it is
This check flags text-based responses served without gzip or brotli compression.
Why it matters for SEO
Uncompressed text wastes bandwidth, slows loading, and increases emissions, all avoidable with a config change.
Example
/app.js served without Content-Encoding (gzip/br)
How to fix
- Enable gzip or brotli on your server or CDN.
- Confirm a
Content-Encodingheader is returned for text assets. - Combine with minification for maximum savings.
- Re-crawl to confirm assets are compressed.