Tagged: Hreflang
Hi ,
How can i insert hreflang tags into the website ? Can you pls help ?
Merhabalar!
Can you please elaborate? To which elements you would like to add hreflang attributes?
Best regards,
Yigit
Hi Yigit ;
I would like to use in head section of all my web pages
Hey!
Please add following code to Functions.php file in Appearance > Editor and adjust as needed
add_action('wp_head', 'ava_add_your_stuff');
function ava_add_your_stuff() {
?>
<link rel="alternate" hreflang="es" href="http://es.example.com/" />
<?php
}
Cheers!
Yigit
Teşekkürler Yiğit