From 04f3932f92ed1e4f4ce7990089290f86aa581c25 Mon Sep 17 00:00:00 2001 From: cathybaptista <161740096+cathybaptista@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:42:11 -0500 Subject: [PATCH] DIGITAL-118: yml files for configruration of metatags. May not need node or user. --- config/sync/metatag.metatag_defaults.global.yml | 17 +++++++++++++++++ config/sync/metatag.metatag_defaults.node.yml | 1 + config/sync/metatag.metatag_defaults.user.yml | 1 + 3 files changed, 19 insertions(+) diff --git a/config/sync/metatag.metatag_defaults.global.yml b/config/sync/metatag.metatag_defaults.global.yml index b8d6315a..5491353d 100644 --- a/config/sync/metatag.metatag_defaults.global.yml +++ b/config/sync/metatag.metatag_defaults.global.yml @@ -7,8 +7,25 @@ _core: id: global label: Global tags: + article_published_time: /date_published + article_publisher: 'https://www.facebook.com/digital.gov' canonical_url: '[current-page:url]' description: 'Guidance on building better digital services in government' + fb_admins: '100000569454928' og_description: 'Guidance on building better digital services in government' + og_image: /put_image_here + og_image_alt: ' ' + og_locale: '[language:langcode]_' + og_site_name: '[site:name]' og_title: '[site:name]' + og_type: website + og_url: '[current-page:url]' + og_video: /put_video_here + robots: 'index, follow' title: '[current-page:title] | [site:name]' + twitter_cards_creator: '@Digital_gov' + twitter_cards_description: /image_description + twitter_cards_image: '[image:url]' + twitter_cards_site: '@Digital_gov' + twitter_cards_title: '[current-page:title]' + twitter_cards_type: summary_large_image diff --git a/config/sync/metatag.metatag_defaults.node.yml b/config/sync/metatag.metatag_defaults.node.yml index fc39dfc2..6f782906 100644 --- a/config/sync/metatag.metatag_defaults.node.yml +++ b/config/sync/metatag.metatag_defaults.node.yml @@ -11,4 +11,5 @@ tags: description: '[node:field_summary]' og_description: '[node:field_summary]' og_title: '[current-page:title]' + og_type: website title: '[node:title] | [site:name]' diff --git a/config/sync/metatag.metatag_defaults.user.yml b/config/sync/metatag.metatag_defaults.user.yml index 53500deb..b4e2f724 100644 --- a/config/sync/metatag.metatag_defaults.user.yml +++ b/config/sync/metatag.metatag_defaults.user.yml @@ -8,4 +8,5 @@ id: user label: User tags: canonical_url: '[user:url]' + og_type: website title: '[user:display-name] | [site:name]'