Wordpress kullanıyorsan bu kodu header.php içinde <head> tagı içinde bir yere yapıştırarak yapabilirsin hocam. Bana da lazım olmuştu baya bi aramıştım bulamayınca biraz kod baktım kendim yaptım
<?php $xxsiteana = $_SERVER["HTTP_HOST"]; ?>
<?php $xxsiteuzanti = $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]; ?>
<?php if (is_home() || is_front_page()) {
echo "<link rel='alternate' hreflang='tr' href='http://$xxsiteana' />";
} else {
echo "<link rel='alternate' hreflang='tr' href='http://$xxsiteuzanti' />";
}
?>
<br />