Skip to content

Commit b60533c

Browse files
Added <meta name="robots" content="noindex"> to template HTML.
1 parent ad3fd57 commit b60533c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/Springroll.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<%= title %>
1010
</title>
1111
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
12+
<meta name="robots" content="noindex">
1213
</head>
1314

1415
<body>

0 commit comments

Comments
 (0)