Schweregrad: HochVerantwortlich: EntwicklungZeit bis zur Behebung: 1-2 h
Cookie-Wall
Entfernen Sie Muster, die Inhalte blockieren, bis der Besucher optionales Tracking akzeptiert.
Umfasst: cookie_wall
Warum das wichtig ist
EDPB 05/2020 behandelt Cookie-Walls für nicht notwendige Verarbeitung als unzulässig, weil Nutzer Tracking akzeptieren müssen, um auf Inhalte zugreifen zu können.
So prüfen Sie das manuell
- Open the site without interacting with the banner and try to access core content.
- Click Reject and check whether content remains blocked or blurred.
- Inspect frontend logic for overlays, scroll locks, or disabled content containers.
Typische Ursachen
- Banner script ties content visibility to Accept instead of any user decision.
- Theme or SPA route guards wait for opt-in before rendering content.
- Optional services are mixed with baseline site functionality.
Behebung in GTM
- Remove logic that blocks content until marketing or analytics consent is accepted.
- Keep the banner visible while allowing access with only essential cookies.
- Trigger non-essential tags only after explicit opt-in.
Behebung in WordPress oder CMP-Plugins
- Disable plugin options that lock content behind consent.
- Ensure pages remain accessible after Reject or Close actions.
- Retain consent records without gating core content access.
Allgemeine Entwicklerkorrektur
- Allow baseline site functionality regardless of non-essential cookie choice.
- Use consent only as a switch for optional processing.
- If relying on legitimate interest for essential cookies, document scope and avoid blending with marketing controls.
So bestätigen Sie, dass die Behebung funktioniert
- Reject optional cookies and confirm content remains visible and usable.
- Confirm only optional processing is disabled, not the page itself.
- Run a fresh scan and verify the cookie-wall finding disappears.
Nächster Schritt
Starten Sie nach dem Deployment einen neuen Scan, um zu bestätigen, dass sich das Laufzeitverhalten geändert hat und nicht nur der Bannertext.