Friday, April 26, 2013

Free Directory Site March-April 2014


Directory    PR  Date  
Hot Internet Directory04/24/2013
All Web DB Directory04/23/2013
All Web Database04/23/2013
Mitre Directory04/23/2013
Web Directory 7704/23/2013
Teomankanyonda Web Directory54/22/2013
Directory Film14/21/2013
Mega Directory04/20/2013
Fdrc Web Directory04/19/2013
Cubl Web Directory04/19/2013
Iklu Web Directory04/19/2013
Aiclu Web Directory04/19/2013
Irsg Web Directory04/19/2013
Solar IQ Test Directory04/18/2013
Hint Directory14/17/2013
Esjuob Directory04/17/2013
URL Directory04/13/2013
Site Harvest Directory04/11/2013

Introducing "x-default hreflang" for international landing pages


The homepages of multinational and multilingual websites are sometimes configured to point visitors to localized pages, either via redirects or by changing the content to reflect the user’s language. Today we’ll introduce a new rel-alternate-hreflang annotation that the webmaster can use to specify such homepages that is supported by both Google and Yandex.
To see this in action, let’s look at an example. The website example.com has content that targets users around the world as follows:
Map of the world illustrating which hreflang code to use for which locale
In this case, the webmaster can annotate this cluster of pages using rel-alternate-hreflang usingSitemaps or using HTML link tags like this:

<link rel="alternate" href="http://example.com/en-gb" hreflang="en-gb" />
<link rel="alternate" href="http://example.com/en-us" hreflang="en-us" />
<link rel="alternate" href="http://example.com/en-au" hreflang="en-au" />
<link rel="alternate" href="http://example.com/" hreflang="x-default" />