Skip to content

Commit

Permalink
Merge pull request #2957 from Rotzbua/gluon-status-page_robots
Browse files Browse the repository at this point in the history
gluon-status-page: disallow crawler/robots to index
  • Loading branch information
neocturne authored Sep 10, 2023
2 parents fa8ee03 + 63e016d commit 84357cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="robots" content="noindex,nofollow">

<title><%:Error%></title>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="robots" content="noindex,nofollow">

<title><%| nodeinfo.hostname %> - <%:Status%></title>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="refresh" content="0; URL=/cgi-bin/status">
<meta name="robots" content="noindex,nofollow">
</head>
<body>
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 84357cd

Please sign in to comment.