Skip to content

Commit

Permalink
DIGITAL-118: yml files for configruration of metatags. May not need n…
Browse files Browse the repository at this point in the history
…ode or user.
  • Loading branch information
cathybaptista committed Nov 27, 2024
1 parent 775bd92 commit 04f3932
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/sync/metatag.metatag_defaults.global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions config/sync/metatag.metatag_defaults.node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
1 change: 1 addition & 0 deletions config/sync/metatag.metatag_defaults.user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ id: user
label: User
tags:
canonical_url: '[user:url]'
og_type: website
title: '[user:display-name] | [site:name]'

0 comments on commit 04f3932

Please sign in to comment.