Skip to content
Snippets Groups Projects
Commit 30207103 authored by Lily Yan's avatar Lily Yan
Browse files

Merge branch 'feature/ISTWCMS-4107-l26yan-Set-defaults-for-metatags-for-views-pages' into '1.0.x'

ISTWCMS-4107 ISTWCMS-4107 Set defaults for metatags for profile views page

See merge request !19
parents b1c8bae2 82b9028e
No related branches found
No related tags found
1 merge request!19ISTWCMS-4107 ISTWCMS-4107 Set defaults for metatags for profile views page
......@@ -261,7 +261,19 @@ display:
position: 1
display_options:
display_extenders:
metatag_display_extender: { }
metatag_display_extender:
metatags:
title: '[current-page:title] | [site:name]'
description: 'Listing the profiles 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'
og_url: '[current-page:url:absolute]'
og_title: '[current-page:metatag:title]'
og_description: '[current-page:metatag:description]'
og_image: '[current-page:metatag:image_src]'
og_locale: en_CA
twitter_cards_type: summary_large_image
path: profiles
sorts:
sticky:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment