I am wondering how can I issue a HTTP Status code, that will cause crawlers to try later for that content, as the system currently is running on high load.
Does a 304 status and no content display resolves this issue?
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.
You should issue a
503(Service Unavailable) with theRetry-Lateroption set. This seems to be an accurate solution.See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html and http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html