Hi there,
Where can I customize the HTML code in Cornerstone? Or where can i do that?
I would like to add the Hreflang code on every page.
Like this:
Home
link rel=“alternate” href=“https://www.example.nl” hreflang=“nl-nl” />
link rel=“alternate” href=“https://www.example.be” hreflang=“nl-be” />
link rel=“alternate” href=“https://www.example.nl” hreflang=“x-default” />
Contact page
link rel=“alternate” href=“https://www.example.nl/contact” hreflang=“nl-nl” />
link rel=“alternate” href=“https://www.example.be/contact” hreflang=“nl-be” />
link rel=“alternate” href=“https://www.example.nl/contact” hreflang=“x-default” />
Etcetera
Can you help me?
Thanks!