A quick all-round health check of your homepage: status, speed, SEO basics, blank-page and backend-error detection.
The Homepage Health Checker loads your homepage and runs a broad set of checks in one go: does it return a healthy status, does it load quickly, is it accidentally hidden from search engines, is the page actually rendering (not blank or showing a PHP/database error), and are the SEO basics (title, meta description, H1, robots.txt, sitemap.xml) present? It rolls everything up into a Healthy / Warning / Critical verdict.
Use it as a fast "is anything obviously wrong with my homepage?" check after a deploy, plugin update, or theme change.
| Result | What it means |
|---|---|
| Healthy | The homepage loads correctly, reasonably fast, and no serious problems were found. |
| Warning | The page works but has issues worth fixing — slow response, missing SEO basics, or it's behind bot protection. |
| Critical | Something serious is wrong — a server error, a blank page, a detected backend error, maintenance mode, or the page is hidden from search engines. |
| Message | What it means |
|---|---|
| Server error (5xx) | The homepage returned a 5xx status — the application is failing. |
| Blank page | The page loaded but the body was empty — often a white-screen-of-death from a crashing theme or plugin. |
| Backend error detected | A PHP fatal error, database error or framework crash was found in the page body. Visitors are seeing it too. |
| Maintenance mode | The page is showing a maintenance/"be right back" message rather than your real content. |
| Hidden from search (noindex) | A noindex tag or header tells search engines not to index the page. Damaging if unintended. |
| Page not found / client error (4xx) | The homepage returned a 4xx status instead of loading. |
| Slow response | The page took ~2.5 seconds or more to respond. |
| Behind bot protection | A challenge page (e.g. Cloudflare) intercepted the request, so we checked from a second location and could only see so much. |
| Missing title / meta description / H1 | A core on-page SEO element is absent. |
| No robots.txt / sitemap.xml | One of these crawl-helper files wasn't found. |
| Low content | The page has very little visible text, which can look thin to search engines. |
These tools are one-off checks. A Monitrova account monitors your sites continuously and emails you the moment something breaks.