<?xml version="1.0" encoding="UTF-8"?>
<!--
  Familiora — sitemap.xml
  Protocol: https://www.sitemaps.org/protocol.html
  Submit to: https://search.google.com/search-console
  Last updated: 2026-07-05

  HOW TO ADD PAGES
  ─────────────────────────────────────────────────────────
  Copy the <url> block below and paste it before </urlset>.
  Guidelines:
    <loc>        Full absolute URL. Must match canonical href in <head>.
    <lastmod>    ISO 8601 date (YYYY-MM-DD). Update when content changes.
    <changefreq> Hint only — Google may ignore. Use: always | hourly |
                 daily | weekly | monthly | yearly | never
    <priority>   0.1–1.0 relative to other URLs on this site.
                 1.0 = homepage, 0.8 = important pages, 0.5 = standard.

  EXAMPLE — add privacy:
  ─────────────────────────────────────────────────────────
  <url>
    <loc>https://familiora.com/privacy</loc>
    <lastmod>2026-07-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  EXAMPLE — add terms:
  ─────────────────────────────────────────────────────────
  <url>
    <loc>https://familiora.com/terms</loc>
    <lastmod>2026-07-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  EXAMPLE — add contact.html:
  ─────────────────────────────────────────────────────────
  <url>
    <loc>https://familiora.com/contact.html</loc>
    <lastmod>2026-07-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  EXAMPLE — add a blog section later:
  ─────────────────────────────────────────────────────────
  <url>
    <loc>https://familiora.com/blog/home-nursing-guide</loc>
    <lastmod>2026-07-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

  <!-- ── Homepage ─────────────────────────────────────── -->
  <url>
    <loc>https://familiora.com/</loc>
    <lastmod>2026-07-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ── Legal pages ──────────────────────────────────── -->
  <url>
    <loc>https://familiora.com/privacy</loc>
    <lastmod>2026-07-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://familiora.com/terms</loc>
    <lastmod>2026-07-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!--
  ── Add new pages below this line ──────────────────────

  <url>
    <loc>https://familiora.com/contact.html</loc>
    <lastmod>2026-07-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  -->

</urlset>
