You are here

metatag.metatag_defaults.node__article.yml in Thunder 8.5

config/optional/metatag.metatag_defaults.node__article.yml

File

config/optional/metatag.metatag_defaults.node__article.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: node__article
  5. label: 'Content: Article'
  6. tags:
  7. canonical_url: '[node:path]'
  8. content_language: '[node:langcode]'
  9. description: '[node:field_teaser_text]'
  10. image_src: '[node:field_teaser_media:entity:field_image]'
  11. referrer: no-referrer
  12. robots: 'index, follow'
  13. title: '[node:field_seo_title]'
  14. og_description: '[node:field_teaser_text]'
  15. og_image: '[node:field_teaser_media:entity:field_image:facebook]'
  16. og_image_height: '[node:field_teaser_media:entity:field_image:facebook:height]'
  17. og_image_type: '[node:field_teaser_media:entity:field_image:facebook:mimetype]'
  18. og_image_width: '[node:field_teaser_media:entity:field_image:facebook:width]'
  19. og_site_name: '[site:name]'
  20. og_title: '[node:field_seo_title]'
  21. og_type: article
  22. og_updated_time: '[node:changed:html_datetime]'
  23. og_url: '[node:path]'
  24. twitter_cards_description: '[node:field_teaser_text]'
  25. twitter_cards_image: '[node:field_teaser_media:entity:field_image:twitter]'
  26. twitter_cards_image_height: '[node:field_teaser_media:entity:field_image:twitter:height]'
  27. twitter_cards_image_width: '[node:field_teaser_media:entity:field_image:twitter:width]'
  28. twitter_cards_type: summary_large_image