Skip to content

Commit

Permalink
Merge pull request NginxProxyManager#3190 from OpenSourceSimon/patch-1
Browse files Browse the repository at this point in the history
Add robots noindex meta tag to prevent indexing
  • Loading branch information
jc21 authored Oct 3, 2023
2 parents 410c348 + 4b9c02c commit 853c48d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/html/partials/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="robots" content="noindex">
<title><%- title %></title>
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png">
Expand Down

0 comments on commit 853c48d

Please sign in to comment.