Data Coverage & Taxonomy
The Dating category is one of 59 content categories in the Web Filtering Database taxonomy, applied consistently across a corpus of more than 100 million classified domains. Every domain is evaluated with a multi-label model, so a site can carry the dating classification alongside any related categories it also belongs to. This multi-label design is what lets policy engines reason about overlap instead of forcing each domain into a single bucket.
Classifications are delivered three ways to fit different architectures. The real-time REST API returns a result in under ten milliseconds and is ideal for inline DNS, proxy, and application enforcement. The offline database mirror provides the full corpus for on-premises deployments where lookups must never leave the network, refreshed by hourly delta feeds. And DNS RPZ feeds let firewalls and resolvers load category zones directly. Whichever delivery mode you choose, the dating classification carries the same signals and sub-type detail described on this page.
Because the taxonomy is shared across every category, the dating classification composes cleanly with the rest of your policy. You can express a single acceptable-use ruleset that spans dozens of categories, knowing each domain has been evaluated by the same pipeline and scored against the same 100-million-domain reference set.
Deployment Best Practices
Start by deciding whether the dating category is a block, allow, or shape decision in your environment, because that choice drives everything downstream. Many categories are not simply "block everything" — the sub-type and secondary-category signals in every response exist precisely so you can write proportionate rules rather than blunt ones. Map the categories to your written acceptable-use or safety policy first, then translate that map into technical rules.
Prefer DNS-level enforcement for breadth: it covers every device and application that resolves a domain, including native apps and consoles, with no client software to deploy. Layer proxy or firewall inspection on top only where you need per-request granularity or content-aware decisions under SSL inspection. For latency-sensitive or air-gapped environments, use the offline mirror so enforcement continues even during an internet disruption.
Finally, treat classification as a living feed rather than a one-time import. The dating category is re-scanned continuously as new domains appear and existing ones change, so consuming the hourly deltas keeps your policy accurate. Log category decisions to your SIEM for auditing and capacity planning, and review the edge cases the sub-type signals surface rather than reacting to individual domains one at a time.