From c1d785ac93607d855d8a4dfcc553cc3105ca1509 Mon Sep 17 00:00:00 2001 From: l26yan <l26yan@uwaterloo.ca> Date: Tue, 26 Oct 2021 14:36:32 -0400 Subject: [PATCH] ISTWCMS-5126 Fix metatags description in Services in Category Page --- config/install/views.view.uw_view_service_show_nodes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/install/views.view.uw_view_service_show_nodes.yml b/config/install/views.view.uw_view_service_show_nodes.yml index 1a0ec45..cd3ad8d 100644 --- a/config/install/views.view.uw_view_service_show_nodes.yml +++ b/config/install/views.view.uw_view_service_show_nodes.yml @@ -1609,7 +1609,7 @@ display: metatag_display_extender: metatags: title: '[current-page:title] | [site:name]' - description: 'Listing the most popular service items under [view:title] on the [site:name] site.' + description: 'Listing published service nodes marked as "active" within a specific category under [view:title] on the [site:name] site.' canonical_url: '[current-page:url:absolute]' content_language: en-CA image_src: 'https://uwaterloo.ca/university-of-waterloo-logo-152.png' -- GitLab