How-To

What Data Does My Website Collect? A Complete Audit Guide

·8 min read

Quick answer: Your website almost certainly collects more data than you think. Between cookies, analytics scripts, embedded fonts, social widgets, and third-party tools, a typical website collects 15–40 data points per visitor — often without the site owner's knowledge.

The Data You Know About vs. The Data You Don't

Data You Probably Know About

  • Contact form submissions (name, email, message)
  • Account registration data
  • Payment information
  • Newsletter signups

Data You Probably Don't Know About

  • IP addresses — logged by your web server, analytics, and most third-party scripts
  • Browser fingerprint — screen size, fonts, GPU, timezone (see our fingerprinting guide)
  • Mouse movements — if you use Hotjar, FullStory, or similar tools
  • Typed text in forms — some tools record keystrokes in real-time, even unsubmitted data
  • Cross-site browsing history — via third-party cookies from ad networks
  • Social media profiles — when you embed Facebook Like buttons or LinkedIn badges

Every Data Point Your Website Can Collect

CategoryData PointsCollected ByGDPR Consent?
IdentityName, email, phone, addressForms, account creationLegal basis required
NetworkIP address, ISP, connection typeServer logs, analytics, CDNsYes
DeviceOS, browser, screen size, languageUser-Agent, JavaScript APIsIf used for tracking
LocationCountry, city, GPS coordinatesIP geolocation, GPS APIYes
BehaviorPages visited, clicks, scroll, time on pageAnalytics toolsYes for most tools
CookiesSession IDs, preferences, tracking tokensYour site + third partiesYes for non-essential
StorageLocalStorage, SessionStorage, IndexedDBJavaScriptYes if personal data
GraphicsCanvas fingerprint, WebGL rendererFingerprinting scriptsYes
FinancialCard details, transactionsPayment processorsContract performance
SocialProfile data, likesSocial login, embedded widgetsYes

How to Audit Your Website's Data Collection

Method 1: Automated Scan (Fastest)

Use PrivacyChecker to scan your website in 60 seconds. It detects all cookies, third-party scripts, tracking pixels, fingerprinting techniques, security headers, data transfer locations, exposed email addresses, and storage usage.

Method 2: Browser DevTools (Manual)

  1. Open your website in Chrome and press F12
  2. Application → Cookies: See all cookies set
  3. Application → Local Storage: See stored data
  4. Network tab: See every request your page makes

The Most Common Hidden Data Collectors

Google Fonts

Loading fonts from fonts.googleapis.com sends every visitor's IP address to Google. A German court fined a website owner €100 per visitor.Fix: Self-host your fonts.

YouTube Embeds

Standard YouTube embeds set tracking cookies before the user clicks play.Fix: Use youtube-nocookie.com or load after consent.

Google reCAPTCHA

reCAPTCHA v3 runs on every page, collecting behavior data.Fix: Use hCaptcha or Cloudflare Turnstile instead.

Social Media Buttons

Facebook Like buttons and Twitter share buttons track visitors without clicks.Fix: Use two-click solutions that load scripts only after interaction.

WordPress Plugins

Many WordPress plugins load external scripts without disclosing it. Fix: Audit every plugin for external requests.

What to Do After You Find Out

  1. Remove unnecessary tracking — if you don't need it, delete it
  2. Block non-essential scripts until consent — use your CMP
  3. Update your privacy policy — list every tool and data type
  4. Switch to privacy-friendly alternativescookie-free analytics
  5. Self-host what you can — fonts, icons, JS libraries
  6. Monitor for driftcompliance drift happens when team members add tools

Frequently Asked Questions

Does my website collect data even without Google Analytics?

Yes. Server logs capture IP addresses and user agents. Embedded fonts, CDNs, and any third-party resource also collect data.

Is collecting IP addresses GDPR-regulated?

Yes. The CJEU ruled that IP addresses are personal data when the operator can reasonably link them to an individual.

What's the fastest way to find out what my website collects?

Scan with PrivacyChecker — 60 seconds for a complete report of all data collection on your site, including hidden trackers, cookies, and security issues.

Check your website now — free

Run a complete privacy audit in under 60 seconds. Get your score, find issues, and learn how to fix them.

Start Free Audit