1

I am displaying these alternate links in the header:

<link rel="alternate" hreflang="en" href="http://mysite/en/home/"/>
<link rel="alternate" hreflang="fr" href="http://mysite/fr/home/"/>
<link rel="alternate" hreflang="en" href="http://mysite/home/"/>

The default lang is English, but for those who have a browser in French it will display the site in French according to $browserLang = substr(@$_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);

Is it a problem for the SEO having 2 links with the same hreflang?

London Smith
  • 1,622
  • 2
  • 18
  • 39
  • I'm voting to close this question as off-topic because it is an SEO question outside [the scope defined by the SEO tag wiki page](http://stackoverflow.com/tags/seo/info). It might be on-topic for [the webmasters stackexchange](http://webmasters.stackexchange.com/) – Quentin Mar 14 '17 at 11:00

1 Answers1

-2

perhaps use hreflang="x-defaults" for default la