<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  
  <!-- Homepage (Highest priority, often the first page Google crawls) -->
  <url>
    <loc>https://www.vetrion.com/</loc> <!-- Home page URL -->
    <lastmod>2025-01-09</lastmod> <!-- Last modified date (use the actual date of the page's last update) -->
    <changefreq>daily</changefreq> <!-- Frequency of updates -->
    <priority>1.00</priority> <!-- Highest priority for the homepage -->
  </url>

  <!-- About Us page (Important page, but lower priority than homepage) -->
  <url>
    <loc>https://www.vetrion.com/about</loc>
    <lastmod>2025-01-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.80</priority>
  </url>

  <!-- Contact Us Page -->
  <url>
    <loc>https://www.vetrion.com/contact</loc>
    <lastmod>2025-01-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.70</priority>
  </url>

  <!-- Services Page -->
  <url>
    <loc>https://www.vetrion.com/digital-transformation-capabilities</loc>
    <lastmod>2025-01-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.90</priority>
  </url>

  <!-- Main Category Pages (E.g., Products or Services offered by Vetrion) -->
  <url>
    <loc>https://www.vetrion.com/recruitment-services</loc> <!-- Example of a product category page -->
    <lastmod>2025-01-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.80</priority>
  </url>

  <!-- Specific Service or Product Page -->
  <url>
    <loc>https://www.vetrion.com/services/veterinary-care/</loc> <!-- Example of a specific service -->
    <lastmod>2025-01-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.75</priority>
  </url>

  <!-- Privacy Policy Page -->
  <url>
    <loc>https://www.vetrion.com//privacy-notice</loc>
    <lastmod>2025-01-02</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.50</priority>
  </url>

  <!-- Terms of Service Page -->
  <url>
    <loc>https://www.vetrion.com/terms-and-conditions</loc>
    <lastmod>2025-01-03</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.50</priority>
  </url>


</urlset>
