web-tp3 / yoast_cal
Integrate Yoast SEO for TYPO3 in EXT:cal
1.1.1
2019-09-17 18:55 UTC
Requires
- web-tp3/cal: ^2.2
- yoast-seo-for-typo3/yoast_seo: ^3.0
This package is auto-updated.
Last update: 2024-11-18 06:31:33 UTC
README
With this simple plugin, you integrate Yoast SEO for TYPO3 in EXT:cal.
Installation and configuration
You can install the plugin by composer or by the Extension manager. Not many configuration is needed.
- Install extension by composer / Extension manager
- Make sure the TypoScript is included in your project by using
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:yoast_cal/Configuration/TypoScript/setup.typoscript">
. - Include PageTs config
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:yoast_cal/Configuration/TSconfig/Page.tsconfig">
- Set your detail page id in your own Page TSconfig file.
TCEMAIN.preview.tx_cal_event.previewPageId = x
. Where x is the id of your detail page.