Public Access
1
0

fix: update default sitemap priority

This commit is contained in:
2025-08-23 20:34:07 -04:00
parent 5a240cfa56
commit f2d8b9b2f4

View File

@@ -12,7 +12,7 @@ eleventyExcludeFromCollections: true
<loc>{{ site.url }}{{ page.url }}</loc> <loc>{{ site.url }}{{ page.url }}</loc>
<lastmod>{{ page.date | htmlDateString }}</lastmod> <lastmod>{{ page.date | htmlDateString }}</lastmod>
<changefreq>{{ page.data.sitemapChangefreq | default("monthly") }}</changefreq> <changefreq>{{ page.data.sitemapChangefreq | default("monthly") }}</changefreq>
<priority>{{ page.data.sitemapPriority | default(0.8) }}</priority> <priority>{{ page.data.sitemapPriority | default(0.5) }}</priority>
</url> </url>
{%- endif %} {%- endif %}
{%- endfor %} {%- endfor %}