add <meta name="robots" content="noindex" />
A monitoring website should not be indexed by google. <meta name="robots" content="noindex" /> will prevent that. Removed autor-tag, because not relevant anymore (especially for a page like that)pull/394/head
parent
34c07f7d46
commit
479f2119f6
|
@ -6,7 +6,7 @@
|
|||
<title>{{ title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta name="theme-color" content="#424242">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
|
|
Loading…
Reference in New Issue