From 01b547b7693c5117d58b54a12cc92e3fd3800b1a Mon Sep 17 00:00:00 2001 From: Laurent Gil Date: Fri, 14 Jun 2024 10:44:54 +0100 Subject: [PATCH] Add 'noindex' meta tag for non-live websites --- catalog/templates/catalog/base.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/catalog/templates/catalog/base.html b/catalog/templates/catalog/base.html index cb35b624..b5d050c9 100644 --- a/catalog/templates/catalog/base.html +++ b/catalog/templates/catalog/base.html @@ -23,7 +23,10 @@ - + {% if is_pgs_live_site is not True%} + + + {% endif %}