Skip to content

Commit

Permalink
fix sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonHuang555 committed Sep 10, 2023
1 parent bb8e606 commit cd54582
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<!-- public/sitemap.xml -->
<xml version="1.0" encoding="UTF-8">
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://maore.io</loc>
<lastmod>2022-09-26</lastmod>
</url>
</urlset>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://maore.io</loc>
<lastmod>2023-09-10</lastmod>
<priority>1</priority>
</url>
<url>
<loc>https://maore.io/games/math-formula-card</loc>
<lastmod>2023-09-10</lastmod>
</url>
<url>
<loc>https://maore.io/games/chinese-chess-hidden</loc>
<lastmod>2023-09-10</lastmod>
</url>
</urlset>
</xml>

0 comments on commit cd54582

Please sign in to comment.