forked from scanapp-org/scanapp-org.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.xml
34 lines (34 loc) · 825 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
30
31
32
33
34
---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://scanapp.org</loc>
<lastmod>2023-03-19</lastmod>
</url>
<url>
<loc>https://scanapp.org/barcode/</loc>
<lastmod>2023-03-19</lastmod>
</url>
<url>
<loc>https://scanapp.org/blog/</loc>
<lastmod>2023-03-19</lastmod>
</url>
<url>
<loc>https://scanapp.org/support/</loc>
<lastmod>2023-03-19</lastmod>
</url>
{% for post in site.supports %}
<url>
<loc>{{ site.url }}{{ post.url }}</loc>
<lastmod>{{ post.date | date: "%Y-%m-%d" }}</lastmod>
</url>
{% endfor %}
{% for post in site.posts %}
<url>
<loc>{{ site.url }}{{ post.url }}</loc>
<lastmod>{{ post.date | date: "%Y-%m-%d" }}</lastmod>
</url>
{% endfor %}
</urlset>