I use V6 enterprise (php) on several sites and noticed a strange effect.
My site www.anothersite.nl for example:
- Google indexes search result pages. See:
www.google.nl/search?q=site:anothersite.nl&start=70 and look at the url's of the results. They are all like: www.anothersite.nl/index.php?zoom_query=... (with all kind of different search words).
I think this can be nice: more exposure maybe?
- In my searchword logfiles I find a lot of rules with Google IP addresses (66.249.66.143, 66.249.66.242 for example). In the logs of my own (small) site it can be 60 rules a day, but on another, bigger site, it can be as much as 500 rules a day!
I think that is not nice: it slows down. I think I will have to do some PHP scripting to ban these IP addresses from being logged.
I am curieus what is happening here. If I myself click on such a Google link to a search result page, then my own IP address shows in the log file.
So is this just Google indexing? Does anybody know?
My site www.anothersite.nl for example:
- Google indexes search result pages. See:
www.google.nl/search?q=site:anothersite.nl&start=70 and look at the url's of the results. They are all like: www.anothersite.nl/index.php?zoom_query=... (with all kind of different search words).
I think this can be nice: more exposure maybe?
- In my searchword logfiles I find a lot of rules with Google IP addresses (66.249.66.143, 66.249.66.242 for example). In the logs of my own (small) site it can be 60 rules a day, but on another, bigger site, it can be as much as 500 rules a day!
I think that is not nice: it slows down. I think I will have to do some PHP scripting to ban these IP addresses from being logged.
I am curieus what is happening here. If I myself click on such a Google link to a search result page, then my own IP address shows in the log file.
So is this just Google indexing? Does anybody know?
Comment