[TYPO3-english] Where/How do I add META data ?
Philipp Holdener
philipp at holdener.ch
Thu Dec 18 08:44:35 CET 2008
>
> I tried that, but MY settings do not show up! However I find on that page:
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> <meta name="generator" content="TYPO3 4.2 CMS" />
> <meta name="DESCRIPTION" content="Organic Rhythm Template für TYPO3." />
> <meta name="KEYWORDS" content="Internet, Template, Typo3, css, cms" />
>
> Sure, not what I want to advertise for!!!!
> I don't want to give a hacker a hint what type of web site it is!
> I don't want a description/keywords others than mine.
>
Try this in your setup
page.meta {
keywords.field = keywords
keywords.ifEmpty (
Keyword1, Keyword2
)
description.field = description
description.ifEmpty (
Your standard description
)
author.field = author
author.ifEmpty (
Author
)
robots = INDEX,FOLLOW
}
Greetings
Philipp
More information about the TYPO3-english
mailing list