diff --git a/build/composer.json b/build/composer.json index 56371de..d4fe41a 100644 --- a/build/composer.json +++ b/build/composer.json @@ -81,6 +81,7 @@ "drupal/google_analytics": "^4", "drupal/health_check": "1.3", "drupal/redis": "1.6", + "drupal/simple_sitemap": "4.1.6", "drupal/views_slideshow": "4.8", "malsup/jquery.cycle": "3.0.3-a", "unb-libraries/drupal-builder": "^9" diff --git a/config-yml/core.extension.yml b/config-yml/core.extension.yml index 2130386..f51eb33 100644 --- a/config-yml/core.extension.yml +++ b/config-yml/core.extension.yml @@ -38,6 +38,7 @@ module: rdf: 0 redis: 0 search: 0 + simple_sitemap: 0 system: 0 taxonomy: 0 text: 0 diff --git a/config-yml/simple_sitemap.custom_links.default.yml b/config-yml/simple_sitemap.custom_links.default.yml new file mode 100644 index 0000000..18a8d45 --- /dev/null +++ b/config-yml/simple_sitemap.custom_links.default.yml @@ -0,0 +1,7 @@ +_core: + default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw +links: + - + path: / + priority: '1.0' + changefreq: daily diff --git a/config-yml/simple_sitemap.settings.yml b/config-yml/simple_sitemap.settings.yml new file mode 100644 index 0000000..5760eb1 --- /dev/null +++ b/config-yml/simple_sitemap.settings.yml @@ -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 diff --git a/config-yml/simple_sitemap.sitemap.default.yml b/config-yml/simple_sitemap.sitemap.default.yml new file mode 100644 index 0000000..b55e8e5 --- /dev/null +++ b/config-yml/simple_sitemap.sitemap.default.yml @@ -0,0 +1,13 @@ +uuid: 8f1ec0c4-b6b3-497a-bc31-b836eac2b084 +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 diff --git a/config-yml/simple_sitemap.sitemap.index.yml b/config-yml/simple_sitemap.sitemap.index.yml new file mode 100644 index 0000000..b900862 --- /dev/null +++ b/config-yml/simple_sitemap.sitemap.index.yml @@ -0,0 +1,13 @@ +uuid: 34e95cac-00c0-4c28-8b1a-6c35ba0cf1a8 +langcode: en +status: true +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 diff --git a/config-yml/simple_sitemap.type.default_hreflang.yml b/config-yml/simple_sitemap.type.default_hreflang.yml new file mode 100644 index 0000000..763d081 --- /dev/null +++ b/config-yml/simple_sitemap.type.default_hreflang.yml @@ -0,0 +1,15 @@ +uuid: bda17da1-bd7a-472a-b982-b5f05d265e3a +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 diff --git a/config-yml/simple_sitemap.type.index.yml b/config-yml/simple_sitemap.type.index.yml new file mode 100644 index 0000000..a65a5e2 --- /dev/null +++ b/config-yml/simple_sitemap.type.index.yml @@ -0,0 +1,12 @@ +uuid: 8203f9a0-9c84-4b0b-ac71-b69f963aa3a8 +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