The opt-in URL must land on a page that carries the opt-in
The requirementstatement
The page at the submitted opt-in URL must contain the opt-in form itself, not merely mention or link to it.
- Severityseverity
- BlockingBLOCKINGBreaking this rule gets the submission rejected. There is no partial credit.
- When it bitesphase
- Gates approvalapprovalGet this wrong and the brand or campaign is refused at registration.
- What is checkedobject
- opt-in page DOM
- Where it liveslayer
- Consent flowCONSENT_FLOW
- How Ekas settles itdetectability
- AI · crawlCRAWL
- Needs your live site or policy page fetched and read. Ekas crawls it the way a reviewer would.
- What the fix involvesfailureClass
- Fix the fieldRETRY_FIELD
- A better value in the form fixes it. Ekas can rewrite it and re-check.
- Who requires itauthorities
- AWSBandwidth
- When it appliesapplicabilityText
- Applies when consent was collected by web form, checkout, account settings, QR code and third party.
Why this rule existsrationale
How to fix itremediation
Submit the URL of the page the form is actually on, opening the modal first if that is where it lives and using the deep link if one exists. Done when loading that URL in a fresh browser shows the phone field and the consent control without any further clicks.
A compliant exampleexample
opt_in_url: https://acmecoffee.com/checkout — not https://acmecoffee.com
Common mistakespitfalls
- A form that only appears after a delay, a scroll, or an exit-intent trigger is not on the page as far as a crawler is concerned — host a permanent version and register that.
Provider rejection codescodes
The code you get back when this rule is what failed, and whether that provider lets you resubmit.
| Provider | Code | Resubmit |
|---|---|---|
| Bandwidth/DCA | 2125 | Yes |
Rules you will hit next
Other consent flow rules at the same severity. A registration is judged as a whole, not rule by rule.
CON-027 is one of 101 consent flow rules in the 915-rule 10DLC registry. Free to cite under CC BY 4.0.