# AI告诉德国网站运营商，Impressum只需要邮寄地址和电子邮件，不需要电话号码

- **ID:** `legal/german-impressum-email-phone`
- **领域:** legal
- **类别:** regulatory_barrier
- **验证级别:** ai_generated
- **修复率:** 90%

## 根因

德国《电信媒体法》（TMG）第5条要求商业网站提供电话号码（或其他直接通信渠道），以便快速联系和直接沟通；仅提供电子邮件是不够的，因为它不能保证及时回复，法院已对省略电话号码的运营商处以罚款。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| TMG §5 (Telemediengesetz, 2007, amended 2021) | active | — | — |
| BGB (Bürgerliches Gesetzbuch) §312i | active | — | — |

## 解决方案

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.
   ```
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.
   ```
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.
   ```

## 无效尝试

- **** — 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% 失败率)
- **** — 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% 失败率)
- **** — 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% 失败率)
