<?xml version="1.0" encoding="UTF-8"?>
<!-- The two public pages: English at the root, Turkish at /tr. Each entry names the other as its
     hreflang alternate, so neither is read as a duplicate of the other. Account screens are not
     listed — they need a session and are disallowed in robots.txt. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://peoplestitch.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://peoplestitch.com/"/>
    <xhtml:link rel="alternate" hreflang="tr" href="https://peoplestitch.com/tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://peoplestitch.com/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://peoplestitch.com/tr</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://peoplestitch.com/"/>
    <xhtml:link rel="alternate" hreflang="tr" href="https://peoplestitch.com/tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://peoplestitch.com/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
