Export metatag settings
This commit is contained in:
parent
c01296fe57
commit
79f7a43194
|
@ -34,6 +34,8 @@ module:
|
|||
menu_trail_by_path: 0
|
||||
menu_ui: 0
|
||||
metatag: 0
|
||||
metatag_open_graph: 0
|
||||
metatag_twitter_cards: 0
|
||||
migrate: 0
|
||||
migrate_plus: 0
|
||||
migrate_tools: 0
|
||||
|
|
|
@ -7,5 +7,17 @@ _core:
|
|||
id: global
|
||||
label: Global
|
||||
tags:
|
||||
canonical_url: '[current-page:url]'
|
||||
title: '[current-page:title] | [site:name] - [site:slogan]'
|
||||
shortlink: 'https://opdavi.es[current-page:url:path]'
|
||||
canonical_url: '[current-page:url]'
|
||||
image_src: 'https://www.oliverdavies.uk/sites/default/files/images/me-precedent.jpg'
|
||||
og_image: 'https://www.oliverdavies.uk/sites/default/files/images/me-precedent.jpg'
|
||||
og_title: '[current-page:title]'
|
||||
og_site_name: '[site:name]'
|
||||
twitter_cards_site_id: '24857701'
|
||||
twitter_cards_type: summary
|
||||
twitter_cards_title: '[current-page:title]'
|
||||
twitter_cards_creator: '@opdavies'
|
||||
twitter_cards_page_url: '[current-page:url]'
|
||||
twitter_cards_site: '@opdavies'
|
||||
twitter_cards_creator_id: '24857701'
|
||||
|
|
|
@ -6,3 +6,4 @@ id: node__post
|
|||
label: 'Content: Blog post'
|
||||
tags:
|
||||
description: '[node:field_excerpt]'
|
||||
title: '[node:title]'
|
||||
|
|
|
@ -6,3 +6,4 @@ id: node__talk
|
|||
label: 'Content: Talk'
|
||||
tags:
|
||||
description: '[node:field_excerpt]'
|
||||
title: '[node:title]'
|
||||
|
|
Loading…
Reference in a new issue