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
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to