<?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 -->
  <url>
    <loc>https://hahnehomeophysicians.com/</loc>
    <lastmod>2026-02-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Medicines Listing Page -->
  <url>
    <loc>https://hahnehomeophysicians.com/medicines</loc>
    <lastmod>2026-02-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Guest Appointment Booking -->
  <url>
    <loc>https://hahnehomeophysicians.com/book-appointment</loc>
    <lastmod>2026-02-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- About Us Page -->
  <url>
    <loc>https://hahnehomeophysicians.com/about</loc>
    <lastmod>2026-02-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Treatments Page -->
  <url>
    <loc>https://hahnehomeophysicians.com/treatments</loc>
    <lastmod>2026-02-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Blogs Page -->
  <url>
    <loc>https://hahnehomeophysicians.com/blogs</loc>
    <lastmod>2026-02-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Contact Us Page -->
  <url>
    <loc>https://hahnehomeophysicians.com/contact</loc>
    <lastmod>2026-02-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 
    Individual Medicine Pages & Doctor Profiles
    
    Note: This sitemap contains static public routes only.
    For dynamic pages (/medicine/:id and /doctor/:id), you should:
    
    1. Generate a dynamic sitemap using a build script that fetches all IDs
    2. Or use a sitemap index file that references multiple sitemaps
    3. Or implement server-side sitemap generation
    
    To add individual medicine pages, uncomment and replicate the template below:
    
    <url>
      <loc>https://hahnehomeophysicians.com/medicine/MEDICINE_ID</loc>
      <lastmod>2026-02-06</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
    </url>
    
    For doctor profiles:
    <url>
      <loc>https://hahnehomeophysicians.com/doctor/DOCTOR_ID</loc>
      <lastmod>2026-02-06</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
    </url>
    
    Example for automated generation:
    - Create a script in package.json: "generate-sitemap": "node scripts/generate-sitemap.js"
    - Fetch all medicine/doctor IDs from your database/API
    - Generate sitemap.xml dynamically during build process
    - Run before deployment: npm run generate-sitemap && npm run build
  -->

</urlset>
