Към съдържанието
Тежест: ВисокаОтговорник: CMP администраторВреме за корекция: 30-90 min

Липсва banner за съгласие

Възстановете или внедрете banner за съгласие от първо ниво, преди да започне какъвто и да е опционален tracking или съхранение.

Покрива: no_consent_banner, no_consent_banner_cmp_signals

Защо това е важно

Ако неесенциални cookies или trackers могат да работят без интерфейс за съгласие, потребителят няма контрол от първо ниво и валиден начин да откаже обработката в момента на събиране.

Как да го проверите ръчно

  1. Open the homepage in incognito with cache disabled.
  2. Wait for late-loading scripts to finish and confirm whether any banner appears.
  3. Test on desktop and mobile viewports because some banners are viewport-specific.

Типични причини

  • CMP script missing from production template or blocked by CSP.
  • Banner intentionally disabled for some geographies or routes.
  • Caching or theme changes prevent the banner container from rendering.

Корекция в GTM

  1. Deploy a CMP tag in GTM that initializes before analytics and marketing tags.
  2. Pass CMP consent states into GTM consent checks.
  3. Ensure default state is denied until explicit action by the user.

Корекция в WordPress или CMP плъгини

  1. Install a CMP plugin such as CookieYes or Complianz.
  2. Run the setup wizard to classify cookies and enable prior blocking.
  3. Ensure the banner appears before any non-essential scripts are loaded.

Обща корекция за разработчици

  1. Add a first-layer consent banner that appears on first visit.
  2. Require an explicit user action before enabling non-essential processing.
  3. Persist and honor the choice across pages and subsequent visits.

Как да потвърдите, че корекцията работи

  • Clear cookies and re-open the site to confirm the banner appears immediately.
  • Reject optional cookies and verify the site remains usable.
  • Run a fresh scan and confirm the missing-banner finding is gone.

Следваща стъпка

Пуснете ново сканиране след deploy, за да потвърдите, че се е променило реалното runtime поведение, а не само текстът на банера.

Липсва banner за съгласие — GDPR Fix Guide