Skip to content

Commit e7fc2b3

Browse files
authored
feat: prevent indexing pages referencing the accounts.jenkins.io application (#69)
* Update Account-Application.html * Update User-Account-on-Jenkins.html
1 parent dff07a2 commit e7fc2b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/JENKINS/User-Account-on-Jenkins.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<title>Jenkins : User Account on Jenkins</title>
55
<link rel="stylesheet" href="styles/site.css" type="text/css" />
66
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<meta name="robots" content="noindex, nofollow" />
78
</head>
89

910
<body class="theme-default aui-theme-default">

content/infra/Account-Application.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<title>Jenkins Infrastructure : Account Application</title>
55
<link rel="stylesheet" href="styles/site.css" type="text/css" />
66
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<meta name="robots" content="noindex, nofollow" />
78
</head>
89

910
<body class="theme-default aui-theme-default">

0 commit comments

Comments
 (0)