Gravedad: AltaResponsable: DesarrolloTiempo de corrección: 1-2 h
Cookie wall
Elimine los patrones que bloquean el acceso al contenido hasta que el visitante acepte el tracking opcional.
Cubre: cookie_wall
Por qué es importante
El EDPB considera inválidos los cookie walls para el consentimiento de tratamientos no esenciales, porque obligan al usuario a aceptar tracking para acceder al contenido.
Cómo verificarlo manualmente
- 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.
Causas típicas
- 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.
Corrección en 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.
Corrección en WordPress o plugins CMP
- 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.
Corrección genérica para desarrolladores
- 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.
Cómo confirmar que la corrección funciona
- 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.
Siguiente paso
Vuelva a ejecutar el escaneo después del despliegue para confirmar que cambió el comportamiento real en tiempo de ejecución y no solo el texto del banner.