This extension provides an indexed google/xml-sitemap, enhanced metatag-support and pagetitle-manipulations for TYPO3 CMS. It's a replacement for the "metatag"-extension and the successor of "tq_seo".
- Manual: https://docs.typo3.org/typo3cms/extensions/metaseo/
- Git: https://github.com/mblaschke/TYPO3-metaseo
- Support: https://github.com/mblaschke/TYPO3-metaseo/issues
-
Version 1.x:
- Branch master
- TYPO3 Version: 6.2.x
- Composer: dev-master
-
Version 2.x:
- Branch develop
- TYPO3 Version: 6.2.x - 7.4.x
- Composer: dev-develop
For version specific information see Changelog for MetaSEO
MetaSEO (stable) is available from TYPO3 TER and also available with composer ::
{
"repositories": [
{ "type": "composer", "url": "https://composer.typo3.org/" }
],
.......
"require": {
"typo3/cms": "6.2.*",
"typo3-ter/metaseo": "*"
}
}
Or (unstable, don't blame me for bugs - but feel free to report bugs) directly from Github ::
{
"repositories": [
{ "type": "composer", "url": "https://composer.typo3.org/" },
{ "type": "vcs", "url": "https://github.com/mblaschke/TYPO3-metaseo.git" },
],
.......
"require": {
"typo3/cms": "6.2.*",
"mblaschke/metaseo": "dev-master"
}
}
Please send us following information for easier bug hunting:
- MetaSEO version
- TYPO3 version
- PHP version
- Hoster and/or Linux distribution
If you want to contribute make sure you have an Editorconfig-Plugin installed in your IDE. See .editorconfig for indentation.
This TYPO3 Extension is using PSR-2 as coding style.