✅ The correct answer is:
<link rel=”alternate” href=”http://example.com/” hreflang=”x-default”/>
Question:
You have site versions for France and Italy and you set up two hreflangs for them. For the rest of your end-users you plan to use the English version of the site. Which directive will you use?
Solution:
- <link rel=”alternate” href=”http://example.com/” hreflang=”x-default”/>
- <link rel=”alternate” href=”http://example.com/en” hreflang=”uk”/>
- <link rel=”alternate” href=”http://example.com/en” hreflang=”en-au”/>