Skip to content

Commit a4f567e

Browse files
authored
Merge pull request #7 from sakura-editor/sitemap
サイトマップ (sitemap.xml) 設置
2 parents aa7ee53 + 0c25b89 commit a4f567e

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

sitemap.xml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://sakura-editor.github.io/</loc>
5+
<lastmod>2018-05-28</lastmod>
6+
<changefreq>monthly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
<url>
10+
<loc>https://sakura-editor.github.io/download.html</loc>
11+
<lastmod>2018-05-28</lastmod>
12+
<changefreq>monthly</changefreq>
13+
<priority>0.8</priority>
14+
</url>
15+
<url>
16+
<loc>https://sakura-editor.github.io/intro.html</loc>
17+
<lastmod>2018-05-28</lastmod>
18+
<changefreq>yearly</changefreq>
19+
<priority>0.5</priority>
20+
</url>
21+
<url>
22+
<loc>https://osdn.net/projects/sakura-editor/forums/34071/</loc>
23+
<lastmod>2018-05-28</lastmod>
24+
<changefreq>weekly</changefreq>
25+
<priority>0.6</priority>
26+
</url>
27+
<url>
28+
<loc>https://osdn.net/projects/sakura-editor/forums/34094/</loc>
29+
<lastmod>2018-05-28</lastmod>
30+
<changefreq>weekly</changefreq>
31+
<priority>0.6</priority>
32+
</url>
33+
<url>
34+
<loc>https://osdn.net/projects/sakura-editor/forums/34093/</loc>
35+
<lastmod>2018-05-28</lastmod>
36+
<changefreq>weekly</changefreq>
37+
<priority>0.6</priority>
38+
</url>
39+
<url>
40+
<loc>http://sakura-editor.sourceforge.net/htmlhelp/</loc>
41+
<lastmod>2013-03-31</lastmod>
42+
<changefreq>monthly</changefreq>
43+
<priority>0.4</priority>
44+
</url>
45+
<url>
46+
<loc>http://sakura-editor.sourceforge.net/doxygen2/</loc>
47+
<lastmod>2017-05-02</lastmod>
48+
<changefreq>monthly</changefreq>
49+
<priority>0.4</priority>
50+
</url>
51+
<url>
52+
<loc>http://sakura-editor.sourceforge.net/doxygen/</loc>
53+
<lastmod>2017-05-02</lastmod>
54+
<changefreq>monthly</changefreq>
55+
<priority>0.4</priority>
56+
</url>
57+
</urlset>

0 commit comments

Comments
 (0)