bgm / bgm-hreflang
An extension to add hreflang meta tags. Page translations are added automatically as hreflang tags. Editors can configure other pages in the page properties which should be added as hreflang tags.
Installs: 28 469
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 12
Open Issues: 8
Type:typo3-cms-extension
Requires
- typo3/cms-core: 12.4.*
Replaces
- typo3-ter/bgm-hreflang: 12.4.1
README
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.
Links
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
Author
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.
Upgrade notices to version 12
- 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.