Internal Server Error (5XX)
What This Means
Internal URLs where the server failed to fulfill an apparently valid request. This can include common responses such as 500 Internal Server Errors, and 503 Service Unavailable.
What Triggers This Issue
This issue is triggered when an internal URL responds with a server error (5xx response code), such as a 503 ‘Service Unavailable’. For example: HTTP/1.1 503 Service Unavailable Content-Type: text/html
How To Fix
All URLs should respond with a 200 ‘OK’ status and this might indicate a server that struggles under load, or a misconfiguration that requires investigation. Check 500 internal server errors exist in a browser and fix any valid issues. For 503 errors, lower the crawl speed (‘Config > Speed’) to reduce load on the server and retry URLs via right click ‘Re-Spider’. Please read our FAQs on how to approach each of the other following common responses: