Skip to content

Commit 8c14ff2

Browse files
committed
chore: add sitemap.xml for seo
1 parent d73bd22 commit 8c14ff2

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

public/sitemap.xml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
4+
<url>
5+
<loc>https://eottabom.github.io/post/comments</loc>
6+
<changefreq>weekly</changefreq>
7+
<priority>0.7</priority>
8+
</url>
9+
10+
<url>
11+
<loc>https://eottabom.github.io/post/why-new-line</loc>
12+
<changefreq>weekly</changefreq>
13+
<priority>0.7</priority>
14+
</url>
15+
16+
<url>
17+
<loc>https://eottabom.github.io/post/ddd-core-concept</loc>
18+
<changefreq>weekly</changefreq>
19+
<priority>0.7</priority>
20+
</url>
21+
22+
<url>
23+
<loc>https://eottabom.github.io/post/ddd-fact-misunderstanding</loc>
24+
<changefreq>weekly</changefreq>
25+
<priority>0.7</priority>
26+
</url>
27+
28+
<url>
29+
<loc>https://eottabom.github.io/post/why-using-grpc</loc>
30+
<changefreq>weekly</changefreq>
31+
<priority>0.7</priority>
32+
</url>
33+
34+
<url>
35+
<loc>https://eottabom.github.io/post/try-with-resources</loc>
36+
<changefreq>weekly</changefreq>
37+
<priority>0.7</priority>
38+
</url>
39+
40+
<url>
41+
<loc>https://eottabom.github.io/post/jpa-determine-entity-is-new</loc>
42+
<changefreq>weekly</changefreq>
43+
<priority>0.7</priority>
44+
</url>
45+
46+
</urlset>

0 commit comments

Comments
 (0)