Skip to content

Commit

Permalink
update metadata config
Browse files Browse the repository at this point in the history
  • Loading branch information
muriukialex committed Feb 16, 2024
1 parent 499c3db commit 7407a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/metadata-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ export const metaDataOptions: Metadata = {
},
},
robots: {
index: false,
index: true,
follow: true,
nocache: true,
googleBot: {
index: true,
follow: false,
noimageindex: true,
follow: true,
noimageindex: false,
"max-video-preview": -1,
"max-image-preview": "large",
"max-snippet": -1,
Expand Down

0 comments on commit 7407a3b

Please sign in to comment.