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 #1

Updated by Jonas Eberle over 4 years ago

  • Related to Bug #88020: inconsistencies in hreflang output added
Actions #2

Updated by Richard Haeser over 4 years ago

  • Parent task set to #89797
Actions #3

Updated by Richard Haeser over 4 years ago

  • Related to Bug #88545: Behaviour canonical link and HTML lang tag in language overlay added
Actions #4

Updated by Richard Haeser over 3 years ago

  • Related to Bug #88069: MenuLanguageProcessor in combination with not translated records added
Actions #5

Updated by Gerrit Code Review about 3 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

Actions #6

Updated by Richard Haeser about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack about 3 years ago

  • Status changed from Resolved to Closed
Actions #8

Updated by Matthias Vossen 12 months ago

  • Related to Bug #100813: Tags "hreflang" missing on pages with fallback language behavior added
Actions

Also available in: Atom PDF