An extension to add hreflang meta tags: <link rel="alternate" hreflang="" href="" />
Page translations are added automatically as hreflang tags.
Editors can configure other pages in the page properties which should be added as hreflang tags.
TER https://typo3.org/extensions/repository/view/bgm_hreflang/
Documentation https://docs.typo3.org/p/bgm/bgm-hreflang/main/en-us/Index.html
GitHub https://github.com/bgmgmbh/extension-bgm_hreflang
This extension was created by the bgm websolutions development team and Marco Huber.
Feel free to contribute and send in pull requests or create an issue.
- Move your configuration from $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['bgm_hreflang'] to $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['bgm_hreflang'].
- If you use some signal slots, you have to switch them to PSR-14 events.