<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="sitemap-style.xsl"?>
<!--
  ╔══════════════════════════════════════════════════════════════════╗
  ║   TheDigitalFriends.com — Master Sitemap Index                  ║
  ║   Last updated: 2026-04-03                                      ║
  ║   Spec: https://www.sitemaps.org/protocol.html                  ║
  ║                                                                  ║
  ║   SEO-optimized for:                                            ║
  ║   • Google, Bing, Yandex, DuckDuckGo crawlers                   ║
  ║   • Google News, Google Images                                  ║
  ║   • Hreflang (en + hi) for multilingual support                 ║
  ║   • Human visitors via beautiful XSLT styling                   ║
  ║   • IndexNow instant indexing protocol                          ║
  ╚══════════════════════════════════════════════════════════════════╝

  NOTE: <sitemapindex> spec allows only <loc> and <lastmod> per <sitemap>.
  <changefreq> and <priority> are NOT valid here — removed per spec.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                https://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd">

  <!-- 1. Static pages — homepage, brands, articles listing, tools, legal -->
  <sitemap>
    <loc>https://thedigitalfriends.com/sitemap-static.xml</loc>
    <lastmod>2026-04-03T00:00:00+05:30</lastmod>
  </sitemap>

  <!-- 2. Dynamic Device pages — auto-generated from devices table (with images) -->
  <sitemap>
    <loc>https://thedigitalfriends.com/sitemap-devices.php</loc>
    <lastmod>2026-04-03T00:00:00+05:30</lastmod>
  </sitemap>

  <!-- 3. Dynamic Article/Blog pages — auto-generated from posts table -->
  <sitemap>
    <loc>https://thedigitalfriends.com/sitemap-articles.php</loc>
    <lastmod>2026-04-03T00:00:00+05:30</lastmod>
  </sitemap>

  <!-- 4. Dynamic Brand pages — auto-generated from devices table -->
  <sitemap>
    <loc>https://thedigitalfriends.com/sitemap-brands.php</loc>
    <lastmod>2026-04-03T00:00:00+05:30</lastmod>
  </sitemap>

  <!-- 5. Google News Sitemap — only articles published in last 48 hours -->
  <sitemap>
    <loc>https://thedigitalfriends.com/sitemap-news.php</loc>
    <lastmod>2026-04-03T00:00:00+05:30</lastmod>
  </sitemap>

  <!-- 6. Dedicated Image Sitemap — device photos for Google Images -->
  <sitemap>
    <loc>https://thedigitalfriends.com/sitemap-images.php</loc>
    <lastmod>2026-04-03T00:00:00+05:30</lastmod>
  </sitemap>

</sitemapindex>