Skip to content
Severity: HighOwner: CMP adminTime to fix: 15-45 min

Reject button only in second layer

Expose Reject on the first layer instead of forcing users into extra clicks or preference screens to refuse optional processing.

Covers: reject_in_second_layer, reject_not_first_layer

Why this matters

A reject option buried in a second layer weakens free choice and often fails the equal-friction standard expected for valid consent interfaces.

How to verify manually

  1. Open the first-layer banner on desktop and mobile.
  2. Check whether the user can refuse optional processing without opening extra settings.
  3. Compare the effort required for Accept versus Reject flows.

Typical root causes

  • The CMP template is configured to show Reject only in preferences.
  • Custom styling or banner copy removed the first-layer reject action.
  • The design prioritizes opt-in conversion over equal user choice.

GTM fix

  1. Update the CMP template or container settings to expose Reject in the first layer.
  2. Confirm Reject sends the same denied state regardless of whether preferences are opened.
  3. Retest both desktop and mobile banner layouts.

WordPress fix

  1. Enable the decline or reject action in plugin settings for the initial banner view.
  2. Adjust banner layout so the first-layer action remains visible on small screens.
  3. Remove CSS that hides or collapses the reject control.

Generic fix

  1. Place Reject next to Accept in the first-layer banner.
  2. Do not require a second interaction just to refuse optional processing.
  3. Keep the first-layer wording neutral and not nudging toward acceptance.

How to confirm the fix worked

  • Confirm Reject is present in the first layer on desktop and mobile.
  • Confirm rejecting from the first layer prevents optional tags from firing.
  • Run a fresh scan and verify the issue is no longer flagged.

Next step

Re-scan after deployment to confirm that the runtime behavior changed, not just the banner copy.

Reject button only in second layer — GDPR Fix Guide