Replace XML Sitemap with Simple sitemap
This commit is contained in:
parent
d0f8653028
commit
451d4d24ea
14 changed files with 134 additions and 110 deletions
|
@ -36,6 +36,8 @@ module:
|
|||
path: 0
|
||||
path_alias: 0
|
||||
redirect: 0
|
||||
simple_sitemap: 0
|
||||
simple_sitemap_engines: 0
|
||||
speakerdeck_field: 0
|
||||
system: 0
|
||||
taxonomy: 0
|
||||
|
@ -47,7 +49,6 @@ module:
|
|||
views_ui: 0
|
||||
menu_link_content: 1
|
||||
pathauto: 1
|
||||
xmlsitemap: 1
|
||||
views: 10
|
||||
paragraphs: 11
|
||||
minimal: 1000
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
index: true
|
||||
priority: '0.5'
|
||||
changefreq: ''
|
||||
include_images: false
|
|
@ -0,0 +1,4 @@
|
|||
index: true
|
||||
priority: '0.9'
|
||||
changefreq: ''
|
||||
include_images: false
|
|
@ -0,0 +1,4 @@
|
|||
index: true
|
||||
priority: '0.7'
|
||||
changefreq: monthly
|
||||
include_images: false
|
|
@ -0,0 +1,4 @@
|
|||
index: true
|
||||
priority: '0.5'
|
||||
changefreq: ''
|
||||
include_images: false
|
7
config/default/simple_sitemap.custom_links.default.yml
Normal file
7
config/default/simple_sitemap.custom_links.default.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
links:
|
||||
-
|
||||
path: /
|
||||
priority: '1.0'
|
||||
changefreq: daily
|
||||
_core:
|
||||
default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw
|
17
config/default/simple_sitemap.settings.yml
Normal file
17
config/default/simple_sitemap.settings.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
max_links: 2000
|
||||
cron_generate: true
|
||||
cron_generate_interval: 0
|
||||
generate_duration: 10000
|
||||
remove_duplicates: true
|
||||
skip_untranslated: true
|
||||
xsl: true
|
||||
base_url: ''
|
||||
default_variant: default
|
||||
custom_links_include_images: false
|
||||
excluded_languages: { }
|
||||
enabled_entity_types:
|
||||
- node
|
||||
- taxonomy_term
|
||||
- menu_link_content
|
||||
_core:
|
||||
default_config_hash: LWI5gcV7qtIl5h1xg7AWMtepAzBAvTaw_TOmsQbw9Tk
|
|
@ -0,0 +1,6 @@
|
|||
variants:
|
||||
default:
|
||||
label: Default
|
||||
weight: 0
|
||||
_core:
|
||||
default_config_hash: nQAXscP-SDpsmqHlQ6u0iBvcuJPrAikb09c3cP2_n0k
|
4
config/default/simple_sitemap_engines.settings.yml
Normal file
4
config/default/simple_sitemap_engines.settings.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
enabled: true
|
||||
submission_interval: 86400
|
||||
_core:
|
||||
default_config_hash: ohAe8voyBTv2oFxGWeZ16kj5QsTnPYFrXwMOVMTKQb4
|
|
@ -0,0 +1,11 @@
|
|||
uuid: 94048030-5569-4d7d-b4de-5c70741a1703
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: pu2tnTIZRlkkRZxbhVQU0L3FYniVvYFXIe6iCH9kXHo
|
||||
id: bing
|
||||
label: Bing
|
||||
url: 'https://www.bing.com/ping?sitemap=[sitemap]'
|
||||
sitemap_variants: { }
|
||||
last_submitted: null
|
|
@ -0,0 +1,11 @@
|
|||
uuid: 79407fa0-9244-4a46-b729-01e6702ceb9e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: PS-z03VbhvMPW8pe7N_Pya5JDfVm1mL_F07cJ_srmYE
|
||||
id: google
|
||||
label: Google
|
||||
url: 'https://www.google.com/ping?sitemap=[sitemap]'
|
||||
sitemap_variants: { }
|
||||
last_submitted: null
|
|
@ -1,15 +0,0 @@
|
|||
minimum_lifetime: 0
|
||||
xsl: 1
|
||||
prefetch_aliases: 1
|
||||
chunk_size: auto
|
||||
batch_limit: 100
|
||||
path: xmlsitemap
|
||||
frontpage_priority: !!float 1
|
||||
frontpage_changefreq: 86400
|
||||
lastmod_format: 'Y-m-d\TH:i\Z'
|
||||
gz: false
|
||||
clean_url: 0
|
||||
disable_cron_regeneration: false
|
||||
i18n_selection_mode: simple
|
||||
_core:
|
||||
default_config_hash: yDGr_IxRmvItJEr5-iuJQJdtcshhRXqlg--ljsFmQrA
|
Loading…
Add table
Add a link
Reference in a new issue