-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.xml
127 lines (77 loc) · 2.36 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://example.com/2021/09/06/Linux%E5%91%BD%E4%BB%A4/</loc>
<lastmod>2021-09-05</lastmod>
</url>
<url>
<loc>http://example.com/2021/08/04/%E5%8A%A8%E6%80%81%E4%BB%A3%E7%90%86/</loc>
<lastmod>2021-08-04</lastmod>
</url>
<url>
<loc>http://example.com/2021/03/28/%E9%9A%8F%E8%AE%B0/</loc>
<lastmod>2021-07-16</lastmod>
</url>
<url>
<loc>http://example.com/2021/06/15/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/</loc>
<lastmod>2021-06-21</lastmod>
</url>
<url>
<loc>http://example.com/2021/06/14/HashMap%E5%92%8CHashTable/</loc>
<lastmod>2021-06-14</lastmod>
</url>
<url>
<loc>http://example.com/2021/04/25/Some/</loc>
<lastmod>2021-04-26</lastmod>
</url>
<url>
<loc>http://example.com/2021/04/27/hexo%E4%BD%BF%E7%94%A8%E7%AC%94%E8%AE%B0/</loc>
<lastmod>2021-04-26</lastmod>
</url>
<url>
<loc>http://example.com/2021/03/28/RDB/</loc>
<lastmod>2021-03-28</lastmod>
</url>
<url>
<loc>http://example.com/2021/03/28/SQL%E4%BC%98%E5%8C%96/</loc>
<lastmod>2021-03-28</lastmod>
</url>
<url>
<loc>http://example.com/2021/03/28/shell/</loc>
<lastmod>2021-03-27</lastmod>
</url>
<url>
<loc>http://example.com/2021/03/28/IDEA%E5%85%B3%E8%81%94%E4%B8%80%E5%88%87/</loc>
<lastmod>2021-03-27</lastmod>
</url>
<url>
<loc>http://example.com/2021/03/28/DOS/</loc>
<lastmod>2021-03-27</lastmod>
</url>
<url>
<loc>http://example.com/2021/03/28/Go/</loc>
<lastmod>2021-03-27</lastmod>
</url>
<url>
<loc>http://example.com/2020/10/22/hello-world/</loc>
<lastmod>2020-10-21</lastmod>
</url>
<url>
<loc>http://example.com/</loc>
<lastmod>2021-09-05</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://example.com/tags/AOP/</loc>
<lastmod>2021-09-05</lastmod>
<changefreq>daily</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://example.com/tags/linux/</loc>
<lastmod>2021-09-05</lastmod>
<changefreq>daily</changefreq>
<priority>0.6</priority>
</url>
</urlset>