georgringer / news-seo
Indivdual indexing/robot information for each news article record
Package info
github.com/georgringer/news_seo
Type:typo3-cms-extension
pkg:composer/georgringer/news-seo
Fund package maintenance!
3.0.1
2026-09-04 12:18 UTC
Requires
- php: >= 8.2 < 8.6
- georgringer/news: ^13 || ^14
- typo3/cms-core: ^13.4.29 || ^14.3
- typo3/cms-frontend: ^13.4.29 || ^14.3
- typo3/cms-seo: ^13.4.29 || ^14.3
Requires (Dev)
- a9f/typo3-fractor: ^1.0
- friendsofphp/php-cs-fixer: ^3.89.2
- phpunit/phpunit: ^11.5.44 || ^12.5 || ^13.0
- ssch/typo3-rector: ^3.7
- typo3/cms-fluid-styled-content: ^13.4.29 || ^14.3
- typo3/cms-install: ^13.4.29 || ^14.3
- typo3/coding-standards: ^0.8.0
- typo3/testing-framework: ^9.6.1
Suggests
None
Provides
None
Conflicts
- sebastian/recursion-context: 6.0.0 || 6.0.1 || 6.0.2
Replaces
None
README
This extension provides additional SEO features to EXT:news
- Fields
robots_index&robots_followto control robot information per article and to override robot information of the page record - Image preview information
max-image-preview(documentation) - Set canonical tag even if
no_indexis set on page level - Field for a canonical link
Requirements
- TYPO3 13/14 with core extension "seo" installed
- EXT:news 13/14
Installation
Either use composer require georgringer/news-seo or install the extension via Extension Manager.
Usage
Exclude news from sitemap
Add the following snippet to your TypoScript
plugin.tx_seo.config.xmlSitemap.sitemaps {
# Important: the key might differ in your setup!
news {
config.additionalWhere = {#type} NOT IN(1,2) AND {#robots_index}=1 AND {#canonical_link}=''
}
}
Robots tag
The robots tag is automatically generated by the extension
Thanks
The initial development of this extension has been paid by MENNEKES Elektrotechnik GmbH & Co. KG - www.mennekes.de ❤️Thanks a lot!
