-
Notifications
You must be signed in to change notification settings - Fork 8
Best Practices
Aleksandr Krykun edited this page May 3, 2026
·
1 revision
Always review critical copy (legal, medical, financial, compliance, brand-critical pages).
- No sensitive personal data in inputs
- Add a banned-words list
- Keep brand/product names unchanged
- Use drafts in CMS (review queue)
- Build a “quality gate” (length + forbidden words + quick human check)
- Log before/after samples and keep a rollback plan
- Start small, then scale