|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> |
| 3 | + |
| 4 | + <!-- 홈 페이지 --> |
| 5 | + <url> |
| 6 | + <loc>http://클릭해줘.메인.한국/</loc> |
| 7 | + <lastmod>2024-12-19</lastmod> |
| 8 | + <changefreq>daily</changefreq> |
| 9 | + <priority>1.0</priority> |
| 10 | + </url> |
| 11 | + |
| 12 | + <!-- 게임 설정 페이지 --> |
| 13 | + <url> |
| 14 | + <loc>http://클릭해줘.메인.한국/game-setting</loc> |
| 15 | + <lastmod>2024-12-19</lastmod> |
| 16 | + <changefreq>weekly</changefreq> |
| 17 | + <priority>0.8</priority> |
| 18 | + </url> |
| 19 | + |
| 20 | + <!-- 게임 준비 페이지 --> |
| 21 | + <url> |
| 22 | + <loc>http://클릭해줘.메인.한국/game-ready/123</loc> |
| 23 | + <lastmod>2024-12-19</lastmod> |
| 24 | + <changefreq>weekly</changefreq> |
| 25 | + <priority>0.8</priority> |
| 26 | + </url> |
| 27 | + |
| 28 | + <!-- 게임 페이지 --> |
| 29 | + <url> |
| 30 | + <loc>http://클릭해줘.메인.한국/game/123</loc> |
| 31 | + <lastmod>2024-12-19</lastmod> |
| 32 | + <changefreq>weekly</changefreq> |
| 33 | + <priority>0.8</priority> |
| 34 | + </url> |
| 35 | + |
| 36 | + <!-- 방 코드로 입장하기 페이지 --> |
| 37 | + <url> |
| 38 | + <loc>http://클릭해줘.메인.한국/enter</loc> |
| 39 | + <lastmod>2024-12-19</lastmod> |
| 40 | + <changefreq>monthly</changefreq> |
| 41 | + <priority>0.7</priority> |
| 42 | + </url> |
| 43 | + |
| 44 | + <!-- 방 목록 페이지 --> |
| 45 | + <url> |
| 46 | + <loc>http://클릭해줘.메인.한국/room-list</loc> |
| 47 | + <lastmod>2024-12-19</lastmod> |
| 48 | + <changefreq>monthly</changefreq> |
| 49 | + <priority>0.7</priority> |
| 50 | + </url> |
| 51 | + |
| 52 | +</urlset> |
0 commit comments