<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three pages, and only the first two are a pair: the home page exists in English and in
  Romanian and each names the other, which is what the hreflang blocks below say. The CodeNews
  page is English only, so it names nobody.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://www.codebldr.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.codebldr.com/"/>
    <xhtml:link rel="alternate" hreflang="ro" href="https://www.codebldr.com/ro/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.codebldr.com/"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.codebldr.com/ro/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.codebldr.com/"/>
    <xhtml:link rel="alternate" hreflang="ro" href="https://www.codebldr.com/ro/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.codebldr.com/"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.codebldr.com/projects/codenews</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
