hof 20.5.0-beta-deindex-test → 20.5.0-eta-deindex
Sign up to get free protection for your applications and to get access to all the features.
package/config/hof-defaults.js
CHANGED
@@ -30,7 +30,6 @@ const defaults = {
|
|
30
30
|
return convertPage(page);
|
31
31
|
}
|
32
32
|
},
|
33
|
-
deIndexForm: process.env.DEINDEX_FORM || 'false',
|
34
33
|
gaCrossDomainTrackingTagId: process.env.GDS_CROSS_DOMAIN_GA_TAG,
|
35
34
|
loglevel: process.env.LOG_LEVEL || 'info',
|
36
35
|
ignoreMiddlewareLogs: ['/healthz'],
|
@@ -4,9 +4,7 @@
|
|
4
4
|
<!--[if gt IE 8]><!--><html lang="{{ htmlLang }}" class="govuk-template"><!--<![endif]-->
|
5
5
|
<head>
|
6
6
|
<meta charset="utf-8" />
|
7
|
-
|
8
|
-
<meta name="robots" content="noindex">
|
9
|
-
{{/deIndexForm}}
|
7
|
+
<meta name="robots" content="noindex">
|
10
8
|
<title>{{ pageTitle }}</title>
|
11
9
|
{{{ head }}}
|
12
10
|
|