<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://w3.org"
        xmlns:image="http://google.com"
        xmlns:video="http://google.com">

  <!-- Example 1: A Standard Page with Images & Multilingual Alternates -->
  <url>
    <!-- REQUIRED: The exact, canonical URL of the page -->
    <loc>https://example.com</loc>
    
    <!-- HIGHLY RECOMMENDED: The exact date/time the page content last changed (ISO 8601) -->
    <lastmod>2026-08-15T19:30:00+00:00</lastmod>
    
    <!-- OPTIONAL (Ignored by Google, but used by some engines): Expected change frequency -->
    <changefreq>weekly</changefreq>
    
    <!-- OPTIONAL (Ignored by Google, but used by some engines): Priority relative to other pages (0.0 to 1.0) -->
    <priority>0.8</priority>

    <!-- SEO POWER MOVE: Internationalization (Hreflang) Tags -->
    <!-- Self-referencing link -->
    <xhtml:link rel="alternate" hreflang="en" href="https://example.com" />
    <!-- Alternate language variations -->
    <xhtml:link rel="alternate" hreflang="es" href="https://example.com" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://example.com" />
    <!-- Fallback version for all other regions -->
    <xhtml:link rel="alternate" hreflang="x-default" href="https://example.com" />

    <!-- SEO POWER MOVE: Integrated Image Sitemap Elements -->
    <image:image>
      <image:loc>https://example.com</image:loc>
      <image:title>The Ultimate Technical SEO Framework Diagram</image:title>
      <image:caption>A blueprint mapping out crawl budget and indexing optimization elements.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://example.com</image:loc>
      <image:title>Sitemap Hierarchy Tree Example</image:title>
    </image:image>
  </url>

  <!-- Example 2: A Page Optimized for Video Indexing -->
  <url>
    <loc>https://example.com</loc>
    <lastmod>2026-08-12</lastmod>

    <!-- SEO POWER MOVE: Integrated Video Sitemap Elements -->
    <video:video>
      <video:thumbnail_loc>https://example.com</video:thumbnail_loc>
      <video:title>Advanced Technical SEO Tutorial for 2026</video:title>
      <video:description>Learn how to optimize XML sitemaps, manage crawl budgets, and fix tricky indexing issues.</video:description>
      <video:content_loc>https://example.com</video:content_loc>
      <video:player_loc>https://example.com</video:player_loc>
      <video:duration>540</video:duration> <!-- Duration in seconds -->
      <video:view_count>14200</video:view_count>
      <video:publication_date>2026-08-12T09:00:00+00:00</video:publication_date>
      <video:family_friendly>yes</video:family_friendly>
      <video:live>no</video:live>
    </video:video>
  </url>

</urlset>
