<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable routes only - Admin/login surfaces are deliberately
  excluded (see robots.txt's Disallow and the noindex meta tag those views
  set). Update this whenever a new top-level route is added (the storefront
  itself is a one-page app - menu/gallery-preview/testimonials are sections
  on Index, not separate routes - so this isn't meant to enumerate content,
  just real distinct URLs. BakeryController.Gallery is one such real route,
  not a section, hence its own entry below).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://flavourfultwist.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://flavourfultwist.com/Bakery/Gallery</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://flavourfultwist.com/Legal/TermsOfService</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://flavourfultwist.com/Legal/PrivacyPolicy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
