Bug #15244
closed"Page is being generated" is bad for search engines
0%
Description
There is nothing in such response that tells to search engines about problem on the server. Thus search engine indexes this text as proper page content.
The following is proposed to "optimize" this message for search engines:
- return "504 Service unavailable" HTTP status instead of "200 OK"
- set "Retry-after" HTTP header to current time + 1 hour to prompt search engine to revisit this page again when load goes away
- set other appropriate HTTP headers (like "Pragma") to prevent caching of this page
- make sure that this page is longer than 512 bytes to show it in MSIE properly (otherwise MSIE will show its own error page)
You can assign this bug to me, I will do final research from SEO point of view and handle it (I have a CVS account for typo3).
(issue imported from #M1947)