1. Uptime Monitoring
  2. Search for text on pages

Uptime Monitoring

Search for text on pages

OnlineOrNot can verify that specific text appears on your page. This catches cases where your server returns HTTP 200 but displays an error page.

For server-rendered pages (WordPress, etc.)

When creating or editing an uptime check, use the "Text to search for (optional, case-sensitive)" field:

OnlineOrNot Search for text

Important: OnlineOrNot checks the raw HTML, not the rendered text. Inspect the HTML to find the exact text.

For JavaScript-rendered pages (React, Vue, etc.)

Regular uptime checks can't render JavaScript. Use a Browser Check instead:

OnlineOrNot Search for text

Browser Checks render the page in a real browser before searching for text.

How to find the correct text

  1. Right-click on the text in your browser

  2. Click "Inspect"

    Inspect HTML

  3. The text in HTML may differ from what's displayed (e.g., different capitalization):

    Inspect HTML output

Use the value from the HTML, not what you see on screen.