diff --git a/Configuration/TypoScript/Page/Meta.typoscript b/Configuration/TypoScript/Page/Meta.typoscript new file mode 100644 index 0000000..191e386 --- /dev/null +++ b/Configuration/TypoScript/Page/Meta.typoscript @@ -0,0 +1,22 @@ +lib.meta { + fields { + ogTitle { + stdWrap.ifEmpty.cObject { + field = seo_title + stdWrap.ifEmpty.cObject = TEXT + stdWrap.ifEmpty.cObject { + field = title + } + } + } + twitterTitle { + stdWrap.ifEmpty.cObject { + field = seo_title + stdWrap.ifEmpty.cObject = TEXT + stdWrap.ifEmpty.cObject { + field = title + } + } + } + } +}