# GDPR/DSGVO Documentation

**Last Updated:** 2026-03-02

## Index

| Document | Purpose |
|----------|---------|
| [GDPR_DSGVO_WEBSITE_AUDIT.md](GDPR_DSGVO_WEBSITE_AUDIT.md) | Website tracking, consent banner, server-side tracking, privacy policy handoff |
| [GDPR_DSGVO_HUBSPOT_AUDIT.md](GDPR_DSGVO_HUBSPOT_AUDIT.md) | HubSpot integration; forms, consent logic, data flows; privacy policy handoff |

## Key Files

- `v2/base/footer.php` – Main consent banner, loadScripts(), loadHubSpot(), sendPageView()
- `v2/base/footer_free_trial_updated.php` – Consent-gated footer for kostenlos-testen pages
- `v2/base/head.php` – No unconditional tracking (consent-gated in footer)
- `v2/base/tracking.php` – Server-side tracking (POST only; consent-gated)
- `v2/pages/static_privacy.php` – Privacy policy (updated per audit 2026-03-02)

## Cursor Rules

- `.cursor/rules/gdpr-consent.mdc` – Consent requirements when adding tracking

## Legal Handoff

Privacy policy updated per audit (March 2026): HubSpot, server-side tracking, Mouseflow removal, Stand date. See "Privacy Policy Updates" in [GDPR_DSGVO_WEBSITE_AUDIT.md](GDPR_DSGVO_WEBSITE_AUDIT.md).
