Allvar: HögAnsvarig: UtvecklingTid att åtgärda: 1-2 h
Cookie wall
Ta bort mönster som blockerar åtkomst till innehåll tills besökaren accepterar valfri spårning.
Täcker: cookie_wall
Varför det här är viktigt
EDPB ser cookie walls som ogiltiga för samtycke till icke-nödvändig behandling eftersom användaren tvingas acceptera spårning för att få åtkomst till innehållet.
Så verifierar du manuellt
- 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.
Typiska orsaker
- 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.
Åtgärd i 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.
Åtgärd i WordPress eller CMP-pluginer
- 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.
Generell utvecklaråtgärd
- 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.
Så bekräftar du att åtgärden fungerar
- 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ästa steg
Kör en ny skanning efter driftsättning för att bekräfta att det verkliga körningsbeteendet ändrades, inte bara bannertexten.