Issues

Response Codes: Internal Server Error (5XX)

back to issues overview

Internal Server Error (5XX)

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.

How to Analyse in the SEO Spider

Use the ‘Response Codes’ tab and ‘Internal’ and ‘Server Error (5xx)’ filters to view these URLs.

View URLs that link to errors using the lower ‘Inlinks’ tab and export them in bulk via ‘Bulk Export > Response Codes > Internal > Server Error (5xx) Inlinks’.

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:

Back to top