Actions
Bug #86866
closedHreflang tags for pages with extension records not correct
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
SEO
Target version:
-
Start date:
2018-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using for example the news extension: I have a detail page with the news plugin integrated to show the news article, e.g. with the following URL:
https://example.org/en/path/to/news/detail/my-awesome-news-article/
Looking at the html code of the generated page I see that the content of the hreflang tags are set to the hosting page:
<link rel="alternate" hreflang="en" href="https://example.org/en/path/to/news/detail/"/>
<link rel="alternate" hreflang="x-default" href="https://example.org/en/path/to/news/detail/"/>
Actions