Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Re: hreflang

From: Steven Pemberton <steven.pemberton@cwi.nl>
Date: Mon, 06 Feb 2006 11:01:58 +0100
Message-ID: <43E71E96.1060207@cwi.nl>
To: Laurens Holst <lholst@students.cs.uu.nl>
Cc: "Jukka K. Korpela" <jkorpela@cs.tut.fi>, www-html@w3.org

Laurens Holst wrote:
> Jukka K. Korpela schreef:
>> But it's actually worse than useless when it is incorrect. And the 
>> destination of a link _may_ change language - perhaps switching to a 
>> language-negotiated version - without notifying people who link to it.)
> 
> Well, I suppose thatā??s what the new definition of hreflang is trying to 
> avoid. Although Iā??m not sure thatā??s a good idea; Iā??d say the visitor 
> would obviously prefer the link to be in a language he understands.

Indeed, that is the intention of the new definition.

When you want users to have the version in the languages they choose, 
you don't use hreflang:

	<a href="report">The latest version</a>

but if you want to supply an explicit link to a language version, you 
can include the attribute:

	<a href="report" hreflang="nl">The report in Dutch</a>

I would call this the best of both worlds. It means, for instance, that 
someone whose preferred language is not Dutch, but who can nevertheless 
speak Dutch, can get to the Dutch version (for instance to check the 
translation).

Steven Pemberton
Accept-Language: en-gb,en-uk;q=0.9,en;q=0.8,nl;q=0.7,fr;q=0.6,*;q=0.1
Received on Monday, 6 February 2006 10:02:09 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.