Keyword Monitor
Verify that a webpage contains (or does not contain) specific text content.
How it works
UptimeGuard fetches the page at the specified URL and searches the response body for your keyword. You can configure it to alert when the keyword is present or when it is absent.
Configuration
| Setting | Description |
|---|---|
| URL | The page URL to fetch. |
| Keyword | The text string to search for in the response body. |
| Keyword Present | If true, the check passes when the keyword is found. If false, the check passes when the keyword is absent. |
Use cases
- Ensure your homepage displays the correct content (not an error page)
- Detect defacement — alert if unexpected content appears
- Verify that a login page or API returns expected output
- Check that a CDN is serving the right content