There is a bug in vault/core/view/factory/tab/vw.php. Find:
Code:
if (empty($flag['empty']) AND empty($flag['selected']))
{
$language = vw_Hard_Core::controller('Fetch')->get('Language', $languageid);
$link_tag = '<link type="text/html" rel="alternate" hreflang="' . $language['langcode'] . '" ';
$link_tag .= 'href="' . vw_Hard_Core::model('String')->htmlspecialchars_uni($flag['href']) . '" ';
$link_tag .= 'lang="' . $language['langcode'] . '" ';
$link_tag .= 'title="' . $flag['alt'] . '" ';
$link_tag .= '/>';
vw_Hard_Core::view('Global')->add_link($link_tag);
}
Remove it.
If Google still complains, then you really have languages that are duplicates of each other. In the Wiki Admin Panel, go to Languages > Language Manager. Check each language and make sure that its Language Code is unique. If one is not unique, you should pick a different language code.
Bookmarks