1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 00:04:18 +00:00

Add robots metadata field blocking indexing of all pages

This commit is contained in:
Steffo 2023-08-05 19:53:40 +02:00
parent bf177c5273
commit 8313187942
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -15,6 +15,7 @@ export const metadata: NextMetadata = {
description: "Self-hosted multiplayer todo app",
viewport: {initialScale: 1, width: "device-width", userScalable: false},
creator: "Steffo",
robots: "noindex, nofollow",
}
export default function layout({children}: { children: ReactNode }) {