<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, one per locale. Each carries a reciprocal hreflang block
  pointing at itself, the other locale, and x-default. When sub-pages
  are added (e.g. /portfolio/appris, /bg/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="en" href="https://urbansiteworks.com/" />
    <xhtml:link rel="alternate" hreflang="bg" href="https://urbansiteworks.com/bg/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://urbansiteworks.com/" />
  </url>
  <url>
    <loc>https://urbansiteworks.com/bg/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://urbansiteworks.com/" />
    <xhtml:link rel="alternate" hreflang="bg" href="https://urbansiteworks.com/bg/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://urbansiteworks.com/" />
  </url>
</urlset>
