iodepo / odis-arch

Development of the Ocean Data and Information System (ODIS) architecture
https://book.odis.org/
29 stars 17 forks source link

use <changefreq> setting inside sitemap for harvesting frequency #386

Open jmckenna opened 8 months ago

jmckenna commented 8 months ago

example:

<url>
  <loc>
    https://dataportal.leibniz-zmt.de/oih/dataset_18288.html
  </loc>
  <lastmod>2023-12-12</lastmod>
  <changefreq>monthly</changefreq>
</url>

https://dataportal.leibniz-zmt.de/sitemap.xml

related to https://github.com/iodepo/odis-arch/issues/276