12-26-2012, 08:21 PM
Hello
I found out, that the language system, that is providet by PES, did not get indexed by Google and Co, only the default language.
Sins i use more than 1 language, did i changed it to the following:
1.
<script type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
2.
<select name="menu" class="styled" onchange="MM_jumpMenu('parent',this,0)">
<option>Language</option>
<option value="/?peslang=ar">العربية</option>
<option value="/?peslang=bm">Bahasa Melayu</option>
<option value="/?peslang=cn">中國的</option>
<option value="/?peslang=de">Deutsch</option>
<option value="/?peslang=dk">Dansk</option>
<option value="/?peslang=en">English</option>
<option value="/?peslang=fr">Français</option>
<option value="/?peslang=it">Italiano</option>
<option value="/?peslang=nl">Nederlands</option>
<option value="/?peslang=ro">Română</option>
</select>
After i used that jump menu, are all languages indexed by Google and Co
I found out, that the language system, that is providet by PES, did not get indexed by Google and Co, only the default language.
Sins i use more than 1 language, did i changed it to the following:
1.
<script type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
2.
<select name="menu" class="styled" onchange="MM_jumpMenu('parent',this,0)">
<option>Language</option>
<option value="/?peslang=ar">العربية</option>
<option value="/?peslang=bm">Bahasa Melayu</option>
<option value="/?peslang=cn">中國的</option>
<option value="/?peslang=de">Deutsch</option>
<option value="/?peslang=dk">Dansk</option>
<option value="/?peslang=en">English</option>
<option value="/?peslang=fr">Français</option>
<option value="/?peslang=it">Italiano</option>
<option value="/?peslang=nl">Nederlands</option>
<option value="/?peslang=ro">Română</option>
</select>
After i used that jump menu, are all languages indexed by Google and Co