il titolo parla da solo, ho centinaia do popup che si aprono al click su "dettaglio prodotto" con la funzione:

<script language="JavaScript">
<!--
function openwin(FileName) {
var win_h = 420;
var win_w = 450;
var win_l = (screen.width - win_w) / 2;
var win_t = (screen.height - win_h) / 2;
var scroll = 'yes';
var winprops = 'height='+win_h+',width='+win_w+',top='+win_t+',le ft='+win_l+',scrollbars='+scroll+',resizable';

win = window.open(FileName, "", winprops)
if (parseInt(navigator.appVersion) >= 4) {
win.window.focus();
}
}


//-->
</script>

e poi

<a href="javascriptnclick=openwin('http://www.miosito.org/prodotto1.php')">


---

Ok ora il problema e che sebbene abbia un bel tag noindex nelle popup, Google continua ad indicizzarle creandomi i problemi che è facile immaginare.


Qualcuno ha una soluzione valida?

Grazie