Forum Moderators: open
Basically, at what point is it cloaking?
1. The Hitbox JS causes problems with some spiders.
2. I don't want Hitbox counting visiting spiders as actual visitors.
3. I was reading Brett's great post here: [webmasterworld.com...]
and he mentions search engines' "distaste" for JS. Then again that post from Brett is nearly a year and a half old....
strange paths that are a combination of the URL and some of the code
Sounds a bit like maybe a minor bug in your code that IE can deal with - I suggest carefully checking all URI in the code are properly enclosed in quotes, and that these match each other. Run it through a validator maybe. It does sound like something that can be tweaked to make it work and get rid of the whole problem.
I don't want Hitbox counting visiting spiders as actual visitors.
Is this hitbox pro or free?
Hitbox doesn't count spiders as actual visitors, afaik. You may want to doublecheck this with Hitbox customer service, but I'm 99% sure of this.
I haven't had trouble getting sites spidered with hitbox code. It's simply not a problem. You can test this out by setting up an account with Atomz Search and setting their spider loose on your site- any indexing problems will be reported back to you in their log. Hitbox code has never been an issue.
I prefer using a log analyzer because I don't like the JS code. But Hitbox Pro has an instant gratification factor that CEO's are enamored of, so what can you do?
Hitbox free allows anyone to view your stats.
Before doing that though, run the HTML pages through [validator.w3.org...] to spot and correct any obvious problems with the code.
Especially escape any ampersands by writing & as & instead, and then escape any closing tags by changing </foo> to be <\/foo> as well.