Created
May 23, 2017 12:04
-
-
Save overcome/8e5e6c8f63260000f51fd64de183f223 to your computer and use it in GitHub Desktop.
TypoScript: page.meta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################# Title ############################ | |
config.noPageTitle = 2 | |
page.headerData.5 = TEXT | |
page.headerData.5.field = subtitle//title | |
page.headerData.5.noTrimWrap = |<title>Kunden-Name: |</title>| | |
################# Meta-Tags ######################## | |
page.meta{ | |
keywords.stdWrap.cObject = COA | |
keywords.stdWrap.cObject { | |
10 = TEXT | |
10.value = Keyword1, Keyword,... | |
20 = TEXT | |
20.field = keywords | |
20.crop = 240 | | 1 | |
} | |
description.field = description | |
description.ifEmpty ( | |
Hier steht die Beschreibung max. 160 Zeichen | |
) | |
description.crop = 160 | . | 1 | |
viewport = width=device-width | |
robots = INDEX,FOLLOW | |
rating = General | |
author = | |
google-site-verification = | |
} | |
### English ### | |
[globalVar = GP:L = 2] | |
keywords.stdWrap.cObject.10.value = Keyword1, Keyword,... | |
description.ifEmpty ( | |
Here is the english description max. 160 Characters | |
) | |
[global] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment