Skip to content

Commit b59da37

Browse files
author
brian-brewer
committed
Force deploy corrected sitemap.xml
1 parent 6364a2b commit b59da37

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

public/sitemap.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
<url>
8+
<loc>https://www.datatrustmanifesto.org/</loc>
9+
<lastmod>2024-01-15</lastmod>
10+
<changefreq>weekly</changefreq>
11+
<priority>1.0</priority>
12+
</url>
13+
14+
<url>
15+
<loc>https://www.datatrustmanifesto.org/manifesto/</loc>
16+
<lastmod>2024-01-15</lastmod>
17+
<changefreq>monthly</changefreq>
18+
<priority>0.9</priority>
19+
</url>
20+
21+
<url>
22+
<loc>https://www.datatrustmanifesto.org/tools/data-trust-dashboard/dte_trust_dashboard/</loc>
23+
<lastmod>2024-01-15</lastmod>
24+
<changefreq>weekly</changefreq>
25+
<priority>0.8</priority>
26+
</url>
27+
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)