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

    Can you please provide the proper hreflang tag for English so that I can insert into header for google to clear this error??

    #767721

    Hey Enigma,

    try this code inside functions.php:

    add_action('wp_head', 'ava_add_your_stuff');
    function ava_add_your_stuff() {
        ?>
    <link rel="alternate" hreflang="en" href="http://en.example.com/" />
        <?php
    }

    and adjust as needed.

    Best regards,
    Andy

    #768436

    Ok sounds good, buut please can you direct me to the exact spot to place this ??
    On the server, or on the editor in wp?
    Please also provide where in the file to place it.

    #768448

    Hi!

    You can open the file ” functions.php ” and there, place the lines of code.
    Let us know if you face any problem at all.

    Thank you

    Best regards,
    Basilis

    #768475

    Yeah I get it, where in the FILE do I add this??

    #768665

    Hi,

    You can add it at the bottom of functions.php :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.