-
Notifications
You must be signed in to change notification settings - Fork 5
/
sitemap.xml
29 lines (29 loc) · 976 Bytes
/
sitemap.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://pareto.network/</loc>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://pareto.network/leaderboards</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://pareto.network/leaderboards?q=3</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://pareto.network/leaderboards?rank=10</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://pareto.network/leaderboards?address=0xcceba5addf6504d257c4f55aeb8c329c2e88c080</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://pareto.network/about</loc>
<changefreq>monthly</changefreq>
</url>
</urlset>