Bow Tie Kreative MARKETING Grammar

Copy rules · hero

MG-HERO-001

Must hero machine-checkable

The rule

The hero eyebrow is uppercase and names the category or audience without repeating the H1.

Why

The eyebrow sets context so the H1 can spend all its words on the promise.

Applies to

This rule is enforced by POST /v1/validate; violations return this rule id in the error record.

Full record

data/rules.json
{
  "id": "MG-HERO-001",
  "category": "hero",
  "severity": "must",
  "statement": "The hero eyebrow is uppercase and names the category or audience without repeating the H1.",
  "rationale": "The eyebrow sets context so the H1 can spend all its words on the promise.",
  "applies_to": [
    "hero"
  ],
  "machine_checkable": true
}

This rule as JSON →