<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index for Wedding Experts. References:
    - /sitemap-pages.xml ............ static public pages, per-locale (/el + /en)
                                      with xhtml:link hreflang (this repo).
    - /api/sitemap-professionals.xml  vendor profiles. CONTRACT: must emit BOTH
                                      /el/profile/:slug AND /en/profile/:slug, each
                                      <url> carrying xhtml:link hreflang el/en/
                                      x-default(-> /el). (Backend sitemap workstream.)
    - /api/sitemap-blog.xml ......... blog posts. Blog machine-translation is
                                      DEFERRED (locked decision 14): emit each post
                                      under its own language's prefix only (a Greek
                                      post -> /el/blog/:slug, NO /en alternate yet),
                                      so do NOT cross-link hreflang for blog until EN
                                      blog content exists.
    - /api/sitemap-search.xml ....... SEO search landing pages: /search/:category and
                                      /search/:category/:location, per-locale with
                                      hreflang. The location slugs are NOT free text:
                                      the search page re-geocodes them on load, so a
                                      slug that does not resolve canonicalises away the
                                      location. They live in the backend's
                                      SearchSitemapTargets, which documents how to
                                      verify a new one.
  The /api/* sitemaps are produced at runtime by the backend so newly published
  profiles/posts are discoverable without a frontend redeploy.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://theweddingexperts.gr/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://theweddingexperts.gr/api/sitemap-professionals.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://theweddingexperts.gr/api/sitemap-blog.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://theweddingexperts.gr/api/sitemap-search.xml</loc>
  </sitemap>
</sitemapindex>
