How do I keep my app from tracking bot requests as views
Posted
by trustfundbaby
on Stack Overflow
See other posts from Stack Overflow
or by trustfundbaby
Published on 2010-05-08T22:55:13Z
Indexed on
2010/05/08
22:58 UTC
Read the original article
Hit count: 190
General
This is a general question about writing web apps.
I have an application that counts page views of articles as well as a url shortner script that I've installed for a client of mine. The problem is that, whenever bots hit the site, they tend to inflate the page views.
Does anyone have an idea on how to go about eliminating bot views from the view count of these applications?
© Stack Overflow or respective owner