mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Prevent indexing content by search engines
This commit is contained in:
parent
63e535eea4
commit
ab44150532
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ export default function App({ Component, pageProps }) {
|
|||
<meta name="theme-color" content="#fafafa" media="(prefers-color-scheme: light)" />
|
||||
<meta name="theme-color" content="#2f2f2f" media="(prefers-color-scheme: dark)" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
</Head>
|
||||
<div className="container" dir={dir}>
|
||||
<Component {...pageProps} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue