<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- トップページ -->
    <url>
        <loc>https://oopsyfy.com/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 新規登録 -->
    <url>
        <loc>https://oopsyfy.com/register</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- ログイン -->
    <url>
        <loc>https://oopsyfy.com/login</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- プラン登録 -->
    <url>
        <loc>https://oopsyfy.com/upgrade</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- パスワードリセット -->
    <url>
        <loc>https://oopsyfy.com/reset-password</loc>
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>
</urlset>
