-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.xml
121 lines (99 loc) · 2.89 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
<?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>https://example.org/blog/2015/10/10/migrate-from-jekyll/</loc>
<lastmod>2015-10-10T13:07:31+02:00</lastmod>
</url>
<url>
<loc>https://example.org/blog/2015/10/02/linked-post/</loc>
<lastmod>2015-10-02T21:49:20+02:00</lastmod>
</url>
<url>
<loc>https://example.org/blog/2015/09/17/go-is-for-lovers/</loc>
<lastmod>2015-09-17T13:47:08+02:00</lastmod>
</url>
<url>
<loc>https://example.org/blog/2015/08/03/hugo-is-for-lovers/</loc>
<lastmod>2015-08-03T13:39:46+02:00</lastmod>
</url>
<url>
<loc>https://example.org/blog/2015/06/24/creating-a-new-theme/</loc>
<lastmod>2015-06-24T13:50:46+02:00</lastmod>
</url>
<url>
<loc>https://example.org/blog/</loc>
<lastmod>2015-10-10T13:07:31+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/categories/</loc>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/contact/</loc>
</url>
<url>
<loc>https://example.org/faq/</loc>
</url>
<url>
<loc>https://example.org/tags/go/</loc>
<lastmod>2015-09-17T13:47:08+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/tags/golang/</loc>
<lastmod>2015-10-02T21:49:20+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/tags/hugo/</loc>
<lastmod>2015-10-02T21:49:20+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/tags/ipsum/</loc>
<lastmod>2015-10-10T13:07:31+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/categories/lorem/</loc>
<lastmod>2015-10-10T13:07:31+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/tags/programming/</loc>
<lastmod>2015-10-02T21:49:20+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/categories/programming/</loc>
<lastmod>2015-10-02T21:49:20+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/categories/pseudo/</loc>
<lastmod>2015-08-03T13:39:46+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/categories/starting/</loc>
<lastmod>2015-06-24T13:50:46+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/tags/</loc>
<lastmod>2015-09-17T13:47:08+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/tags/theme/</loc>
<lastmod>2015-10-02T21:49:20+02:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://example.org/</loc>
<lastmod>2015-10-10T13:07:31+02:00</lastmod>
<priority>0</priority>
</url>
</urlset>