Crawling slows down site-wide
A 5xx on robots.txt can make Googlebot back off the whole site until the file responds again. No page breaks, nothing looks wrong.
robots.txt can hide your whole siteA staging config, a plugin update, a generator left running — and the one file that tells crawlers what they may read says something else this morning. The site still loads. Nothing on the page tells you.
Danger severity: you get the alert within the hour, not in tomorrow's digest.
The file keeps returning 200 and the site keeps loading. That is exactly why this one goes unnoticed.
A 5xx on robots.txt can make Googlebot back off the whole site until the file responds again. No page breaks, nothing looks wrong.
Google reads the first 500 KB and ignores the rest. The rules that get cut are the ones appended last — usually the ones you added most recently.
The file is edited by hand and by plugins far more often than anyone tracks. A Disallow: / from a staging config reaches production and stays there.
Three steps, running every day, on something nobody looks at twice a year.
The first crawl saves your robots.txt as it should be. That value is what every later run is compared against.
The file is fetched, parsed and diffed against the stored copy. Added and removed lines are highlighted, so you read the change instead of the file.
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.
Five checks guard the file’s availability, size, syntax, sitemap references and content. All of them are in Basic and on by default.
| Test | What it catches | Scope | Severity |
|---|---|---|---|
| Robots.txt — status code | The file stops returning 200 — a 404 after a deploy, a 5xx from an overloaded server. |
Web · Basic | Danger |
| Robots.txt — max file size | The file grows past Google’s 500 KB cap, so everything below the cutoff is ignored. | Web · Basic | Danger |
| Robots.txt — content changes | Any line added or removed since the last run, shown as a diff. | Web · Basic | Depends on the reason |
| Robots.txt — validity | Syntax a crawler can’t reliably read — unknown directives, two rules on one line, Crawl-delay under Googlebot. |
Web · Basic | Depends on the reason |
| Robots.txt — live sitemap included | A Sitemap: line pointing at a URL that no longer resolves. |
Web · Basic | Depends on the reason |
What the checks do, and what they don’t.
Daily by default. You can set weekly or monthly per test, and custom frequencies are available on the Advanced plan.
You get the alert with the diff, and one click on Set found value as desired adopts the new file as the baseline. The next run is green.
No. Wygard watches a small set of resources continuously instead of crawling everything occasionally. Keep your crawler for discovery, use Wygard to know when something moved.
All five are in Basic and on by default, one robots.txt per site.
What a silent failure of this kind looks like from the inside, and how long it took to catch.
The file read fine to a human and a popular tester called it allowed — but Google drops Crawl-delay, merges the User-agent lines into one group, and applies the Disallow: / below them to the whole site.
“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.
Status codes, protocol validity and size limits across every sitemap you declare.
See the checksThe meta robots tag that decides whether a page can be indexed at all.
See the checksEvery protocol, www and trailing-slash variant, checked for one clean destination.
See the checks