Skip to content

Commit 77b3c33

Browse files
author
brian-brewer
committed
Fix sitemap.xml with proper www URLs and formatting
1 parent ba2b185 commit 77b3c33

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

static/sitemap.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,32 @@
44
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
55
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
66

7-
<!-- Homepage - Served by Hugo -->
87
<url>
98
<loc>https://www.datatrustmanifesto.org/</loc>
109
<lastmod>2024-01-15</lastmod>
1110
<changefreq>weekly</changefreq>
1211
<priority>1.0</priority>
1312
</url>
1413

15-
<!-- Manifesto Page - Mounted from Manifesto.md -->
1614
<url>
1715
<loc>https://www.datatrustmanifesto.org/manifesto/</loc>
1816
<lastmod>2024-01-15</lastmod>
1917
<changefreq>monthly</changefreq>
2018
<priority>0.9</priority>
2119
</url>
2220

23-
<!-- Trust Dashboard - Mounted from DTE_Trust_Dashboard.html -->
2421
<url>
25-
<loc>https://www.datatrustmanifesto.org/tools/data-trust-dashboard/dte-trust-dashboard/</loc>
22+
<loc>https://www.datatrustmanifesto.org/tools/data-trust-dashboard/dte_trust_dashboard/</loc>
2623
<lastmod>2024-01-15</lastmod>
2724
<changefreq>weekly</changefreq>
2825
<priority>0.8</priority>
2926
</url>
3027

31-
</urlset>
28+
<url>
29+
<loc>https://www.datatrustmanifesto.org/tools/</loc>
30+
<lastmod>2024-01-15</lastmod>
31+
<changefreq>monthly</changefreq>
32+
<priority>0.6</priority>
33+
</url>
34+
35+
</urlset>

0 commit comments

Comments
 (0)