[dyad] Crawler-Indexierung deaktiviert - wrote 1 file(s)

This commit is contained in:
[dyad]
2026-01-19 08:26:49 +01:00
parent 50dc4a6215
commit 17a6a288b1

View File

@@ -19,6 +19,10 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Bild Web Exporter", title: "Bild Web Exporter",
description: "Laden Sie ein Bild hoch und exportieren Sie es in einer anderen Auflösung und einem anderen Format.", 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({ export default function RootLayout({