Actions
Bug #89370
closedEpic #89797: HrefLang / Canonical issues
Sysext SEO ignores RouteEnhancers when generating the href-lang Tags
Start date:
2019-10-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
We enhance the Route for our products, a typical url looks like this:
www.domain.de/products/_productline_/product/{productname}
productline = the "physical" page the user is on, there is a list of products where the one wich matches {productname} is highlighted.
The SEO extension is generating the hreflang tags like this:
www.domain.ru/productsru/_productline-ru_.html?extbaseparameters
www.domain.es/productses/_productline-es_.html?extbaseparameters
The SEO extension is just building a languagemenu there and getting the links via UriBuilder, so in particular the UriBuilder is not using the RouteEnhancers.
Can someone confirm this?
Cheers
Actions