Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

language og:locale:alternate What are the fundamentals - It seems to be important?

Google definitely uses these meta tags. I tested a page here and when added, the tool picked up the data..... so the og (Open Graph) tags are very important for Google search.

Therefore we need to understand them thoroughly. However, visiting ogp.me and loading their specification page produces a blank page (whats going on there I wonder)?

Their single info webpage tells us:

The following properties are optional for any object and are generally recommended:

og:locale - The locale these tags are marked up in.  
Of the format language_TERRITORY. Default is en_US.   
og:locale:alternate - An array of other locales this page is available in.

They give us an example:

<meta property="og:locale" content="en_GB" />  
<meta property="og:locale:alternate" content="fr_FR" />  
<meta property="og:locale:alternate" content="es_ES" />

The theory on the web is that 'locale' determines the region the document is applicable to (available in), and 'alternate' provides additional document applicable regions.

However, for a great number of sites, this seems to be a disaster in waiting. One chap on Bing SEO claimed that for 'locale' anything other than en_US would kill your doc distribution (globally), yet what then of French, Spanish, German, Japanese etc. My site has translation enabled and its content is genuinely applicable to a global audience. Am I to list the entire array of languages.... and by doing so, risk accusation of 'spamming regions'?

We have no in depth explanation of these tags, yet they seem too important to guess at. Does anybody have knowledge of the fundamentals, so that we can code our sites correctly?

like image 850
Ace..... Avatar asked Jan 29 '13 15:01

Ace.....


People also ask

What is OG locale?

og:locale – defines the language; American English is the default. og:site_name – if the page (object) you are sharing is part of a larger network. og:audio or og:video – to add additional audio or video files to your object.

What is the OG description?

The og:description stands for the Open Graph description. It's a short description what the page is about, similar to the meta description. Example code snippet. <meta property="og:description" content="Get more clicks and outsmart your competitors with Schema.org!" />


1 Answers

These tags are for Facebook only. This has no effect on Google. They have their own recommended was for handling locale and languages.

  1. http://googlewebmastercentral.blogspot.com/2011/12/new-markup-for-multilingual-content.html
  2. http://googlewebmastercentral.blogspot.com/2010/03/working-with-multi-regional-websites.html
  3. http://support.google.com/webmasters/bin/answer.py?hl=en&answer=182192
like image 169
John Conde Avatar answered Sep 21 '22 13:09

John Conde