Μετάβαση στο περιεχόμενο
Σοβαρότητα: ΥψηλήΥπεύθυνος: CMP adminΧρόνος διόρθωσης: 15-60 min

Δεν υπάρχει επιλογή απόρριψης ή είναι κρυμμένη

Κάντε την απόρριψη εξίσου εύκολη και ορατή με την αποδοχή διορθώνοντας ελλιπείς, κρυφές ή αποδυναμωμένες ενέργειες Reject.

Καλύπτει: no_reject_option, reject_suppressed, reject_below_fold

Γιατί έχει σημασία

Οι οδηγίες του EDPB απαιτούν η απόρριψη να είναι εξίσου εύκολη με την αποδοχή. Αν το Reject είναι κρυμμένο, οπτικά αποδυναμωμένο ή κάτω από το fold, η συγκατάθεση μπορεί να μην είναι ελεύθερη.

Πώς να το επαληθεύσετε χειροκίνητα

  1. Open the first-layer banner on common desktop and mobile breakpoints.
  2. Check whether Reject is visible without extra clicks or scrolling.
  3. Compare button size, contrast, opacity, and placement against Accept.

Τυπικές αιτίες

  • CMP template only exposes Accept on the first layer.
  • Custom CSS hides or de-emphasizes the Reject control.
  • Reject is available only in a second-layer preference center.

Διόρθωση στο GTM

  1. Configure the CMP template to show Accept and Reject on the first layer.
  2. Keep both actions visible without extra clicks.
  3. Validate button prominence using equal font size, contrast, and placement rules.

Διόρθωση σε WordPress ή CMP plugins

  1. Enable the reject or decline button in plugin settings.
  2. Adjust theme CSS so Reject is visible above the fold on desktop and mobile breakpoints.
  3. Avoid custom CSS that lowers reject contrast or hides the control.

Γενική διόρθωση για developers

  1. Display Reject in the same layer and viewport area as Accept.
  2. Use equivalent visual weight: size, contrast, opacity, and spacing.
  3. Avoid patterns requiring extra navigation for rejection.
.cmp-btn-accept,
.cmp-btn-reject {
  min-height: 44px;
  font-size: 14px;
  opacity: 1;
}

Πώς να επιβεβαιώσετε ότι η διόρθωση λειτουργεί

  • Verify Reject is visible and clickable above the fold on both desktop and mobile.
  • Click Reject and confirm optional tags do not fire.
  • Run a re-scan and confirm the reject-flow issue is resolved.

Επόμενο βήμα

Εκτελέστε νέα σάρωση μετά το deploy για να επιβεβαιώσετε ότι άλλαξε η πραγματική συμπεριφορά runtime και όχι μόνο το κείμενο του banner.

Δεν υπάρχει επιλογή απόρριψης ή είναι κρυμμένη — GDPR Fix Guide