Hreflang for translated pages

Hello, i have a french page manually translated in english in another page, u can switch between languages with a button and it seems i have to use a hreflang code for making the link between the two pages.
How does this work with pro ? is there something to tweak in the button option to enable this code ?

Hi @Lyser,

Thanks for reaching out.
The hreflang attribute helps search engines like Google understand the relationship between pages in different languages. Nut it can’t be added to any custom element, you need to add it using the <link> inside the <head>.

<link rel="alternate" hreflang="...">

To inject the code you need to add it through the Custom Coding or can use any custom plugin.


Please note that these provided serve only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it. Further customization should be directed to a third-party developer or you can avail of One, where we answer the questions beyond normal theme support.

Thanks

All right thank you !

Hi @Lyser,

You are most welcome.