TSref/META
From TYPO3Wiki
| TypoScript Reference - META |
|
||||
This page is document in progress. TypoScript
[edit]
META
| Property: | Data type: | Description: | Default: |
| Array... | string /stdWrap | Metatags
If value is empty (after trimming) the metatag is not generated. If the "key" (eg. "REFRESH" or "DESCRIPTION") is "REFRESH" (caseinsensitive), then the "http-equiv"-attribute is used in the metatag instead of "name". |
[tsref:->META]
Examples: .REFRESH = [sec]; [url, leave blank for same page] .DESCRIPTION = This is the description of the content in this document .KEYWORDS = This is the keywords...
