Skip to content

Commit

Permalink
feat(homepage): add sitemap.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ben196888 committed Sep 27, 2023
1 parent 509c1f8 commit 085d61d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
16 changes: 16 additions & 0 deletions homepage/public/en/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<xml version="1.0" encoding="UTF-8">
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://openstartervillage.ocf.tw/en/</loc>
<lastmod>2023-09-26</lastmod>
</url>
<url>
<loc>https://openstartervillage.ocf.tw/en/cards</loc>
<lastmod>2023-09-26</lastmod>
</url>
<url>
<loc>https://openstartervillage.ocf.tw/en/resource</loc>
<lastmod>2023-09-26</lastmod>
</url>
</urlset>
</xml>
29 changes: 29 additions & 0 deletions homepage/public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!-- public/sitemap.xml -->
<xml version="1.0" encoding="UTF-8">
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://openstartervillage.ocf.tw/</loc>
<lastmod>2023-09-26</lastmod>
</url>
<url>
<loc>https://openstartervillage.ocf.tw/cards</loc>
<lastmod>2023-09-26</lastmod>
</url>
<url>
<loc>https://openstartervillage.ocf.tw/resource</loc>
<lastmod>2023-09-26</lastmod>
</url>
<url>
<loc>https://openstartervillage.ocf.tw/en/</loc>
<lastmod>2023-09-26</lastmod>
</url>
<url>
<loc>https://openstartervillage.ocf.tw/en/cards</loc>
<lastmod>2023-09-26</lastmod>
</url>
<url>
<loc>https://openstartervillage.ocf.tw/en/resource</loc>
<lastmod>2023-09-26</lastmod>
</url>
</urlset>
</xml>

0 comments on commit 085d61d

Please sign in to comment.