Skip to content

Commit

Permalink
SOEOPSFY24-423 | add no indexing config
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Jan 31, 2025
1 parent a88d459 commit 1df0765
Show file tree
Hide file tree
Showing 36 changed files with 107 additions and 94 deletions.
13 changes: 13 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@ export const metadata = {
icon: [{ url: "/favicon.ico" }, ...icons],
apple: appleIcons,
},
robots: {
index: true,
follow: true,
nocache: false,
googleBot: {
index: true,
follow: true,
noimageindex: false,
"max-video-preview": -1,
"max-image-preview": "large",
"max-snippet": -1,
},
},
};

export const revalidate = false;
Expand Down
2 changes: 1 addition & 1 deletion out/404.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1df0765

Please sign in to comment.