WebmasterID logoWebmasterID
Robots & crawl control

How to block the SafeDNS crawler

SafeDNS operates a crawler that fetches public pages to categorise sites for its DNS-based content-filtering service. It is a declared crawler with a documented robots.txt token. This page shows how to disallow it, with the caveat that site categorisation can also draw on sources other than a live crawl.

Partially verified

What this means

SafeDNS provides DNS-based content filtering and web security. To decide which category a site belongs to, it uses a crawler that fetches public pages. Blocking that crawler asks SafeDNS to stop fetching your content for categorisation.

A block does not necessarily change how your site is classified: categorisation services often combine crawling with curated category databases, user reports and third-party feeds. So disallowing the crawler reduces direct fetching but may not move your filtering category.

How to block it

Target the SafeDNS crawler token in its own group, matching on the stable token rather than a version string.

User-agent: SafeDNSBot Disallow: /

Because robots.txt is advisory, confirm in your logs that token-carrying requests stop. If you believe your site is mis-categorised by a DNS filter, the effective fix is usually a re-categorisation request through the provider, not a robots.txt rule.

How it appears in analytics and logs

A request carrying the SafeDNS crawler token is a content-categorisation fetch for DNS filtering, not a human visit. It is bot traffic. The user agent is a claim, so confirm behaviour in your logs.

Diagnostic use case

Ask SafeDNS's categorisation crawler to skip your site, and understand why your site's filtering category may not change as a result.

What WebmasterID can help detect

WebmasterID classifies categorisation crawlers like SafeDNS server-side and surfaces them, so you can see whether the crawler still reaches your pages after a robots.txt change.

Common mistakes

Privacy and accuracy notes

Blocking SafeDNS relies only on the request user-agent token. No human identity is involved. WebmasterID records the crawl as a bot event, separate from human analytics, and never attaches it to a visitor profile.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.