<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    
    <!-- Homepage - Highest Priority -->
    <url>
        <loc>https://itsnothingpersonal.com/</loc>
        <lastmod>2025-11-24</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- About Page - High Priority -->
    <url>
        <loc>https://itsnothingpersonal.com/about.php</loc>
        <lastmod>2025-11-24</lastmod>
        <changefreq>quarterly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Contact Page - Important for Users -->
    <url>
        <loc>https://itsnothingpersonal.com/contact.php</loc>
        <lastmod>2025-11-24</lastmod>
        <changefreq>quarterly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Resources Page - Valuable Content -->
    <url>
        <loc>https://itsnothingpersonal.com/resources.php</loc>
        <lastmod>2025-11-24</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Legal Pages - Lower Priority but Necessary -->
    <url>
        <loc>https://itsnothingpersonal.com/privacy.php</loc>
        <lastmod>2025-11-24</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <url>
        <loc>https://itsnothingpersonal.com/terms.php</loc>
        <lastmod>2025-11-24</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <!-- External Product Link (Amazon) - Optional -->
    <url>
        <loc>https://itsnothingpersonal.com/go/book</loc>
        <lastmod>2025-11-24</lastmod>
        <changefreq>never</changefreq>
        <priority>0.3</priority>
    </url>
    
</urlset>