Hreflang how to implement?

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

If you copied that exactly then you are using the incorrect quotes.

Try this one

<link rel="alternate" href="https://www.mysite.com<?php echo parse_url($_SERVER[‘REQUEST_URI’],PHP_URL_PATH); ?>" hreflang="en-us" />

Also this:
https://www.w3schools.com/tags/att_a_hreflang.asp