diff --git a/apps/journal/app/routes/legal.privacy.tsx b/apps/journal/app/routes/legal.privacy.tsx
index bdc805d..b653d13 100644
--- a/apps/journal/app/routes/legal.privacy.tsx
+++ b/apps/journal/app/routes/legal.privacy.tsx
@@ -73,7 +73,14 @@ export default function PrivacyPage() {
Nutzerinhalte (Journal): Routen (GPX-Daten,
Geometrie, Titel, Beschreibung) und Aktivitäten (Titel,
Beschreibung, Datum, Verknüpfung zu Routen). Zweck: Speicherung
- und Anzeige innerhalb des Dienstes.
+ und Anzeige innerhalb des Dienstes. Jede Route und jede
+ Aktivität hat eine Sichtbarkeits-Einstellung
+ (privat / nicht gelistet / öffentlich),
+ die standardmäßig auf privat gesetzt ist. Inhalte,
+ die Sie ausdrücklich auf öffentlich setzen, sind
+ weltweit abrufbar – einschließlich auf Ihrem öffentlichen
+ Profil unter /users/<benutzername> – und
+ können von Suchmaschinen indexiert werden.
English. The Journal stores only what you provide (account
details and your own routes/activities) plus short-lived auth
- artefacts. The Planner is anonymous and holds only ephemeral
- session state. Server logs and Sentry error data are covered
- separately below.
+ artefacts. Each route and activity has a visibility setting
+ (private / unlisted / public)
+ that defaults to private; content you mark{" "}
+ public is world-visible (on your public profile and
+ indexable by search engines). The Planner is anonymous and holds
+ only ephemeral session state. Server logs and Sentry error data
+ are covered separately below.