diff --git a/config/metatag.metatag_defaults.front.yml b/config/metatag.metatag_defaults.front.yml index 12043ec..836cd35 100644 --- a/config/metatag.metatag_defaults.front.yml +++ b/config/metatag.metatag_defaults.front.yml @@ -8,4 +8,6 @@ id: front label: 'Front page' tags: canonical_url: '[site:url]' + description: '[node:field_summary]' shortlink: '[site:url]' + title: '[node:title] | [site:name]' diff --git a/config/metatag.metatag_defaults.node.yml b/config/metatag.metatag_defaults.node.yml index ecc8935..91673ec 100644 --- a/config/metatag.metatag_defaults.node.yml +++ b/config/metatag.metatag_defaults.node.yml @@ -7,6 +7,6 @@ _core: id: node label: Content tags: - title: '[node:title] | [site:name]' - description: '[node:summary]' canonical_url: '[node:url]' + description: '[node:field_summary]' + title: '[node:title] | [site:name]'