Project

General

Profile

Actions

Bug #15244

closed

"Page is being generated" is bad for search engines

Added by Dmitry Dulepov almost 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2005-11-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions

Also available in: Atom PDF