Enable simple_sitemap
This commit is contained in:
parent
bea080918f
commit
02ba5e2ded
7 changed files with 81 additions and 0 deletions
|
@ -106,6 +106,7 @@ module:
|
||||||
search_api_db: 0
|
search_api_db: 0
|
||||||
shortcut: 0
|
shortcut: 0
|
||||||
similarterms: 0
|
similarterms: 0
|
||||||
|
simple_sitemap: 0
|
||||||
skins: 0
|
skins: 0
|
||||||
system: 0
|
system: 0
|
||||||
taxonomy: 0
|
taxonomy: 0
|
||||||
|
|
7
config/simple_sitemap.custom_links.default.yml
Normal file
7
config/simple_sitemap.custom_links.default.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw
|
||||||
|
links:
|
||||||
|
-
|
||||||
|
path: /
|
||||||
|
priority: '1.0'
|
||||||
|
changefreq: daily
|
20
config/simple_sitemap.settings.yml
Normal file
20
config/simple_sitemap.settings.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: MUpaAk1hn-0Ph4OFw3DD_6gUF9KbGwxja9Y0qmampzo
|
||||||
|
max_links: 2000
|
||||||
|
cron_generate: true
|
||||||
|
cron_generate_interval: 0
|
||||||
|
generate_duration: 10000
|
||||||
|
entities_per_queue_item: 50
|
||||||
|
remove_duplicates: true
|
||||||
|
skip_untranslated: true
|
||||||
|
xsl: true
|
||||||
|
base_url: ''
|
||||||
|
default_variant: default
|
||||||
|
custom_links_include_images: false
|
||||||
|
disable_language_hreflang: false
|
||||||
|
hide_branding: false
|
||||||
|
excluded_languages: { }
|
||||||
|
enabled_entity_types:
|
||||||
|
- node
|
||||||
|
- taxonomy_term
|
||||||
|
- menu_link_content
|
13
config/simple_sitemap.sitemap.default.yml
Normal file
13
config/simple_sitemap.sitemap.default.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
uuid: 01b01338-5021-4bc4-a12d-a355e063cc21
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- simple_sitemap.type.default_hreflang
|
||||||
|
_core:
|
||||||
|
default_config_hash: zHW-ZT11Lkf2zSRgisGKjgU7TzrNcT8_MwFeuVtl8O8
|
||||||
|
id: default
|
||||||
|
label: Default
|
||||||
|
description: 'The default hreflang sitemap - lists URLs to be indexed by modern search engines.'
|
||||||
|
type: default_hreflang
|
||||||
|
weight: 0
|
13
config/simple_sitemap.sitemap.index.yml
Normal file
13
config/simple_sitemap.sitemap.index.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
uuid: d2600416-5c35-4eab-8c78-6d73a223b032
|
||||||
|
langcode: en
|
||||||
|
status: false
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- simple_sitemap.type.index
|
||||||
|
_core:
|
||||||
|
default_config_hash: aJs7eKxEbjBloVrp0IuxQbeq25CNH0r9AhSS29kHFMw
|
||||||
|
id: index
|
||||||
|
label: 'Sitemap Index'
|
||||||
|
description: 'The sitemap index listing all other sitemaps - useful if there are at least two other sitemaps. In most cases this sitemap should be last in the generation queue and set as the default sitemap.'
|
||||||
|
type: index
|
||||||
|
weight: 1000
|
15
config/simple_sitemap.type.default_hreflang.yml
Normal file
15
config/simple_sitemap.type.default_hreflang.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
uuid: 2156662b-3a4c-4a7c-9cdc-3cfe96d5fa23
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: pYORFuFzL0b2FKevz6fSag1wOUNTthFPPLxZ18JB1t0
|
||||||
|
id: default_hreflang
|
||||||
|
label: 'Default hreflang'
|
||||||
|
description: 'The default hreflang sitemap type. A sitemap of this type is understood by most modern search engines.'
|
||||||
|
sitemap_generator: default
|
||||||
|
url_generators:
|
||||||
|
- custom
|
||||||
|
- entity
|
||||||
|
- entity_menu_link_content
|
||||||
|
- arbitrary
|
12
config/simple_sitemap.type.index.yml
Normal file
12
config/simple_sitemap.type.index.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
uuid: 96d60c48-ce77-4868-b578-2733c1184395
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: pbgJrin6L7zsVEKS8oEDCYJPCzgu765iTGQh2GPX1no
|
||||||
|
id: index
|
||||||
|
label: 'Sitemap Index'
|
||||||
|
description: 'The sitemap index sitemap type. A sitemap of this type lists sitemaps of all other types.'
|
||||||
|
sitemap_generator: index
|
||||||
|
url_generators:
|
||||||
|
- index
|
Loading…
Reference in a new issue