Skip to content

Commit 853c48d

Browse files
authored
Merge pull request NginxProxyManager#3190 from OpenSourceSimon/patch-1
Add robots noindex meta tag to prevent indexing
2 parents 410c348 + 4b9c02c commit 853c48d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/html/partials/header.ejs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<meta name="mobile-web-app-capable" content="yes">
1111
<meta name="HandheldFriendly" content="True">
1212
<meta name="MobileOptimized" content="320">
13+
<meta name="robots" content="noindex">
1314
<title><%- title %></title>
1415
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png">
1516
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png">

0 commit comments

Comments
 (0)