diff --git a/umap/templates/leaflet_storage/map_detail.html b/umap/templates/leaflet_storage/map_detail.html
index 4353e4282204ce2455d8e2dd1dd6a13199b8a369..6023676f3fb3130911f72c41783b616ef629675d 100644
--- a/umap/templates/leaflet_storage/map_detail.html
+++ b/umap/templates/leaflet_storage/map_detail.html
@@ -8,6 +8,9 @@
         {% leaflet_storage_css %}
     {% endcompress %}
     {% leaflet_storage_js locale=locale %}
+    {% if object.share_status != object.PUBLIC %}
+        <meta name="robots" content="noindex">
+    {% endif %}
 {% endblock %}
 
 {% block content %}
@@ -15,4 +18,4 @@
         {% include "leaflet_storage/map_init.html" %}
     {% endblock %}
     {% include "leaflet_storage/map_messages.html" %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}