CODE
<form name="menuform">
<select name="menu2"
onChange="top.location.href = this.form.menu2.options[this.form.menu2.selectedIndex].value;
return false;">
<option>Choose...</option>
<option
value="http://www.domain.com/page-1.html">Page 1</option>
<option
value="http://www.domain.com/page-2.html">Page 2</option>
<option
value="http://www.domain.com/page-3.html">Page 3</option>
<option
value="http://www.domain.com/page-4.html">Page 4</option>
<option
value="http://www.domain.com/page-5.html">Page 5</option>
</select>
</form>
<select name="menu2"
onChange="top.location.href = this.form.menu2.options[this.form.menu2.selectedIndex].value;
return false;">
<option>Choose...</option>
<option
value="http://www.domain.com/page-1.html">Page 1</option>
<option
value="http://www.domain.com/page-2.html">Page 2</option>
<option
value="http://www.domain.com/page-3.html">Page 3</option>
<option
value="http://www.domain.com/page-4.html">Page 4</option>
<option
value="http://www.domain.com/page-5.html">Page 5</option>
</select>
</form>
Would Google follow the links in this menu?
Or can't Google crawl these type of links?
I would like to stop Google from following the links in the code, if Google does follow the links in the above code, how do i add a nofollow?
I'm sorry for mixing in a coding question as well guys, but i am not that much of a coder so if you can drop some example code how to do this, i would really appreciate it!
Thanks!









