<!-- public/sitemap.xml -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mworxai.com/</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://mworxai.com/about</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://mworxai.com/services/process-automation</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://mworxai.com/services/predictive-analytics</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://mworxai.com/services/compliance-monitoring</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://mworxai.com/contact</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://mworxai.com/get-started</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>

<!-- Files that need to be created/uploaded separately: -->

<!-- public/favicon.ico -->
<!-- This needs to be an actual ICO file - a 32x32 or 16x16 pixel icon -->
<!-- You can generate this from the MworX AI logo -->

<!-- public/images/logo.png -->
<!-- Main logo file - should be the MworX AI logo in PNG format -->
<!-- Recommended size: 200x60 pixels for header use -->

<!-- public/images/logo-dark.png -->  
<!-- Dark version of the logo for dark backgrounds -->
<!-- Same dimensions as logo.png -->

<!-- public/images/og-home.jpg -->
<!-- Open Graph image for home page -->
<!-- Dimensions: 1200x630 pixels -->
<!-- Should include MworX AI branding and "AI Solutions for Insurance IMOs" text -->

<!-- public/images/admin-og.jpg -->
<!-- Open Graph image for admin panel -->
<!-- Dimensions: 1200x630 pixels -->

<!-- public/images/hero-bg.jpg -->
<!-- Background image for hero sections -->
<!-- Dimensions: 1920x1080 pixels -->
<!-- Should be a professional, tech-focused background -->

<!-- public/images/services/process-automation.jpg -->
<!-- Service page header image -->
<!-- Dimensions: 800x400 pixels -->
<!-- Should represent automation/workflow concepts -->

<!-- public/images/services/predictive-analytics.jpg -->
<!-- Service page header image -->
<!-- Dimensions: 800x400 pixels -->
<!-- Should represent data/analytics concepts -->

<!-- public/images/services/compliance-monitoring.jpg -->
<!-- Service page header image -->
<!-- Dimensions: 800x400 pixels -->
<!-- Should represent security/compliance concepts -->

<!-- public/videos/hero-demo.mp4 -->
<!-- Optional: Hero demonstration video -->
<!-- If not using external Vimeo embed -->
<!-- Recommended: 1920x1080, under 50MB, 30-60 seconds -->

<!-- Additional favicon files for modern browsers: -->

<!-- public/apple-touch-icon.png -->
<!-- Apple touch icon - 180x180 pixels -->

<!-- public/favicon-32x32.png -->
<!-- 32x32 pixel favicon -->

<!-- public/favicon-16x16.png -->
<!-- 16x16 pixel favicon -->

<!-- public/site.webmanifest -->
{
  "name": "MworX AI",
  "short_name": "MworX AI",
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png", 
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180", 
      "type": "image/png"
    }
  ],
  "theme_color": "#2196F3",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "/"
}

<!-- public/safari-pinned-tab.svg -->
<!-- Safari pinned tab icon - should be an SVG -->
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
  <g transform="translate(0,512) scale(0.1,-0.1)" fill="#2196F3" stroke="none">
    <path d="M2350 4850 c-25 -11 -54 -29 -65 -40 -20 -20 -20 -33 -20 -1250 0 -1217 0 -1230 20 -1250 25 -25 55 -25 80 0 20 20 20 33 20 615 l0 595 615 0 c582 0 617 1 637 18 25 21 25 59 0 80 -17 17 -55 18 -637 18 l-615 0 0 595 c0 582 -1 617 -18 637 -21 25 -59 25 -80 0z"/>
  </g>
</svg>