# WEB-004 — The website value must fit the provider field limit

> The website URL must fit within the provider field cap (100 characters at the tightest).

- **Rule ID:** WEB-004
- **Layer:** Website (`WEBSITE`)
- **Checks:** `brand.website`
- **Severity:** MEDIUM — Usually survives review, but lowers your trust score or invites manual review.
- **When it bites:** Gates approval — get this wrong and registration is refused
- **How it is detected:** Deterministic (settled in code from the submitted values)
- **Fix type:** Fix the field — a better value in the form clears it
- **Required by:** Telnyx, TCR
- **Applies:** Applies to every 10DLC registration.
- **Canonical URL:** https://ekas.io/rules/10dlc/website/web-004/

## Why this rule exists

Some providers cap the website field at 100 characters and truncate silently rather than erroring, which produces a stored URL that no longer resolves. A deep link with tracking parameters overruns easily.

## How to fix it

Use the bare site root without tracking parameters or deep paths in the brand website field.

## Example of a compliant value

```text
https://acmecoffee.com
```
