524 A Timeout Occurred
A Cloudflare error meaning the origin accepted the connection but did not respond in time.
What it means
HTTP 524 is a non-standard Cloudflare status returned when Cloudflare made a connection to the origin but did not receive a complete HTTP response before its timeout (100 seconds by default on the proxy). The connection succeeded; the origin was just too slow to finish answering.
When it happens
It happens with long-running requests on the origin — slow database queries, heavy computation, or scripts that exceed the proxy timeout — where the origin is still working when Cloudflare gives up waiting.
How to fix it
- Optimise slow backend operations and long-running database queries.
- Move work that legitimately takes a long time into a background job and return quickly.
- Use techniques like Cloudflare Enterprise timeout settings or a job-and-poll pattern for genuinely long tasks.
- Check origin resource usage for bottlenecks that slow responses.
SEO impact
Damaging if sustained. Slow responses that time out look like server errors to crawlers, preventing indexing and, if frequent, slowing crawl rate. Keep responses well within the timeout.
Find out which of your URLs return 524
Paste a list of URLs and Sitewell checks the status code of every one at once — free and without signup.
Related codes
A generic error meaning the server encountered an unexpected condition.
501 Not ImplementedThe server does not support the functionality required to fulfil the request.
502 Bad GatewayA server acting as a gateway received an invalid response from the upstream server.
503 Service UnavailableThe server is temporarily unable to handle the request, often due to overload or maintenance.
504 Gateway TimeoutA gateway server did not receive a timely response from the upstream server.
505 HTTP Version Not SupportedThe server does not support the HTTP protocol version used in the request.
Related guides
A plain-English primer on HTTP status codes for SEOs: what the 2xx, 3xx, 4xx, and 5xx families mean, which ones affect rankings, and the codes worth knowing.
How to find and fix broken linksA practical walkthrough for finding broken links on your site, working out why each one breaks, and fixing them so visitors and crawlers stop hitting dead ends.