<?xml version="1.0" encoding="UTF-8"?>
<!-- Two URLs, because there are two pages. It grows when the SSR layer of
     ADR-0008 lands and starts generating /tr/masaj/:city and /tr/salon/:slug
     from the published organizations.

     /isletmeler without a trailing slash: nginx resolves it to
     isletmeler/index.html through `try_files $uri $uri/`, and that is the form
     the page's own <link rel="canonical"> names. Listing both would offer a
     crawler two URLs for one document.

     No <lastmod>. It is optional in the protocol, and a hardcoded date that
     stops matching the file is worse for a crawler than no date at all. When
     the sitemap is generated rather than written, it gets a real one. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://masajagit.com/</loc>
  </url>
  <url>
    <loc>https://masajagit.com/isletmeler</loc>
  </url>
</urlset>
