<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============================================================
  sitemap.xml — moshe-plumbing.online
  Last updated: 2026-04-07
  Standard: sitemaps.org protocol v0.9 + Google Image extension
  Ref: https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap
       https://sitemaps.org/protocol.html
  Notes:
    • <priority> and <changefreq> are IGNORED by Google (confirmed 2024).
      They are included here for Bing and Yandex compatibility only.
    • <lastmod> must use W3C Datetime (YYYY-MM-DD) — verified accurate.
    • Only canonical, indexable URLs are included.
    • UTF-8 encoded. All URLs are absolute.
  ============================================================
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">
 
  <!-- ══ PAGE 1: HOMEPAGE (highest priority) ══════════════════ -->
  <!--
    The homepage is the primary landing page and the only
    canonical URL for this single-page application.
    All anchor sections (#services, #why-us, etc.) are
    fragments of this URL — NOT separate pages.
  -->
  <url>
    <loc>https://moshe-plumbing.online/</loc>
    <lastmod>2026-04-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
 
    <!-- Google Image Extension: Logo -->
    <image:image>
      <image:loc>https://moshe-plumbing.online/android-chrome-512x512.png</image:loc>
      <image:title>לוגו משה פתרונות אינסטלציה</image:title>
      <image:caption>משה פתרונות אינסטלציה — מומחה אינסטלציה בבית שמש והסביבה</image:caption>
    </image:image>
 
    <!-- hreflang: Hebrew (Israel) — single language site -->
    <xhtml:link
      rel="alternate"
      hreflang="he-IL"
      href="https://moshe-plumbing.online/"/>
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://moshe-plumbing.online/"/>
  </url>
 
</urlset>