[WEB-3509] chore: disable search indexing for space app (#6735)
This commit is contained in:
parent
9ee1d8cb03
commit
a477f55b23
2 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
|||
<link rel="icon" type="image/png" sizes="16x16" href={`${SPACE_BASE_PATH}/favicon/favicon-16x16.png`} />
|
||||
<link rel="manifest" href={`${SPACE_BASE_PATH}/site.webmanifest.json`} />
|
||||
<link rel="shortcut icon" href={`${SPACE_BASE_PATH}/favicon/favicon.ico`} />
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
</head>
|
||||
<body>
|
||||
<AppProvider>
|
||||
|
|
|
|||
2
space/public/robots.txt
Normal file
2
space/public/robots.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
||||
Loading…
Add table
Add a link
Reference in a new issue