<?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://philmorehost.com/</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ======================== -->
  <!--  WEB HOSTING             -->
  <!-- ======================== -->
  <url>
    <loc>https://philmorehost.com/cpanel-hosting.html</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://philmorehost.com/wordpress-hosting.html</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://philmorehost.com/school-management-system.html</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ======================== -->
  <!--  VPS & CLOUD             -->
  <!-- ======================== -->
  <url>
    <loc>https://philmorehost.com/cloud-vps-hosting.html</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://philmorehost.com/vps-linux-lxc.html</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://philmorehost.com/dedicated-servers.html</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ======================== -->
  <!--  RESELLER PROGRAM        -->
  <!-- ======================== -->
  <url>
    <loc>https://philmorehost.com/cpanel-reseller.html</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://philmorehost.com/master-reseller.html</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://philmorehost.com/alpha-reseller.html</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- ======================== -->
  <!--  OTHER SERVICES          -->
  <!-- ======================== -->
  <url>
    <loc>https://philmorehost.com/web-design.html</loc>
    <lastmod>2026-06-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>

<!--
  =====================================================
  DEPLOYMENT INSTRUCTIONS
  =====================================================

  1. Upload this file to your domain root:
       /public_html/sitemap.xml
     so it is accessible at:
       https://philmorehost.com/sitemap.xml

  2. Add this line to your robots.txt (also in root):
       Sitemap: https://philmorehost.com/sitemap.xml

  3. Submit to Google Search Console:
       https://search.google.com/search-console
       → Sitemaps → Enter "sitemap.xml" → Submit

  4. Submit to Bing Webmaster Tools:
       https://www.bing.com/webmasters
       → Sitemaps → Submit sitemap URL

  5. UPDATE <lastmod> dates whenever you modify a page.
     Use format: YYYY-MM-DD

  6. If you add new pages (e.g., a blog on the main domain),
     add new <url> blocks following the same pattern.
     Priority guide:
       1.0  = Homepage only
       0.9  = Primary service/product pages
       0.8  = Secondary service pages
       0.7  = Supporting pages (web design, about, etc.)
       0.5  = Blog posts (when moved to main domain)

  NOTE: blog.philmorehost.com is a separate subdomain.
  Once you move the blog to philmorehost.com/blog/,
  add each post as a <url> entry here with:
    <changefreq>never</changefreq> (after publish)
    <priority>0.5</priority>
  =====================================================
-->