-
Home
-
User Agent Directory
- StatusCake
StatusCake
What is StatusCake?
StatusCake is a website monitoring service that provides uptime monitoring, page speed testing, and domain monitoring from multiple global locations. The bot performs regular checks to ensure websites are accessible and performing well, with instant alerts for any issues. StatusCake offers both free and paid monitoring tiers, making it accessible for websites of all sizes. The service includes features like SSL monitoring, domain expiration alerts, and detailed performance metrics. Their bot can also perform more complex monitoring including form testing and multi-step transactions.
User Agent String
Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 StatusCake
How to Control StatusCake
Block Completely
To prevent StatusCake from accessing your entire website, add this to your robots.txt file:
Block Specific Directories
To restrict access to certain parts of your site while allowing others:
Set Crawl Delay
To slow down the crawl rate (note: not all bots respect this directive):
How to Verify StatusCake
Check StatusCake's monitoring locations
Learn more in the official documentation.
Detection Patterns
Multiple ways to detect StatusCake in your application:
Basic Pattern
/StatusCake/i
Strict Pattern
/^Mozilla/5\.0 \(Windows NT 6\.2; WOW64\) AppleWebKit/537\.36 \(KHTML, like Gecko\) Chrome/31\.0\.1650\.63 Safari/537\.36 StatusCake$/
Flexible Pattern
/StatusCake[\s\/]?[\d\.]*?/i
Vendor Match
/.*StatusCake.*StatusCake/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Optional | Evaluate based on bandwidth usage vs. benefits |
| Blog/News | Allow | Increases content reach and discoverability |
| SaaS Application | Block | No benefit for application interfaces; preserve resources |
| Documentation | Selective | Allow for public docs, block for internal docs |
| Corporate Site | Limit | Allow for public pages, block sensitive areas like intranets |
Advanced robots.txt Configurations
E-commerce Site Configuration
Publishing/Blog Configuration
SaaS/Application Configuration
Quick Reference
User Agent Match
StatusCake
Robots.txt Name
StatusCake
Category
monitoring
Respects robots.txt
May not respect