Added noindex to prevent SEO from indexing user's sites. Reverted http3 support as docker users were having port issue (#1850)
This commit is contained in:
parent
40d68ea6c5
commit
45e69b087e
3 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,7 @@
|
|||
<meta name="msapplication-config" content="assets/icons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">
|
||||
<meta name='robots' content='noindex,follow' />
|
||||
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue