<?xml version="1.0" encoding="UTF-8"?>
<!--
  STATIC SITEMAP FALLBACK
  The live sitemap is served dynamically via /api/sitemap (see vercel.json rewrite).
  This file exists as a build-time fallback only.
  The dynamic sitemap includes all blog posts from the database.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage -->
  <url>
    <loc>https://www.localcooks.ca/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://www.localcooks.ca/" />
    <image:image>
      <image:loc>https://www.localcooks.ca/chef.png</image:loc>
      <image:title>Local chef cooking authentic homemade meals in St. John's, Newfoundland</image:title>
    </image:image>
    <image:image>
      <image:loc>https://www.localcooks.ca/logo-lc.png</image:loc>
      <image:title>LocalCooks Logo</image:title>
    </image:image>
  </url>

  <!-- Blog -->
  <url>
    <loc>https://www.localcooks.ca/blog</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://www.localcooks.ca/blog" />
  </url>

  <!-- Contact -->
  <url>
    <loc>https://www.localcooks.ca/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://www.localcooks.ca/contact" />
  </url>

  <!-- For Chefs (subdomain) -->
  <url>
    <loc>https://chef.localcooks.ca/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://chef.localcooks.ca/" />
  </url>

  <!-- For Kitchen Owners (subdomain) -->
  <url>
    <loc>https://kitchen.localcooks.ca/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://kitchen.localcooks.ca/" />
  </url>

  <!-- Terms of Service -->
  <url>
    <loc>https://www.localcooks.ca/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://www.localcooks.ca/terms" />
  </url>

  <!-- Privacy Policy -->
  <url>
    <loc>https://www.localcooks.ca/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://www.localcooks.ca/privacy" />
  </url>

</urlset>

