# AI告诉德国电商经营者，只有面向消费者销售时才需要版权页，B2B或纯信息网站不需要

- **ID:** `legal/germany-impressum-requirement`
- **领域:** legal
- **类别:** regulatory_barrier
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

德国《电信媒体法》第5条和《州际媒体条约》第18条要求所有商业性或收费性的'电信媒体'（包括B2B网站和信息博客）都必须提供版权页，没有B2B例外；遗漏可能导致最高5万欧元的罚款和竞争对手的停止函。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| TMG §5 (2024) | active | — | — |
| MStV §18 (2024) | active | — | — |

## 解决方案

1. ```
   Create a dedicated Impressum page with: full legal name (or company name), complete postal address (no P.O. Box), telephone number, email address, and if applicable, VAT ID, trade register number, and regulatory authority. Place an 'Impressum' link in the site footer on every page.
   ```
2. ```
   Use a third-party Impressum generator service like eRecht24 or TrustedShops to ensure all required fields are included and formatted correctly for German courts.
   ```
3. ```
   If the site is purely informational and non-commercial (no ads, no product sales, no donations), explicitly state in the Impressum that the site is not business-related under TMG §5(1) and provide only name and address as a good-faith minimum.
   ```

## 无效尝试

- **** — TMG §5 requires name, full postal address, and a rapid direct contact method (phone or email); partial omission is still a violation and courts have ruled against pseudonymized addresses. (75% 失败率)
- **** — The law applies to all telemedia accessible to the public; hiding it behind authentication or in a restricted area does not satisfy the 'easily, directly, and permanently available' requirement under §5(1). (80% 失败率)
- **** — A contact form alone is not considered 'direct' communication; the law requires a telephone number or email address that allows immediate contact. A form introduces a delay and is not equivalent. (70% 失败率)
