Merge pull request #995 from cmer/prevent-robot-indexing

Tell web crawlers to not index Paperless
This commit is contained in:
Jonas Winkler 2021-05-07 22:30:49 +02:00 committed by GitHub
commit 1b31388232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<meta name="username" content="{{username}}">
<meta name="full_name" content="{{full_name}}">
<meta name="cookie_prefix" content="{{cookie_prefix}}">
<meta name="robots" content="noindex,nofollow">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="{% static webmanifest %}">
<link rel="stylesheet" href="{% static styles_css %}">

View File

@ -10,6 +10,7 @@
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v4.1.1">
<meta name="robots" content="noindex,nofollow">
<title>{% translate "Paperless-ng signed out" %}</title>
<!-- Bootstrap core CSS -->

View File

@ -10,6 +10,8 @@
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v4.1.1">
<meta name="robots" content="noindex,nofollow">
<title>{% translate "Paperless-ng sign in" %}</title>
<!-- Bootstrap core CSS -->