# AI tells a German website operator that an Impressum only requires a postal address and email, not a telephone number

- **ID:** `legal/german-impressum-email-phone`
- **Domain:** legal
- **Category:** regulatory_barrier
- **Verification:** ai_generated
- **Fix Rate:** 90%

## Root Cause

Section 5 of the German Telemedia Act (TMG) requires commercial websites to provide a telephone number (or other direct communication channel) that allows rapid contact and direct communication; email alone is insufficient because it does not guarantee a timely response, and courts have fined operators for omitting a phone number.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| TMG §5 (Telemediengesetz, 2007, amended 2021) | active | — | — |
| BGB (Bürgerliches Gesetzbuch) §312i | active | — | — |

## Workarounds

1. **Display a valid business telephone number in the Impressum that is answered during business hours. Example: 'Telefon: +49 30 12345678 (Mo–Fr 9–17 Uhr)'. This satisfies TMG §5.** (95% success)
   ```
   Display a valid business telephone number in the Impressum that is answered during business hours. Example: 'Telefon: +49 30 12345678 (Mo–Fr 9–17 Uhr)'. This satisfies TMG §5.
   ```
2. **If you work from home and do not want to share your personal number, use a virtual office or a separate business VoIP number (e.g., from sipgate or O2 Business) that forwards to your mobile during business hours.** (85% success)
   ```
   If you work from home and do not want to share your personal number, use a virtual office or a separate business VoIP number (e.g., from sipgate or O2 Business) that forwards to your mobile during business hours.
   ```
3. **For small non-commercial sites (e.g., hobby blogs), ensure the site is clearly non-commercial (no ads, no affiliate links, no product sales) to avoid TMG §5 requirements entirely. However, this is risky if any revenue is involved.** (70% success)
   ```
   For small non-commercial sites (e.g., hobby blogs), ensure the site is clearly non-commercial (no ads, no affiliate links, no product sales) to avoid TMG §5 requirements entirely. However, this is risky if any revenue is involved.
   ```

## Dead Ends

- **** — A contact form is not considered direct communication because it does not guarantee a real-time response; courts have ruled that a phone number is the minimum standard (90% fail)
- **** — The TMG requires the possibility of direct and immediate contact; a voicemail-only line does not meet this standard, and operators have been fined (85% fail)
- **** — Privacy concerns do not override the legal obligation; operators must provide a phone number and can use a business line or a separate number for this purpose (95% fail)
