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/09/23 16:09:07 UTC

[allura] branch gc/8469 updated: fixup! [#8469] added missing canonical tags to user profile, discussion, blog, list and tickets

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

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


The following commit(s) were added to refs/heads/gc/8469 by this push:
     new 65464804b fixup! [#8469] added missing canonical tags to user profile, discussion, blog, list and tickets
65464804b is described below

commit 65464804b5e4f50513677b4fe3bfaf5a50f69bb5
Author: Guillermo Cruz <gu...@slashdotmedia.com>
AuthorDate: Fri Sep 23 10:08:03 2022 -0600

    fixup! [#8469] added missing canonical tags to user profile, discussion, blog, list and tickets
---
 ForgeWiki/forgewiki/templates/wiki/browse_tags.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ForgeWiki/forgewiki/templates/wiki/browse_tags.html b/ForgeWiki/forgewiki/templates/wiki/browse_tags.html
index 7225526b6..cb23ca7ca 100644
--- a/ForgeWiki/forgewiki/templates/wiki/browse_tags.html
+++ b/ForgeWiki/forgewiki/templates/wiki/browse_tags.html
@@ -22,6 +22,7 @@
 
 {% block head %}
     {{ super() }}
+    <meta name="robots" content="noindex, follow"/>
     {{ lib.pagination_meta_tags(request, page, count, limit) }}
 {% endblock %}