Summary
My hobby account was paused after AI crawler bots consumed ~283GB of bandwidth scraping OG images from my personal photo blog (http://www.colindismuke.photo).
Project Details
- Repo: https://github.com/cpdis/exif-photos (fork of sambecker/exif-photo-blog)
- Project ID: prj_Wk660lnQZOHgydZptW6zEEPcv85m
What happened
Bot traffic aggressively scraped my /*/image routes - the dynamically generated OG images. These routes bypass CDN caching effectively, resulting
in massive bandwidth consumption I had no control over.
Mitigations I’ve implemented
- Added comprehensive robots.txt blocking known AI crawlers
- Blocked all /*/image routes from all crawlers
- Increased image response cache from 1 hour → 1 year
- Enabled Vercel Firewall Bot Management:
- Bot Protection: On (challenges non-browser sources)
- AI Bots: On (blocks known AI bots and scrapers)
These changes are deployed but for some reason I got the account paused email 2 weeks after the fact. Looking at the overview for that project shows that >99% of the traffic and bandwidth stops on January 16 after the above were implemented.
Request
Could my account be reinstated? This was clearly bot abuse, not legitimate usage. I’m a hobby user with a simple photo portfolio - the traffic patterns were entirely non-human. With the changes implemented, this shouldn’t recur.