Skip to content

Instantly share code, notes, and snippets.

@overcome
Created May 23, 2017 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overcome/8e5e6c8f63260000f51fd64de183f223 to your computer and use it in GitHub Desktop.
Save overcome/8e5e6c8f63260000f51fd64de183f223 to your computer and use it in GitHub Desktop.
TypoScript: page.meta
################# 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