Smile Posted February 11, 2019 Share Posted February 11, 2019 (edited) After migrating there appeared a small issue with the hreflang. My custom hreflang module makes it easy to manage those thing: <link rel="canonical" href="https://website.nl" /> <!-- hreflang --> <link rel="alternate" hreflang="nl-be" href="https://website.be/" /> <link rel="alternate" hreflang="nl-nl" href="https://website.nl/" /> <!-- hreflang --> But now I see that TB is adding free of charge some wrong hreflang code. <link rel="alternate" href="https://website.nl/" hreflang="nl-NL"> <link rel="alternate" href="https://website.nl/" hreflang="x-default"> <link rel="alternate" href="https://website.nl/" hreflang="nl-BE"> <link rel="alternate" href="https://website.nl/" hreflang="fr-FR"> Where can I manage this code or disable it? Edited February 15, 2019 by Smile Link to comment Share on other sites More sharing options...
0 datakick Posted February 15, 2019 Share Posted February 15, 2019 17 minutes ago, Traumflug said: For tweaking default behavior there's the well established hooks mechanism. In this case there's no hook available. The only way to disable this functionality is using override. Because this is thirtybees-only functionality, NONE of the existing seo module comes with such override. They don't need to, because ps16 does not have this feature. What that means for merchants? It means that in order to use any of these seo modules, they need to modify them first, and create php override file. Or manually create override file. Or modify core... Now, isn't it easier to simply turn this feature off, and then install module that do this particular thing better? 1 Link to comment Share on other sites More sharing options...
0 Traumflug Posted February 16, 2019 Share Posted February 16, 2019 I had a talk to Lesley, thirty bees will keep this kludge for a while. Link to comment Share on other sites More sharing options...
Question
Smile
After migrating there appeared a small issue with the hreflang. My custom hreflang module makes it easy to manage those thing:
But now I see that TB is adding free of charge some wrong hreflang code.
Where can I manage this code or disable it?
Edited by SmileLink to comment
Share on other sites
27 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now