MN Forum

Full Version: Indexed by Google and Co.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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&ccedil;ais</option>
<option value="/?peslang=it">Italiano</option>
<option value="/?peslang=nl">Nederlands</option>
<option value="/?peslang=ro">Rom&acirc;nă</option>
</select>

After i used that jump menu, are all languages indexed by Google and Co Wink
thats really good to know, but where did you change that?
Hello likes2click

Part 1 in the header and part 2 on the place were you want the language selection field Smile
Thanks Elisabeth,
i'll try it

Btw love what you did with your site
Btw how can i change the default language en to de to be shown by default ?
(03-01-2013, 04:24 AM)zerounu Wrote: [ -> ]Hidden content for guests

Hello,

You can change your default language from admin panel (Settings -> General Settings).

Regards!