Тежест: ВисокаОтговорник: РазработкаВреме за корекция: 1-2 h
Cookie wall
Премахнете модели, които блокират достъпа до съдържание, докато посетителят не приеме опционален tracking.
Покрива: cookie_wall
Защо това е важно
EDPB счита cookie walls за невалидни за съгласие за неесенциална обработка, защото принуждават потребителя да приеме tracking, за да получи достъп до съдържание.
Как да го проверите ръчно
- 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.
Типични причини
- 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.
Корекция в 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.
Корекция в WordPress или 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.
Обща корекция за разработчици
- 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.
Как да потвърдите, че корекцията работи
- 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.
Следваща стъпка
Пуснете ново сканиране след deploy, за да потвърдите, че се е променило реалното runtime поведение, а не само текстът на банера.