In my ecommerce application we store all searches that customers have made from our search box. I've noticed in the last month or so though that the dominant search term in the stats is the term which we pre-populate the field with - for example - "Search Here". Its not possible to submit this term as a user if you have javascript enabled but the fact its happening so often is leading me to believe that a bot like Google is autosubmitting this search box. Is this possible/likely?
|
Google says, sometimes Googlebot may submit GET forms. http://googlewebmastercentral.blogspot.com/2008/04/crawling-through-html-forms.html
|
|||
|
|
I think it's much more probably that it's some rogue spam bot than a bot from a reputable company like Google. How about simply logging the IP and user agent when an user enter such a query? |
|||
|
This was happening on my site and as it turned out when the user hit enter on the keyboard in an alternate textbox, like for quantity, the search fired. While it could be a bot, I'd think this scenario is more likely. To test, try hitting the enter key in alternate fields besides the search box. |
|||
|
|
|
This is totally unquantified, but I have seen cases where fairly obscure search results pages for a couple of my sites are showing up in Google's index. While it's possible that this is due to them inserting random strings, I suspect that these URLs are coming from other places, either the Google Toolbar, or from Analytics where I have configured it to understand my site search URL pattern. |
|||
|
|