The page disappears before you notice
A 404 or a 410 is acted on quickly. Every other check on that URL becomes irrelevant the moment the page stops answering.
200 that quietly became a 404 leaves search fastThe status code is the most basic answer your server gives Google. A CMS deletion, a redirect rule deployed by mistake, an SSL renewal that left a hop on the wrong protocol — each pulls the page out of search faster than almost any other regression.
Danger severity: you get the alert within the hour, not in tomorrow's digest.
This is the floor of any monitoring, which is why the status code check cannot be switched off.
A 404 or a 410 is acted on quickly. Every other check on that URL becomes irrelevant the moment the page stops answering.
A target that changes, a 301 that degrades to 302, a hop inserted by a new rule — link equity leaks and campaign URLs land somewhere else.
Google follows a limited number of hops. A chain that grows past that limit ends the journey before your page is reached.
Three steps, running every day, on something nobody looks at twice a year.
The first crawl saves the status code of each monitored URL as it should be. That value is what every later run is compared against.
The response code is recorded, and for anything that redirects, every hop in the chain is followed and stored.
Danger-level findings go out right after the crawl batch. Milder ones wait for the daily digest, so the urgent one stands out.
The stored value is your desired state, not a guess. When a later run differs you get both versions side by side — and if the change was intentional, one click adopts it as the new baseline.
This one reaches you within the hour, because the damage starts before the next digest would arrive. Every test's severity can be overridden per site, so your inbox stays useful.
Pick the frequency and the user agent Wygard should send, switch on JS rendering if your pages need it, and the rest needs no attention.
The status code check is mandatory on every URL. The redirect chain check attaches itself automatically to anything answering 3XX.
| Test | What it catches | Scope | Severity |
|---|---|---|---|
| Status code | The code changed, a redirect target moved, or a new redirect appeared in front of a URL that used to answer directly. | URL · Basic | Danger |
| Redirect chain | The final destination changed, a hop returns the wrong type of redirect, or the chain loops. | URL · Basic | Danger |
What the checks do, and what they don’t.
No. It is the one mandatory test — every URL you add gets it, and it cannot be deactivated or deleted.
The alert history stores every hop of every run, so you can compare the chain before and after the change.
Adopt the new chain as the baseline from the alert card. Wygard then reports only later deviations from it.
“This app has completely transformed how we manage our SEO. The real-time alerts ensure we never miss an issue. It's a game-changer for protecting our rankings!”
Trust, but verify. You build the site — Wygard makes sure your key SEO elements work as intended.
How quickly would you notice if your canonical tags changed? We catch it for you.
Don't waste time on massive crawls and endless data. With 15 years of hands-on SEO experience, we know how to focus on what really matters.
You don't have to be an SEO expert — your site still deserves expert monitoring. That's exactly what our tool delivers.
Every online business deserves protection. No matter the size.
The checks that most often break for the same reason.
Every protocol, www and trailing-slash variant, checked for one clean destination.
See the checksThe canonical href on your key pages, plus the parametrized version most CMSes get wrong.
See the checksStatus codes, protocol validity and size limits across every sitemap you declare.
See the checks