Sitemap Server Error
What This Means
The sitemap URL returns a server error (5xx status code). Search engines cannot process the sitemap, which may slow down discovery of your pages.
What Triggers This Issue
This issue is triggered when a request to the sitemap URL returns a 5xx server error status code, such as 500 Internal Server Error or 503 Service Unavailable.
How To Fix
Investigate and fix the server-side issue causing the error. Ensure your web server is properly configured to serve the sitemap file. For dynamically generated sitemaps, check for errors in the generation script.
Last updated on