<?xml version="1.0" encoding="UTF-8"?>
<!--
  SITEMAP.XML — SEO NOTE
  ──────────────────────
  The XML sitemap tells Google every page that exists on your site
  and how often they're updated. Submit this to Google Search Console
  at: search.google.com/search-console → Sitemaps → Add your sitemap URL
  
  Your sitemap URL will be: https://yoursite.com/sitemap.xml
  
  As you add new pages (city pages, blog posts, service pages),
  add a new <url> block here. Use:
    <priority>1.0</priority>  — for your homepage (most important)
    <priority>0.8</priority>  — for service and city pages
    <priority>0.6</priority>  — for blog posts
    <priority>0.4</priority>  — for less important pages (privacy, terms)
  
  <changefreq> options: always, hourly, daily, weekly, monthly, yearly, never
  For a business site, "monthly" for main pages and "weekly" for blogs is right.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage — most important, highest priority -->
  <url>
    <loc>https://realdealjunkremovals.com/</loc>
    <lastmod>2025-05-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Service pages — add these as you build them -->
  <!-- <url>
    <loc>https://realdealjunkremovals.com/services/furniture-removal/</loc>
    <lastmod>2025-05-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url> -->

  <!-- City/location pages — add these as you build them -->
  <!-- <url>
    <loc>https://realdealjunkremovals.com/junk-removal-white-plains-ny/</loc>
    <lastmod>2025-05-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url> -->

</urlset>
