-
Notifications
You must be signed in to change notification settings - Fork 0
/
sitemap.xml
37 lines (30 loc) · 846 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
35
36
37
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://example.org/post/test/</loc>
<lastmod>2017-07-19T17:34:53+08:00</lastmod>
</url>
<url>
<loc>http://example.org/about/</loc>
<lastmod>2017-07-03T20:27:16+08:00</lastmod>
</url>
<url>
<loc>http://example.org/categories/</loc>
<priority>0</priority>
</url>
<url>
<loc>http://example.org/</loc>
<lastmod>2017-07-19T17:34:53+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>http://example.org/post/</loc>
<lastmod>2017-07-19T17:34:53+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>http://example.org/tags/</loc>
<priority>0</priority>
</url>
</urlset>