<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, one per locale. Bulgarian sits at the root because Bulgaria
  is the priority market — root URL concentrates backlinks, social
  shares, and direct type-in traffic on the audience that matters most.
  Each carries a reciprocal hreflang block pointing at itself, the other
  locale, and x-default (which also points at the BG root). When
  sub-pages are added (e.g. /portfolio/appris, /en/portfolio/appris),
  each pair needs its own <url> entry here.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://urbansiteworks.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="bg" href="https://urbansiteworks.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://urbansiteworks.com/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://urbansiteworks.com/" />
  </url>
  <url>
    <loc>https://urbansiteworks.com/en/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="bg" href="https://urbansiteworks.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://urbansiteworks.com/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://urbansiteworks.com/" />
  </url>
</urlset>
