Skip to content

Commit 293c1a0

Browse files
committed
#2550765: add noindex,nofollow to the calendar pages.
1 parent b1f0e39 commit 293c1a0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

share/roundup/templates/classic/html/_generic.calendar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<link rel="stylesheet" type="text/css" href="@@file/style.css" />
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
6+
<meta name="robots" content="noindex, nofollow" />
67
<title tal:content="string:Roundup Calendar"></title>
78
<script language="Javascript"
89
type="text/javascript"

share/roundup/templates/devel/html/_generic.calendar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<link rel="stylesheet" type="text/css" href="@@file/style.css" />
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
6+
<meta name="robots" content="noindex, nofollow" />
67
<title tal:content="string:Roundup Calendar"></title>
78
<script language="Javascript"
89
type="text/javascript"

share/roundup/templates/minimal/html/_generic.calendar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<link rel="stylesheet" type="text/css" href="@@file/style.css" />
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
6+
<meta name="robots" content="noindex, nofollow" />
67
<title tal:content="string:Roundup Calendar"></title>
78
<script language="Javascript"
89
type="text/javascript"

website/issues/html/_generic.calendar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<link rel="stylesheet" type="text/css" href="@@file/style.css" />
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
6+
<meta name="robots" content="noindex, nofollow" />
67
<title tal:content="string:Roundup Calendar"></title>
78
<script language="Javascript"
89
type="text/javascript"

0 commit comments

Comments
 (0)