I see many big sites are not using <html lang="en-US">
or anything similar. Lang is also not available in <Meta>
tag. I checked few websites. hub.tutsplus.com and ReadWrite.com are not using any. Few are using as well.
So, I am concerned about:
Is there any effect of Lang attribute on SEO?
Is there any benefits of using lang attribute? I read that Screen Reader and Search Engine can use this. Anything else? What will be the impact of missing lang attribute.
What will be better: <html lang="en-US">
or <html lang="en">
?
Update: I checked that ReadWrite is using Server header "Content-Language". So, Which is better? Using server side or using lang attribute. From here, I know that lang takes precedence than Meta.
I am an Indian and I just write English (I meant, I cannot say I write US or UK English). In this case, will it be useful to use only lang="en" instead of lang="en-US"?
Does any have impact on performance?