Skip to content

danilovq/TYPO3-metaseo

 
 

Repository files navigation

MetaSEO - Search Engine Optimization for TYPO3

stable v2.0.0 development v2.0.0 License GPL3

Average time to resolve an issue Percentage of issues still open

SensioLabsInsight

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".

Version status

  • Version 2.0.0:

    • Branch master
    • TYPO3 Version: 6.2.x - 7.6.x
    • Composer: dev-master
  • Version 2.x:

    • Branch develop
    • TYPO3 Version: 6.2.x - 7.6.x
    • Composer: dev-develop

For version specific information see Changelog for MetaSEO

Composer Support

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"
    }
}

Found a bug? Got problems?

Please send us following information for easier bug hunting:

  • MetaSEO version
  • TYPO3 version
  • PHP version
  • Hoster and/or Linux distribution

Contribution

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.

Packages

No packages published

Languages

  • PHP 79.3%
  • JavaScript 14.9%
  • HTML 5.5%
  • CSS 0.3%