-
Notifications
You must be signed in to change notification settings - Fork 1
/
sitemap.xml
53 lines (31 loc) · 1.03 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
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://yoursite.com/about/index.html</loc>
<lastmod>2018-05-03T10:33:51.196Z</lastmod>
</url>
<url>
<loc>http://yoursite.com/2018/04/26/scope/</loc>
<lastmod>2018-04-28T02:24:42.330Z</lastmod>
</url>
<url>
<loc>http://yoursite.com/2018/04/27/mutable_immutable/</loc>
<lastmod>2018-04-28T02:24:35.920Z</lastmod>
</url>
<url>
<loc>http://yoursite.com/2018/04/27/shallowcopy_deepcopy/</loc>
<lastmod>2018-04-28T02:24:29.545Z</lastmod>
</url>
<url>
<loc>http://yoursite.com/2018/04/27/regex/</loc>
<lastmod>2018-04-28T02:24:10.481Z</lastmod>
</url>
<url>
<loc>http://yoursite.com/tages/index.html</loc>
<lastmod>2018-04-27T07:52:02.289Z</lastmod>
</url>
<url>
<loc>http://yoursite.com/categories/index.html</loc>
<lastmod>2018-04-27T07:51:50.197Z</lastmod>
</url>
</urlset>