<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">

    <!-- Homepage -->
    <url>
        <loc>https://startupbook.org/</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Main Category Pages -->
    <url>
        <loc>https://startupbook.org/guides</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc>https://startupbook.org/books</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc>https://startupbook.org/resources</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Static Pages -->
    <url>
        <loc>https://startupbook.org/about</loc>
        <lastmod>2024-01-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <url>
        <loc>https://startupbook.org/contact</loc>
        <lastmod>2024-01-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Article Pages - Featured Articles -->
    <url>
        <loc>https://startupbook.org/guides/how-to-validate-startup-idea</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://startupbook.org/guides/fundraising-guide-for-first-time-founders</loc>
        <lastmod>2024-01-12</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://startupbook.org/guides/building-mvp-in-2024</loc>
        <lastmod>2024-01-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Article Pages - Latest Guides -->
    <url>
        <loc>https://startupbook.org/guides/startup-legal-checklist</loc>
        <lastmod>2024-01-08</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://startupbook.org/guides/growth-hacking-strategies</loc>
        <lastmod>2024-01-05</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://startupbook.org/guides/startup-metrics-guide</loc>
        <lastmod>2024-01-03</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://startupbook.org/guides/saas-pricing-models</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://startupbook.org/guides/remote-team-management</loc>
        <lastmod>2023-12-28</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!--
        INSTRUCTIONS FOR ADDING MORE PAGES:

        1. For each new page, add a <url> block with:
           - <loc>: Full URL of the page
           - <lastmod>: Last modification date (YYYY-MM-DD format)
           - <changefreq>: How often the page changes (always, hourly, daily, weekly, monthly, yearly, never)
           - <priority>: Importance relative to other pages (0.0 to 1.0)

        2. Priority guidelines:
           - 1.0: Homepage
           - 0.8-0.9: Main category/section pages
           - 0.6-0.8: Important articles, popular guides
           - 0.4-0.6: Standard articles
           - 0.3-0.4: Less important pages

        3. Changefreq guidelines:
           - daily: Homepage, news sections
           - weekly: Category pages, frequently updated content
           - monthly: Articles, guides (updated occasionally)
           - yearly/never: Static pages like About, Terms

        4. For large sites (50+ pages), consider using a sitemap index file
           that references multiple sitemap files organized by category.

        5. Keep sitemap files under 50MB and 50,000 URLs per file.

        6. Update this file whenever you add, modify, or remove pages.

        7. Submit your sitemap to Google Search Console and Bing Webmaster Tools.

        Example for adding a new article:

        <url>
            <loc>https://startupbook.org/guides/[article-slug]</loc>
            <lastmod>2024-01-15</lastmod>
            <changefreq>monthly</changefreq>
            <priority>0.7</priority>
        </url>
    -->

</urlset>
