Bug #89370
closedEpic #89797: HrefLang / Canonical issues
Sysext SEO ignores RouteEnhancers when generating the href-lang Tags
0%
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
Updated by Richard Haeser almost 4 years ago
- Status changed from New to Needs Feedback
Hi. I just came across your bug report. I can't reproduce this issue (anymore). Do you still have this issue?
Updated by Dominik Kempf almost 4 years ago
Richard Haeser wrote in #note-2:
Hi. I just came across your bug report. I can't reproduce this issue (anymore). Do you still have this issue?
Hey - in which T3 Version did you test this? Would need to check which version the client is using right know, not sure if a Typo3 Update happend there.
Thanks for the answear.
Cheers
Updated by Christian Kuhn almost 3 years ago
- Status changed from Needs Feedback to Closed
hey. i hope it's ok to close here due to lack of feedback. let's start with a fresh issue in case the problem still exists in recent core versions.