snorklee
Sign in Start free
Features AI traffic Pricing Manifesto Docs Audit Contact Sign in Start free

Compliance & GDPR

How to audit your website's GDPR compliance in 2026

Having a cookie banner proves nothing. A site's GDPR compliance is observed in the browser: what fires before any click, and what really happens when someone refuses. Here's how to audit your site — by hand, then in 90 seconds.

Fred GaveauJune 28, 2026~9 min read

Most sites we audit show a banner and assume they're compliant. Yet in a majority of cases, trackers — Google Analytics, Meta Pixel, retargeting — fire before the visitor clicks anything, or keep running after a refusal. The banner reassures, but blocks nothing. A GDPR audit exists precisely to measure that gap between what you believe and what your site actually does.

What a GDPR audit really checks

A useful audit doesn't read your privacy policy — it observes the page's technical behaviour. The points to check:

That's exactly what our free GDPR audit lists: it loads your page like a real visitor and runs three phases — before consent, after accept, after refuse.

The manual method: 10 minutes with DevTools

You can make a first assessment yourself, with no tool. Open your site in a private window, then your browser's developer tools (F12):

  1. "Application" tab → Cookies: reload the page without touching the banner. Any cookie beyond the strictly necessary ones (cart, session, security, the consent cookie itself) shouldn't be there.
  2. "Network" tab: look for third-party domains. Do you see calls to google-analytics.com, facebook.net or doubleclick.net before your click? That's a gap.
  3. Click "Refuse", then reload: do the same calls come back? If so, your refusal isn't effective.

This method is reliable but tedious, and it misses CNAME-cloaked trackers or those fired on a delay. Hence the value of an automated scan.

Key point

Compliance isn't read in a privacy policy: it's observed in the browser, before the click and after a refusal. If a marketing tracker runs in either of those two phases, you have a gap to fix.

The automated method: 90 seconds

Our tool replays those three phases for you and produces a readable report: observed gaps, detected trackers, non-EU transfers, banner state, Consent Mode. It's free, no signup, and keeps no report (everything lives at most two minutes in memory, from France).

Run the GDPR audit of your site →

Reading the result: the most common gaps

Four findings come up almost every time:

Fixing it: where to start

The logic isn't to "ask for consent better", but to reduce what makes it necessary. Three principles:

An audit is an indicative technical finding, not legal advice: it may contain false positives. For a decision, have it validated by a DPO or lawyer.

Beyond GDPR: sovereignty

Being "compliant" says nothing about where your data goes. A site can respect the GDPR while depending entirely on US services. To map those dependencies, complement the GDPR audit with our sovereignty checker: it reveals which third parties expose your visitors outside the EU and suggests European alternatives.

In short

Auditing your site isn't re-reading your terms: it's opening the browser and watching what fires before the click and after a refusal. Do it by hand to understand, then automate it to track it over time.

Audit your website's GDPR compliance for free →

FAQ

How do I audit my website's GDPR compliance?
Open your site in a private window and inspect, in DevTools, the cookies and network requests fired before any click and after a refusal: only strictly necessary items should appear. An audit tool automates this across the three phases (before consent, after accept, after refuse).

Is the GDPR audit free?
Yes. Snorklee's audit is 100% free, no signup, and shows a report in about 90 seconds. No report is kept: it lives at most two minutes in memory, then is erased.

Is a cookie banner enough to be compliant?
No. A banner that doesn't stop trackers from firing before the click — or doesn't cut them after a refusal — doesn't make you compliant. Compliance is observed in the page's technical behaviour, not in the presence of a banner.

What does a website GDPR audit check?
Trackers set before consent, refusal effectiveness, data transfers outside the EU, the presence and symmetry of the banner, the Google Consent Mode v2 configuration and trackers hidden through CNAME cloaking.

Published June 2026. Legal framework: Article 5(3) of Directive 2002/58/EC (ePrivacy) — general information, not individualised legal advice. An automated audit is indicative and may contain false positives or false negatives.