You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by gc...@apache.org on 2022/06/15 19:51:33 UTC

[allura] branch master updated: added noindex, follow header tag to project search

This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 6abfd83de added noindex, follow header tag to project search
6abfd83de is described below

commit 6abfd83deabe75e9fd79433ba5a2e5b7355f846e
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Wed Jun 15 13:51:22 2022 -0600

    added noindex, follow header tag to project search
---
 Allura/allura/templates/search_index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Allura/allura/templates/search_index.html b/Allura/allura/templates/search_index.html
index 13fa9d10f..699b0d8ae 100644
--- a/Allura/allura/templates/search_index.html
+++ b/Allura/allura/templates/search_index.html
@@ -20,7 +20,7 @@
 {% extends g.theme.master %}
 
 {% block title %}{{c.project.name}} / Search{% endblock %}
-
+{% block head %} <meta name="robots" content="noindex, follow"> {% endblock %}
 {% block header %}Search Project: {{q}}{% endblock %}
 
 {% block content %}