Prerequisites
- One page tree per country ("country branch")
- Root of each country branch has the option "Use as Root Page" set
- Crosslinks between the country branches work. Perhaps you have to set
config.
andtypolink Check Rootline = 1 config.
in your TypoScript setup.typolink Enable Links Across Domains = 1 - If you have MountPages, try to set
config.
in your TypoScript setup.MP_ disable Typolink Closest MPvalue = 1 - If you activated the EXT:seo (typo3/cms-seo), you should disable it's hreflang generation
-
- in TYPO3 9.5LTS with
unset
in the AdditionalConfiguration.php or your Theme-Extension's ext_localconf.php($GLOBALS ['TYPO3_ CONF_ VARS'] ['SC_ OPTIONS'] ['TYPO3\ CMS\ Frontend\ Page\ Page Generator'] ['generate Meta Tags'] ['hreflang']);
- in TYPO3 9.5LTS with
-
- in TYPO3 10.4LTS by not setting
hreflang
in your site configlanguages
(or wait for EXT:bgm_hreflang version 5 :-))
- in TYPO3 10.4LTS by not setting
Since version 4.0 you have to use the new page translation without the table "pages_language_overlay"!