This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan
I’ve always wanted to know which user agents are currently hitting my site… Am I getting crawled? Are ML bots sifting through my site?
I added some middleware to my site to log the user agent of every request while using Vercel’s KV to store the user agents and their counts.
User Agents in the last hour
User Agent | Count |
---|
This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan