simple-sitemap #2
15 changed files with 47 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
||||||
index: true
|
index: true
|
||||||
priority: '0.5'
|
priority: '0.6'
|
||||||
changefreq: ''
|
changefreq: monthly
|
||||||
include_images: false
|
include_images: false
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
index: true
|
index: true
|
||||||
priority: '0.5'
|
priority: '0.6'
|
||||||
changefreq: ''
|
changefreq: monthly
|
||||||
include_images: false
|
include_images: false
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
index: true
|
index: true
|
||||||
priority: '0.5'
|
priority: '0.6'
|
||||||
changefreq: ''
|
changefreq: monthly
|
||||||
include_images: false
|
include_images: false
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
index: true
|
index: true
|
||||||
priority: '0.5'
|
priority: '0.6'
|
||||||
changefreq: ''
|
changefreq: monthly
|
||||||
include_images: false
|
include_images: false
|
||||||
|
|
|
@ -9,7 +9,8 @@ label: 'Default hreflang'
|
||||||
description: 'The default hreflang sitemap type. A sitemap of this type is understood by most modern search engines.'
|
description: 'The default hreflang sitemap type. A sitemap of this type is understood by most modern search engines.'
|
||||||
sitemap_generator: default
|
sitemap_generator: default
|
||||||
url_generators:
|
url_generators:
|
||||||
- custom
|
arbitrary: arbitrary
|
||||||
- entity
|
custom: custom
|
||||||
- entity_menu_link_content
|
entity_menu_link_content: entity_menu_link_content
|
||||||
- arbitrary
|
entity: entity
|
||||||
|
views: views
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
index_now: true
|
|
@ -0,0 +1 @@
|
||||||
|
index_now: false
|
|
@ -0,0 +1 @@
|
||||||
|
index_now: true
|
|
@ -0,0 +1 @@
|
||||||
|
index_now: false
|
|
@ -0,0 +1 @@
|
||||||
|
index_now: true
|
|
@ -0,0 +1 @@
|
||||||
|
index_now: false
|
|
@ -0,0 +1 @@
|
||||||
|
index_now: true
|
|
@ -215,7 +215,15 @@ display:
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
display_extenders: { }
|
display_extenders:
|
||||||
|
simple_sitemap_display_extender:
|
||||||
|
variants:
|
||||||
|
default:
|
||||||
|
index: true
|
||||||
|
priority: '0.6'
|
||||||
|
changefreq: weekly
|
||||||
|
arguments: { }
|
||||||
|
max_links: 100
|
||||||
path: articles
|
path: articles
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
|
|
|
@ -337,7 +337,15 @@ display:
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
display_extenders: { }
|
display_extenders:
|
||||||
|
simple_sitemap_display_extender:
|
||||||
|
variants:
|
||||||
|
default:
|
||||||
|
index: true
|
||||||
|
priority: '0.6'
|
||||||
|
changefreq: monthly
|
||||||
|
arguments: { }
|
||||||
|
max_links: 100
|
||||||
path: events
|
path: events
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
|
|
|
@ -258,7 +258,15 @@ display:
|
||||||
type: none
|
type: none
|
||||||
defaults:
|
defaults:
|
||||||
cache: false
|
cache: false
|
||||||
display_extenders: { }
|
display_extenders:
|
||||||
|
simple_sitemap_display_extender:
|
||||||
|
variants:
|
||||||
|
default:
|
||||||
|
index: true
|
||||||
|
priority: '0.6'
|
||||||
|
changefreq: monthly
|
||||||
|
arguments: { }
|
||||||
|
max_links: 100
|
||||||
path: resources
|
path: resources
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
|
|
Loading…
Reference in a new issue