<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  Sitemap for Metro Consult Limited
  
  This sitemap helps search engines discover and index all pages on the website.
  Submit this sitemap to Google Search Console and Bing Webmaster Tools.
  
  Priority Guidelines:
  - 1.0 = Most important (homepage)
  - 0.9 = Very important (main service pages)
  - 0.8 = Important (about, contact)
  - 0.7 = Less important (team, blog)
  - 0.5 = Least important (individual profiles, archives)
  
  Changefreq Guidelines:
  - daily = Content changes daily (news, blog)
  - weekly = Content changes weekly (homepage, main pages)
  - monthly = Content changes monthly (service pages, about)
  - yearly = Content rarely changes (legal pages, terms)
  
  TODO: Replace metroconsultlimited.com with actual domain before deployment
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage - Highest priority, changes weekly -->
  <url>
    <loc>https://metroconsultlimited.com/</loc>
    <lastmod>2025-01-09</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- About page - Important company information -->
  <url>
    <loc>https://metroconsultlimited.com/about</loc>
    <lastmod>2025-01-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Service pages - Very important for business (high conversion pages) -->
  <url>
    <loc>https://metroconsultlimited.com/technical-services</loc>
    <lastmod>2025-01-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>https://metroconsultlimited.com/carbon-services</loc>
    <lastmod>2025-01-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>https://metroconsultlimited.com/compliance-services</loc>
    <lastmod>2025-01-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Team page - Important for building trust -->
  <url>
    <loc>https://metroconsultlimited.com/team</loc>
    <lastmod>2025-01-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- 
    TODO: Add individual team member profile pages if they exist
    Example:
    <url>
      <loc>https://metroconsultlimited.com/team/john-doe</loc>
      <lastmod>2025-01-09</lastmod>
      <changefreq>yearly</changefreq>
      <priority>0.5</priority>
    </url>
  -->
</urlset>