<?xml version="1.0" encoding="UTF-8"?>
<!--
  FrescoStar sitemap.xml
  Reference: https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap
  Update lastmod on every production build: see AGENTS.md "SEO > Refresh sitemap".

  NOTE on hreflang:
  Currently FrescoStar is a single-page Angular app where ES/EN is toggled
  client-side via a querystring. The ?lang=es variant is declared here so
  Google picks up the Spanish content after hydration. If/when separate
  /es/* routes are added, replace these entries accordingly.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!-- ================= HOME (EN default) ================= -->
  <url>
    <loc>https://frescostar.com/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://frescostar.com/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://frescostar.com/?lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://frescostar.com/" />
    <image:image>
      <image:loc>https://frescostar.com/review-google-stand.jpg</image:loc>
      <image:caption>FrescoStar NFC + QR Stand protecting Google reviews</image:caption>
      <image:title>FrescoStar Smart Shield</image:title>
    </image:image>
    <image:image>
      <image:loc>https://frescostar.com/frescostar_stand.jpg</image:loc>
      <image:caption>FrescoStar stand in use at a local business</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://frescostar.com/hair-salad.jpg</image:loc>
      <image:caption>FrescoStar review collection at a hair salon</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://frescostar.com/logo.svg</image:loc>
      <image:caption>FrescoStar logo</image:caption>
    </image:image>
  </url>

  <!-- ================= HOME (ES variant) ================= -->
  <url>
    <loc>https://frescostar.com/?lang=es</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://frescostar.com/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://frescostar.com/?lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://frescostar.com/" />
  </url>

  <!-- ================= LEGAL / SUPPORT PAGES ================= -->
  <!-- These are query-string blocks (?legal=<page>) — kept here so Google
       indexes them as distinct documents. Each is linked from the footer. -->

  <url>
    <loc>https://frescostar.com/?legal=faq</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://frescostar.com/?legal=faq" />
    <xhtml:link rel="alternate" hreflang="es" href="https://frescostar.com/?legal=faq&amp;lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://frescostar.com/?legal=faq" />
  </url>

  <url>
    <loc>https://frescostar.com/?legal=contact</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://frescostar.com/?legal=contact" />
    <xhtml:link rel="alternate" hreflang="es" href="https://frescostar.com/?legal=contact&amp;lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://frescostar.com/?legal=contact" />
  </url>

  <url>
    <loc>https://frescostar.com/?legal=warranty</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://frescostar.com/?legal=warranty" />
    <xhtml:link rel="alternate" hreflang="es" href="https://frescostar.com/?legal=warranty&amp;lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://frescostar.com/?legal=warranty" />
  </url>

  <url>
    <loc>https://frescostar.com/?legal=terms</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://frescostar.com/?legal=terms" />
    <xhtml:link rel="alternate" hreflang="es" href="https://frescostar.com/?legal=terms&amp;lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://frescostar.com/?legal=terms" />
  </url>

  <url>
    <loc>https://frescostar.com/?legal=privacy</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://frescostar.com/?legal=privacy" />
    <xhtml:link rel="alternate" hreflang="es" href="https://frescostar.com/?legal=privacy&amp;lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://frescostar.com/?legal=privacy" />
  </url>

  <url>
    <loc>https://frescostar.com/?legal=cookies</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://frescostar.com/?legal=cookies" />
    <xhtml:link rel="alternate" hreflang="es" href="https://frescostar.com/?legal=cookies&amp;lang=es" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://frescostar.com/?legal=cookies" />
  </url>

</urlset>
