<?xml version="1.0" encoding="UTF-8"?>
<!--
  NLWeb Schema Feeds index for nichify.app.
  See: https://nlweb.ai/schema-feeds

  Each <feed> entry points to a structured data feed (JSON-LD) that agents
  can fetch directly, bypassing HTML parsing. Feeds are declared per-language
  when the resource has localised copy (e.g. FAQPage).
-->
<schemamap xmlns="https://nlweb.ai/schemas/schemamap/1.0">
  <feed>
    <loc>https://nichify.app/feeds/product.jsonld</loc>
    <type>application/ld+json</type>
    <schemaType>Product</schemaType>
    <description>Nichify product schema: offers, tiers, features, audience.</description>
    <lastmod>2026-04-18</lastmod>
    <inLanguage>en</inLanguage>
  </feed>
  <feed>
    <loc>https://nichify.app/feeds/organization.jsonld</loc>
    <type>application/ld+json</type>
    <schemaType>Organization</schemaType>
    <description>Nichify organization profile with contact, legal, and brand info.</description>
    <lastmod>2026-04-18</lastmod>
    <inLanguage>en</inLanguage>
  </feed>
  <feed>
    <loc>https://nichify.app/feeds/faq.jsonld</loc>
    <type>application/ld+json</type>
    <schemaType>FAQPage</schemaType>
    <description>FAQ entries (English, canonical). Accept-Language negotiation available on this path.</description>
    <lastmod>2026-04-18</lastmod>
    <inLanguage>en</inLanguage>
  </feed>
  <feed>
    <loc>https://nichify.app/feeds/faq.fr.jsonld</loc>
    <type>application/ld+json</type>
    <schemaType>FAQPage</schemaType>
    <description>FAQ entries in French.</description>
    <lastmod>2026-04-18</lastmod>
    <inLanguage>fr</inLanguage>
  </feed>
  <feed>
    <loc>https://nichify.app/feeds/faq.de.jsonld</loc>
    <type>application/ld+json</type>
    <schemaType>FAQPage</schemaType>
    <description>FAQ entries in German.</description>
    <lastmod>2026-04-18</lastmod>
    <inLanguage>de</inLanguage>
  </feed>
  <feed>
    <loc>https://nichify.app/feeds/faq.nl.jsonld</loc>
    <type>application/ld+json</type>
    <schemaType>FAQPage</schemaType>
    <description>FAQ entries in Dutch.</description>
    <lastmod>2026-04-18</lastmod>
    <inLanguage>nl</inLanguage>
  </feed>
</schemamap>
