Commit metatag changes

This commit is contained in:
Oliver Davies 2020-12-19 13:36:53 +00:00
parent cbbda95fbd
commit bd27ff76d6
5 changed files with 18 additions and 12 deletions

View file

@ -7,17 +7,19 @@ _core:
id: global
label: Global
tags:
title: '[current-page:title] | [site:name] - [site:slogan]'
shortlink: 'https://opdavi.es[current-page:url:path]'
shortlink: '[current-page:url:unaliased]'
canonical_url: '[current-page:url]'
title: '[current-page:title] | [site:name] - [site:slogan]'
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'
profile_username: opdavies
og_title: '[current-page:title]'
og_image: 'https://www.oliverdavies.uk/sites/default/files/images/me-precedent.jpg'
og_url: '[current-page:url:absolute]'
og_site_name: '[site:name]'
twitter_cards_creator_id: '24857701'
twitter_cards_site: '@opdavies'
twitter_cards_page_url: '[current-page:url]'
twitter_cards_site_id: '24857701'
twitter_cards_type: summary
twitter_cards_title: '[current-page:title]'
twitter_cards_title: '[current-page:title] - [site:name]'
twitter_cards_creator: '@opdavies'
twitter_cards_page_url: '[current-page:url]'
twitter_cards_site: '@opdavies'
twitter_cards_creator_id: '24857701'

View file

@ -7,6 +7,12 @@ _core:
id: node
label: Content
tags:
title: '[node:title] | [site:name]'
description: '[node:summary]'
abstract: '[node:summary]'
canonical_url: '[node:url]'
title: '[node:title] | [site:name] - [site:slogan]'
og_type: article
article_published_time: '[node:changed:custom:c]'
og_updated_time: '[node:changed:custom:c]'
twitter_cards_title: '[node:title] | [site:name]'
twitter_cards_description: '[node:summary]'

View file

@ -6,4 +6,3 @@ id: node__post
label: 'Content: Blog post'
tags:
description: '[node:field_excerpt]'
title: '[node:title]'

View file

@ -6,4 +6,3 @@ id: node__talk
label: 'Content: Talk'
tags:
description: '[node:field_excerpt]'
title: '[node:title]'

View file

@ -7,6 +7,6 @@ _core:
id: taxonomy_term
label: 'Taxonomy term'
tags:
canonical_url: '[term:url]'
description: '[term:description]'
title: '[term:name] | [site:name]'
canonical_url: '[term:url]'
title: '[term:name] | [site:name] - [site:slogan]'