Project

General

Profile

Actions

Bug #89462

closed

Epic #89797: HrefLang / Canonical issues

hreflang missing for languages with fallbackType: fallback

Added by Jonas Eberle over 4 years ago. Updated about 3 years ago.

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.


Related issues 4 (1 open3 closed)

Related to TYPO3 Core - Bug #88020: inconsistencies in hreflang outputClosed2019-03-27

Actions
Related to TYPO3 Core - Bug #88545: Behaviour canonical link and HTML lang tag in language overlayClosed2019-06-12

Actions
Related to TYPO3 Core - Bug #88069: MenuLanguageProcessor in combination with not translated recordsClosed2019-04-04

Actions
Related to TYPO3 Core - Bug #100813: Tags "hreflang" missing on pages with fallback language behaviorNew2023-05-05

Actions
Actions

Also available in: Atom PDF