diff options
Diffstat (limited to 'src/app/layout.jsx')
| -rw-r--r-- | src/app/layout.jsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/layout.jsx b/src/app/layout.jsx index cf6eba4..2cedeb0 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -15,13 +15,13 @@ export const metadata = { creator: "Zephex", keywords: ["Kdrama", "Anime", "Manga", "Watch Online"], robots: { - index: false, + index: true, follow: true, - nocache: true, + nocache: false, googleBot: { index: true, - follow: false, - noimageindex: true, + follow: true, + noimageindex: false, "max-video-preview": -1, "max-image-preview": "large", "max-snippet": -1, |