mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 16:24:19 +00:00
Add robots
metadata field blocking indexing of all pages
This commit is contained in:
parent
bf177c5273
commit
8313187942
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ export const metadata: NextMetadata = {
|
||||||
description: "Self-hosted multiplayer todo app",
|
description: "Self-hosted multiplayer todo app",
|
||||||
viewport: {initialScale: 1, width: "device-width", userScalable: false},
|
viewport: {initialScale: 1, width: "device-width", userScalable: false},
|
||||||
creator: "Steffo",
|
creator: "Steffo",
|
||||||
|
robots: "noindex, nofollow",
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function layout({children}: { children: ReactNode }) {
|
export default function layout({children}: { children: ReactNode }) {
|
||||||
|
|
Loading…
Reference in a new issue