Keyword monitoring
Verify the page actually contains what it should.
A keyword monitor fetches a page and checks that an expected word or phrase is present — a 200 status doesn't always mean the page is healthy.
How it works
UptimeAlien requests the URL and searches the response body for your keyword; a miss marks the monitor down even when the HTTP status is OK.
When to use it
- Detect error or maintenance text
- Confirm a login form or product is present
- Catch silent deploy failures
What you get
Keyword presence, response time, uptime and incidents.
Example
https://acme.com/login — body must contain Sign in
Frequently asked questions
What is keyword monitoring?
A keyword monitor requests a URL and searches the response body for a string you define. If the string is missing, the check fails — even when the server returned HTTP 200.
Why isn't a status code enough?
Plenty of failures return 200: a friendly error page, a blank template because the database is down, a login form replaced by a maintenance notice, or a CMS serving an empty page. Only the content reveals those.
What makes a good keyword?
Something that only appears when the page is genuinely working — a button label behind a database query, a product name, or a marker rendered from live data. Avoid text that also appears in your error page.
Can I use it to detect defacement or unexpected changes?
Indirectly. If the expected marker disappears, the monitor fails. It checks for the presence of your string rather than diffing the whole page.
