Can you please provide the proper hreflang tag for English so that I can insert into header for google to clear this error??
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
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.
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
Yeah I get it, where in the FILE do I add this??
Hi,
You can add it at the bottom of functions.php :)
Best regards,
Nikko