mblaschke/metaseo

This package is abandoned and no longer maintained. The author suggests using the webdevops/metaseo package instead.

SEO extension for TYPO3

Installs: 6 598

Dependents: 0

Suggesters: 0

Security: 0

Stars: 43

Watchers: 15

Forks: 31

Open Issues: 96

Type:typo3-cms-extension

3.0.0 2017-06-11 16:53 UTC

This package is not auto-updated.

Last update: 2019-02-20 18:51:42 UTC


README

stable v3.0.0 development v3.0.1 License GPL3

Average time to resolve an issue Percentage of issues still open

SensioLabsInsight

MetaSEO is an extension for TYPO3 CMS and provides an indexed google/xml-sitemap, enhanced metatag support and pagetitle manipulation. It's a replacement for the "metatag" extension and the successor of the discontinued extension "tq_seo".

Version status

MetaSEO is available via TYPO3's Extension Manager (TER) and via composer (TER, Packagist).

  • Development version 3.0.1-dev:

    • Branch master
    • TYPO3 Version: 8.7.x
    • composer via Packagist: composer require webdevops/metaseo:dev-master -o
    • Please be aware that the development version can break at any time
  • Stable version 3.0.0:

    • Branch v3.0
    • TYPO3 Version: 8.7.x
    • composer via TER: composer require typo3-ter/metaseo -o (recommended)
    • composer via Packagist: composer require webdevops/metaseo -o
  • Old-Stable Development version 2.1.1-dev:

    • Branch backport
    • TYPO3 Version: 6.2.x - 7.6.x
    • composer via Packagist: composer require webdevops/metaseo:dev-backport -o
    • Please be aware that the development version can break at any time
  • Old-Stable version 2.1.0:

    • Branch v2.1
    • TYPO3 Version: 6.2.x - 7.6.x
    • composer via TER: composer require typo3-ter/metaseo -o (recommended)
    • composer via Packagist: composer require webdevops/metaseo -o

For version specific information see changelog for MetaSEO

Found a bug? Have questions?

Please feel free to file an issue in our Bugtracker. To avoid feedback loops we suggest to provide

  • MetaSEO version
  • TYPO3 version
  • RealUrl version (if used)
  • PHP version
  • Web server and version (optional)
  • Operating system and version (optional)
  • Hoster name (in rare cases)

In case of issues, please update to the latest version of MetaSEO first. We also strongly recommend to use recent versions of TYPO3 CMS (6.2.28+, 7.6.12+) and RealUrl (2.1.5+)

MetaSEO users also meet on slack at #ext-metaseo.

Contribute

MetaSEO is driven by the community and we're pleased to add new contributions. If you want to provide improvements, please

  • make sure that an issue exists so that it is clear what your contribution is supposed to do. Eventually, open a new issue.
  • add a Fixes #123 to the message of your first commit, whereas #123 should be the issue number.
  • add yourself to the list of contributors when you send us your first pull request (PR).
  • provide as many commits in your PR as necessary. There's no single-commit policy, but one PR should not affect more than one issue (if possible).

The coding style of MetaSEO's source code follows the PSR-2 standard. Please enable PSR-2 support in your IDE or enable the editorconfig plugin. See .editorconfig for indentation.