diff options
| author | zephex-alt <[email protected]> | 2024-04-29 04:21:22 +0000 |
|---|---|---|
| committer | zephex-alt <[email protected]> | 2024-04-29 04:21:22 +0000 |
| commit | 84e201530c4378dfa9a97725c871defcfcc69f1d (patch) | |
| tree | dd7fb166cc0b19a3a3f38d56fa5168bb7295b6c8 /src | |
| parent | minor UI tweaks to homepages of kdrama and manga section (diff) | |
| download | dramalama-84e201530c4378dfa9a97725c871defcfcc69f1d.tar.xz dramalama-84e201530c4378dfa9a97725c871defcfcc69f1d.zip | |
some seo stuff
Diffstat (limited to 'src')
| -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, |