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.
@@ -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
- {{#deIndexForm}}
8
- <meta name="robots" content="noindex">
9
- {{/deIndexForm}}
7
+ <meta name="robots" content="noindex">
10
8
  <title>{{ pageTitle }}</title>
11
9
  {{{ head }}}
12
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "20.5.0-beta-deindex-test",
4
+ "version": "20.5.0-eta-deindex",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",