Some hours my web site’s server has too much load.
Which HTTP status code should I send to the Googlebot that visits my website?
Is “269 Call Back Later” this suitable for this case, or 503 Service Unavailable or do you have any more suggestions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
503 means the service is temporarily unavailable so it is appropriate to use while the server is overloaded. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
The Wikipedia article defines 269 as the initial response for a request that must be processed asynchronously. 269 means the request added something to the server’s “queue” of things to do and the server will have a response available as soon as possible, whereas 503 means the server will not “remember” the request.
I’ve never heard of 269, though, and the first Google result for it is this question, followed by the Wikipedia article.