Actions
Bug #89462
closedEpic #89797: HrefLang / Canonical issues
hreflang missing for languages with fallbackType: fallback
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
SEO
Target version:
-
Start date:
2019-10-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
hreflang fallback
Complexity:
Is Regression:
Sprint Focus:
Description
If a language is defined as fallback, neither that language's page nor the fallback language's page will include a hreflang to each other.
Simple language fallback configuration:
languages: - title: deutsch enabled: true languageId: '0' base: / typo3Language: de locale: de_DE.UTF-8 iso-639-1: de navigationTitle: DE hreflang: de-DE direction: '' flag: de - title: AT enabled: true languageId: '1' base: '/at' typo3Language: de locale: de_DE.UTF-8 iso-639-1: de navigationTitle: AT hreflang: de-AT direction: '' fallbackType: fallback fallbacks: '0' flag: at
If /mypage is not translated, it is still accessible as /at/mypage, but neither /mypage nor /at/mypage will have any hreflang.
Updated by Jonas Eberle over 5 years ago
- Related to Bug #88020: inconsistencies in hreflang output added
Updated by Richard Haeser over 5 years ago
- Related to Bug #88545: Behaviour canonical link and HTML lang tag in language overlay added
Updated by Richard Haeser about 4 years ago
- Related to Bug #88069: MenuLanguageProcessor in combination with not translated records added
Updated by Gerrit Code Review about 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67574
Updated by Richard Haeser about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e833d08dfe784c77da79d359c12370684b75554d.
Updated by Matthias Vossen almost 2 years ago
- Related to Bug #100813: Tags "hreflang" missing on pages with fallback language behavior added
Actions