We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77d126a + a28aa9d commit 8a27f8eCopy full SHA for 8a27f8e
views/layout.ejs
@@ -19,6 +19,11 @@
19
<link href="<%= data.canonicalLink %>" rel="canonical" />
20
<% } %>
21
22
+ <!-- No index if not production -->
23
+ <% if(process.env.NODE_ENV !== 'production') { %>
24
+ <meta name="robots" content="noindex">
25
+ <% } %>
26
+
27
<!--STYLES-->
28
<link rel="stylesheet" href="/styles/application.css">
29
<link rel="stylesheet" href="/styles/widgets/mono-blue.css">
0 commit comments