haassie / yoast_news
Integrate Yoast SEO for TYPO3 in EXT:news
Fund package maintenance!
Buymeacoffee
Paypal
Other
Installs: 78 801
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 22
Open Issues: 12
Type:typo3-cms-extension
Requires
- php: ^7.0
- georgringer/news: ^7.0 || ^8
- typo3/cms-core: ^8.7 || ^9.5 || ^10.4
- typo3/cms-extbase: ^8.7 || ^9.5 || ^10.4
- yoast-seo-for-typo3/yoast_seo: ^5.0 || ^6 || ^7
This package is auto-updated.
Last update: 2024-10-09 21:08:57 UTC
README
With this simple plugin, you integrate Yoast SEO for TYPO3 in EXT:news.
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_news/Configuration/TypoScript/setup.typoscript">
. Or use the static Include. - Include PageTs config
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:yoast_news/Configuration/TSconfig/Page.tsconfig">
Or use the static pageTS Include. - Set your detail page id in your own Page TSconfig file.
TCEMAIN.preview.tx_news_domain_model_news.previewPageId = x
. Where x is the id of your detail page!