summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/views/static.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/views/static.py b/django/views/static.py
index 4ff4313dab..01eaec8990 100644
--- a/django/views/static.py
+++ b/django/views/static.py
@@ -55,6 +55,7 @@ DEFAULT_DIRECTORY_INDEX_TEMPLATE = """
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
+ <meta name="robots" content="NONE,NOARCHIVE" />
<title>Index of {{ directory }}</title>
</head>
<body>