Forum Moderators: open
<form action="/performers.php" method="get">
i was just searching for something related to one of these performers today and google had ranked my site with the following page
mysite.com/performers.php?pf=64
the only way to get to the above page is by submitting the form.
i've never seen that in google before? is this new 'intelligent' bot behaviour?
the pull down menu has only have been up online for 1 month and there are over 100 performers - i checked 20 at random, including some really obscure ones, and all these 20 had been indexed as mysite.com/performers.php?pf=**** - so i am sure there can't be external links to all of them.
it is a straight forward pulldown menu:
<form action="/performers.php" method="get">
<select name="pf">
<option value="139">Performer 1</option>
<option value="243">Performer 2</option>
<option value="35">Performer 3</option>
...
</select>
<input type="submit" value="GO">
</form>
the *only* way to see performers.php is to submit the form, there are no other links to this page.