Hi
My new Wordpress website is for US users.
In search console >search traffic> International Targeting I get a message “Your site has no hreflang tags”
searching google, I came across this script rom Chris. so I added it to my header.php like this:
CODE: SELECT ALL
<link rel=”alternate” href=”https://www.mysite.com<?php echo parse_url($_SERVER[‘REQUEST_URI’],PHP_URL_PATH); ?>” hreflang=”en-us” />
I am still getting the “Your site has no hreflang tags” message.
Please drop some advice, my knowledge in scripting is limited.
10x