Skip to content

Commit

Permalink
feat: add and configure xmlsitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
aekong committed Dec 14, 2024
1 parent b947c80 commit 533172b
Show file tree
Hide file tree
Showing 28 changed files with 201 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ packages:
drupal/views_data_export: 1.4.0
drupal/views_infinite_scroll: 2.0.2
drupal/webform: 6.2.3
drupal/xmlsitemap: 1.5.0
drush-ops/behat-drush-endpoint: 0.0.5
drush/drush: 12.5.2
e0ipso/shaper: 1.2.4
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"drupal/views_data_export": "^1.1",
"drupal/views_infinite_scroll": "^2.0",
"drupal/webform": "^6.2",
"drupal/xmlsitemap": "^1.5",
"drush-ops/behat-drush-endpoint": "^0.0.5",
"drush/drush": "^12.4.3",
"enyo/dropzone": "^5.7",
Expand Down
101 changes: 100 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ module:
extlink: 1
menu_link_content: 1
pathauto: 1
xmlsitemap: 1
color_field: 10
content_translation: 10
externalauth: 10
Expand Down
11 changes: 11 additions & 0 deletions config/system.action.bulk_update_fields_on_xmlsitemap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: ae980343-eadc-4502-a921-bed60ecf83cc
langcode: en
status: true
dependencies:
module:
- bulk_update_fields
id: bulk_update_fields_on_xmlsitemap
label: 'Bulk Update XML Sitemap Fields'
type: xmlsitemap
plugin: bulk_update_fields_action_base
configuration: { }
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.about.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.campaign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.data_story.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.department.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.department_table.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.event.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.form_confirmation_page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.form_page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.information_page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.landing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.location.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.meeting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.news.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.person.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.public_body.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.resource_collection.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.step_by_step.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.topic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
3 changes: 3 additions & 0 deletions config/xmlsitemap.settings.node.transaction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: true
priority: 0.5
changefreq: 60
16 changes: 16 additions & 0 deletions config/xmlsitemap.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
_core:
default_config_hash: 58nI4vVTGv677fB42ySkQN9iTenfZvvW-xJlXODHdV4
minimum_lifetime: 0
xsl: 1
prefetch_aliases: 1
chunk_size: auto
batch_limit: 100
path: xmlsitemap
frontpage_priority: 1.0
frontpage_changefreq: 86400
lastmod_format: 'Y-m-d\TH:i\Z'
gz: false
clean_url: 0
disable_cron_regeneration: true
i18n_selection_mode: simple
metatag_exclude_noindex: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
uuid: 436114aa-1b61-4fb0-bdbd-f67d040e4e5b
langcode: en
status: true
dependencies: { }
id: g3XYqcXbSKPVBDODwnT6pq7oqhCFkPryj4vVqrl_Kfc
label: 'sf.gov sitemap'
context:
language: en

0 comments on commit 533172b

Please sign in to comment.