-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong url #3
Comments
Hi @kai1083 is this a category URL? If so is the URL translation handled by store view scope whilst managing the category |
yes it is caterory. but when i on the domain.tld/nl/basketbalschoenen/ is the alternat link wrong but in the quellcode is when i am on the domain.tld/basketballschuhe is right but in the quellcode stand: |
Hi @kai1083 @benleahdesign , Have you solved this issue? I am having the same problems. webpage: http://domain.com/ordering current: should be: Any input is very much appreciated. |
Hey, |
Appreciate this is from a long time back. From what I could establish, this extension assumes that the URL's are the same, irrespective of the store view. In the store we've been working on all the category and product URL's are also translated and as a result this extension failed to work properly. We updated this extension to add a Helper, Data.php which contains functions based on Inchoo's implementation of this, here: http://inchoo.net/magento/implement-rel-alternate-links-in-magento/ |
the urk key is wrong:
link rel="alternate" hreflang="de-DE" href="https://www.2sneakers.de/basketballschuhe/"/
link rel="alternate" hreflang="nl-NL" href="https://www.2sneakers.de/nl/basketballschuhe/"/
right is:
link rel="alternate" hreflang="de-DE" href="https://www.2sneakers.de/basketballschuhe/"/
link rel="alternate" hreflang="nl-NL" href="https://www.2sneakers.de/nl/basketbalschoenen/"/
The text was updated successfully, but these errors were encountered: