diff --git a/app.json b/app.json index 52b749d30b..fa40538047 100644 --- a/app.json +++ b/app.json @@ -352,6 +352,10 @@ "description": "Shared secret for JWT auth tokens", "required": false }, + "MITOL_NOINDEX": { + "description": "Prevent search engines from indexing the site", + "required": false + }, "MITOL_SECURE_SSL_REDIRECT": { "description": "Application-level SSL redirect setting.", "value": "True", diff --git a/frontends/mit-learn/public/index.html b/frontends/mit-learn/public/index.html index 3a53a522fa..db71cb559f 100644 --- a/frontends/mit-learn/public/index.html +++ b/frontends/mit-learn/public/index.html @@ -3,6 +3,9 @@
+ <% if (MITOL_NOINDEX) { %> + + <% } %>