From 17a6a288b10d1e2529ba198bef75cb64792c25ff Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Mon, 19 Jan 2026 08:26:49 +0100 Subject: [PATCH] [dyad] Crawler-Indexierung deaktiviert - wrote 1 file(s) --- src/app/layout.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c61acbf..07211c8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,6 +19,10 @@ const geistMono = Geist_Mono({ export const metadata: Metadata = { title: "Bild Web Exporter", description: "Laden Sie ein Bild hoch und exportieren Sie es in einer anderen Auflösung und einem anderen Format.", + robots: { + index: false, + follow: false, + }, }; export default function RootLayout({