diff --git a/view/search-result.twig b/view/search-result.twig
index 72e0e9517..c99a32e81 100644
--- a/view/search-result.twig
+++ b/view/search-result.twig
@@ -61,23 +61,6 @@
{% endif %}
{% endfor %}
- {% if concept.groupProperties %}
-
-
-
-
-
- {% for groupprop in concept.groupProperties %}
- {% for propval in groupprop %}
- {{ propval.label(request.contentLang) }}
- {% if propval.lang and (propval.lang != request.lang) or explicit_langcodes %} ({{ propval.lang }}){% endif %}
- {% if not loop.last %} > {% endif %}
- {% endfor %}
- {%- if not loop.last %},{% endif %}
- {% endfor %}
-
-
- {% endif %}
{% set foreignLabels = concept.foreignLabels %}
{% if foreignLabels %}