Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #443400

    Hi ,

    How can i insert hreflang tags into the website ? Can you pls help ?

    #443430

    Merhabalar!

    Can you please elaborate? To which elements you would like to add hreflang attributes?

    Best regards,
    Yigit

    #443664

    Hi Yigit ;
    I would like to use in head section of all my web pages

    https://support.google.com/webmasters/answer/6059209?hl=en

    #443757

    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

    #443910

    Teşekkürler Yiğit

    #443913

    Rica ederim! Iyi gunler & iyi calismalar!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hreflang Tags’ is closed to new replies.