Gravidade: AltaResponsável: DesenvolvimentoTempo para corrigir: 1-2 h
Cookie wall
Remova padrões que bloqueiam o acesso ao conteúdo até o visitante aceitar tracking opcional.
Abrange: cookie_wall
Porque isto importa
O EDPB considera cookie walls inválidos para consentimento de processamento não essencial, porque obrigam o utilizador a aceitar tracking para aceder ao conteúdo.
Como verificar 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.
Correção no 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.
Correção em WordPress ou 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.
Correção genérica para developers
- 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.
Como confirmar que a correção 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.
Próximo passo
Execute uma nova análise após o deploy para confirmar que o comportamento real em runtime mudou e não apenas o texto do banner.