Incomplete or empty response: usually transient
An empty or truncated response after retries usually means a transient hiccup. See which URLs returned incomplete HTML and when to re-crawl.
What it means
Googlebot attempted to fetch the page multiple times but received an empty or incomplete response each time, so it deferred full processing until a later crawl attempt.
Why it matters
Until the page is successfully fetched and parsed, it won't be added to the index or ranked for relevant queries. If this happens repeatedly, the page gets deprioritized in crawl demand and may be dropped from the index entirely.
How to fix it
- Check server logs for 429, 500, 502, or 503 responses on this URL and resolve the upstream error.
- Ensure the page returns a 2xx status with a body under 15 MB — Googlebot only processes the first 15 MB of any resource.
- Verify headers (Content-Type, Cache-Control) are set so Googlebot can parse the response on first fetch.
- Request a re-crawl via the URL Inspection tool once the server is stable.
When it's not a problem
If the page was already indexed and only shows this warning after a routine re-crawl, it's likely a transient network hiccup and not worth chasing. A single occurrence on a page with healthy overall crawl stats can be ignored.
How Crawlinx detects it
After a page returns an empty or truncated body, we retry it a few times. If it still comes back incomplete, we report it here with the status and attempt count — usually a transient server or network hiccup rather than a page defect.
How common is it?
1764 audited sites in our corpus currently show this issue. The breakdowns below show which platforms, gatekeepers, verticals and countries are most exposed.
FAQ
- What does an incomplete response mean?
- The server returned little or no HTML even after retries. It's most often a transient timeout, connection reset, or overloaded origin — re-crawl before treating it as a real defect.
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.