﻿<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap Index for requestnotes.com
  ====================================
  This file is a sitemap index. It references:
    1. sitemaps/website.xml  — core website pages, domain & subdomain landing pages, legacy SPA roots
    2. One sub-sitemap per notes app (each app owns its own sitemap.xml)

  Rules (see workers/agents/*/Notes/SEO.md):
    - <lastmod> only — no <changefreq>, no <priority>
    - No fragment (#anchor) URLs anywhere
    - All slugs lowercase kebab-case
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Core website pages (landing pages, subdomain pages, legacy SPA roots) -->
  <sitemap>
    <loc>https://requestnotes.com/sitemaps/website.xml</loc>
  </sitemap>

  <!-- Tech Notes Apps -->
  <sitemap>
    <loc>https://requestnotes.com/domain/tech/ai-tools/prompt-engineering/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/tech/testing/testng-notes/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/tech/testing/selenium-notes/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/tech/testing/rest-assured/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/tech/testing/cucumber-notes/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/tech/cloud/AWSLambda/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/tech/devops/docker/sitemap.xml</loc>
  </sitemap>

  <!-- Finance / Investing Notes Apps -->
  <sitemap>
    <loc>https://requestnotes.com/domain/finance/investment/systematic-investment-plan/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/finance/investment/mutual-funds/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/finance/investment/stock-market-fundamentals/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/finance/investment/insurance/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/finance/investment/credit-score/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/finance/investment/portfolio-management/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/finance/investment/retirement-planning/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://requestnotes.com/domain/finance/investment/fundamental-analysis/sitemap.xml</loc>
  </sitemap>

</sitemapindex>