[Typo3-dev] Google problem : "page is being generated"
Ingo Renner
typo3 at ingo-renner.com
Wed Oct 5 19:28:57 CEST 2005
Am Wed, 5 Oct 2005 18:11:34 +0200 schrieb René Fritz:
Hi,
> header('Status: 503 Service Unavailable');
> header('Retry-After: 30'); // 30 seconds is hardcoded but is ok I think
>
> header('Expires: -1');
> header('Cache-Control: post-check=0, pre-check=0');
> header('Pragma: no-cache');
> header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
I would go for the second option. Because when telling search engines not
to index the given URL they might not come back to this URL. But actually
we want them to visit us again and get the correct content. Thus a 503
would be better as it is temporary like someone mentioned before...
Ingo
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-dev
mailing list