Elisa Ltc
Elisa Ltc

Reputation: 77

<link rel="alternate" href="" hreflang="en" />

I've an issue with hreflang tag. I'm working in a multilanguage site that have two languages, italian and english. I'd like to set automatically main page language in english for all the countries different from Italy.

I put this code on main page of my website but it seems doesn't work

<link rel="alternate" href="http://example.com/en/index.php" hreflang="en" />

Anyone can help me, please?

Upvotes: 1

Views: 1016

Answers (1)

Daniel Jackson
Daniel Jackson

Reputation: 1126

Yea the answer is using “en-us” would work.

Upvotes: 0

Related Questions