Content Quality Standards

Bearbeiten Zurück zur Liste

Details

ID
10
Typ
Contract
Slug
content-quality
Version
1.0
Status
active
Beschreibung
Qualitätsstandards für alle Content-Typen
Erstellt
2025-12-20 20:03:08
Aktualisiert
2025-12-20 20:03:08

Content (JSON)

{
    "applies_to": [
        "blog",
        "social",
        "email"
    ],
    "rules": {
        "no_passive_voice": {
            "severity": "warning",
            "threshold": 0.2
        },
        "readability_score": {
            "severity": "error",
            "min": 60
        },
        "sentence_length": {
            "severity": "warning",
            "max_avg": 20
        }
    }
}

Verknüpfte Einträge (3)

ID Typ Name Status
13 Regel Bad-Words-Regel active
12 Regel Lesbarkeit-Regel active
11 Regel Wortanzahl-Regel active