Configure metatag title and description for articles, events, and resources view pages
This commit is contained in:
parent
59c6b7a7fb
commit
59935e50e7
3 changed files with 15 additions and 0 deletions
|
@ -224,6 +224,11 @@ display:
|
||||||
changefreq: weekly
|
changefreq: weekly
|
||||||
arguments: { }
|
arguments: { }
|
||||||
max_links: 100
|
max_links: 100
|
||||||
|
metatag_display_extender:
|
||||||
|
metatags:
|
||||||
|
title: '[view:title] | [site:name]'
|
||||||
|
description: 'Our Experience Olympic Blog includes information about Tours, Olympic National Park, Olympic Peninsula, Conservation, Ecology, Wildlife, or Travel.'
|
||||||
|
tokenize: false
|
||||||
path: articles
|
path: articles
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
|
|
|
@ -346,6 +346,11 @@ display:
|
||||||
changefreq: monthly
|
changefreq: monthly
|
||||||
arguments: { }
|
arguments: { }
|
||||||
max_links: 100
|
max_links: 100
|
||||||
|
metatag_display_extender:
|
||||||
|
metatags:
|
||||||
|
title: '[view:title] | [site:name]'
|
||||||
|
description: 'Guided Tour Packages are scheduled, very small group, and include lodging, transportation on the Olympic Peninsula, and wildlife guide Carolyn.'
|
||||||
|
tokenize: false
|
||||||
path: events
|
path: events
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
|
|
|
@ -267,6 +267,11 @@ display:
|
||||||
changefreq: monthly
|
changefreq: monthly
|
||||||
arguments: { }
|
arguments: { }
|
||||||
max_links: 100
|
max_links: 100
|
||||||
|
metatag_display_extender:
|
||||||
|
metatags:
|
||||||
|
title: '[view:title] | [site:name]'
|
||||||
|
description: 'These are some of our favorite books about biodiversity, habitat, and the Olympic Peninsula.'
|
||||||
|
tokenize: false
|
||||||
path: resources
|
path: resources
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
|
|
Loading…
Reference in a new issue