[TYPO3-english] <meta name="robots" content="noindex, follow" />
Loek Hilgersom
loek at netcoop.nl
Sat Jun 30 23:05:18 CEST 2012
Hi,
On 29-06-12 22:39, Benoit Montereau wrote:
> Have a look in the system folder TypoScript Templates -> page_configuration
> -> page.headerData. Just replace line
>
> 20.value = <meta name="robots" content="noindex,follow" />
>
> with
> 20.value = <meta name="robots" content="index,follow,archive" />
Although this answer is correct, the location in the TS template
page_configuration is weird. You can simply remove these lines 20.* from
page_configuration and then fix the bug in page_meta, change:
robots.value = {$plugin.meta.robots}
into:
robots = {$plugin.meta.robots}
The constant already has the value "all" (which should do the job, you can
change it to "index,follow,archive" but the effect should be the same, it is at
least for Google).
Loek
More information about the TYPO3-english
mailing list