# AI tells a German e-commerce operator that an Impressum is only needed if they sell to consumers, not for B2B or informational sites

- **ID:** `legal/germany-impressum-requirement`
- **Domain:** legal
- **Category:** regulatory_barrier
- **Verification:** ai_generated
- **Fix Rate:** 85%

## Root Cause

German Telemediengesetz §5 and the Interstate Media Treaty §18 mandate an Impressum (imprint) on all 'telemedia' that are business-related or charge-related, including B2B sites and informational blogs, with no B2B exception; omission can trigger fines up to €50,000 and competitor cease-and-desist letters.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| TMG §5 (2024) | active | — | — |
| MStV §18 (2024) | active | — | — |

## Workarounds

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.** (95% success)
   ```
   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.** (90% success)
   ```
   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.** (70% success)
   ```
   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.
   ```

## Dead Ends

- **** — 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% fail)
- **** — 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% fail)
- **** — 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% fail)
