<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the TrademoveItalia demo site.
  Production domain: trademove.it (same domain used for <link rel="canonical"> across index.html and annuncio.html).

  NOTE — individual listing pages (annuncio.html?id=...) are intentionally NOT listed here.
  Their content is dynamic, sourced live from Supabase at request time, so there is no
  fixed list of ids known when this file is written. Listing every id would require either
  a build step that queries Supabase before each deploy, or a Supabase Edge Function /
  serverless endpoint that generates this sitemap on request by reading the `listings`
  table directly. Both are out of scope for this static-hosting demo — revisit once the
  catalog is real and the number of listings justifies it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://trademove.it/index.html</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://trademove.it/index.html#annunci</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://trademove.it/index.html#valutazione</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://trademove.it/index.html#servizi</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://trademove.it/index.html#magazine</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
