Skip to content

Commit 49a7de0

Browse files
authored
Merge pull request #104 from wafflestudio/hotfix/google-console
chore: add sitemap.xml and robots.txt for googlebot indexing
2 parents e104b8b + e0f634a commit 49a7de0

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

public/robots.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Disallow: /auth/
5+
Disallow: /sync
6+
Disallow: /my
7+
Disallow: /bookmark
8+
Disallow: /memo
9+
10+
Sitemap: https://hangsha.wafflestudio.com/sitemap.xml

public/sitemap.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://hangsha.wafflestudio.com/</loc>
5+
<lastmod>2026-05-18</lastmod>
6+
<changefreq>weekly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
<url>
10+
<loc>https://hangsha.wafflestudio.com/main</loc>
11+
<lastmod>2026-05-18</lastmod>
12+
<changefreq>daily</changefreq>
13+
<priority>0.9</priority>
14+
</url>
15+
<url>
16+
<loc>https://hangsha.wafflestudio.com/main/day</loc>
17+
<lastmod>2026-05-18</lastmod>
18+
<changefreq>daily</changefreq>
19+
<priority>0.7</priority>
20+
</url>
21+
<url>
22+
<loc>https://hangsha.wafflestudio.com/search</loc>
23+
<lastmod>2026-05-18</lastmod>
24+
<changefreq>weekly</changefreq>
25+
<priority>0.6</priority>
26+
</url>
27+
</urlset>

0 commit comments

Comments
 (0)