Skip to content

Commit 23ec6b1

Browse files
author
brian-brewer
committed
docs: sitemap for hugo served pages.
1 parent 793cf96 commit 23ec6b1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

static/sitemap.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
5+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
6+
7+
<!-- Homepage - Served by Hugo -->
8+
<url>
9+
<loc>https://datatrustmanifesto.org/</loc>
10+
<lastmod>2024-01-15</lastmod>
11+
<changefreq>weekly</changefreq>
12+
<priority>1.0</priority>
13+
</url>
14+
15+
<!-- Manifesto Page - Mounted from Manifesto.md -->
16+
<url>
17+
<loc>https://datatrustmanifesto.org/manifesto/</loc>
18+
<lastmod>2024-01-15</lastmod>
19+
<changefreq>monthly</changefreq>
20+
<priority>0.9</priority>
21+
</url>
22+
23+
<!-- Trust Dashboard - Mounted from DTE_Trust_Dashboard.html -->
24+
<url>
25+
<loc>https://datatrustmanifesto.org/tools/data-trust-dashboard/dte-trust-dashboard/</loc>
26+
<lastmod>2024-01-15</lastmod>
27+
<changefreq>weekly</changefreq>
28+
<priority>0.8</priority>
29+
</url>
30+
31+
</urlset>

0 commit comments

Comments
 (0)