<?xml version="1.0" encoding="UTF-8"?>
<!--
  RSL 1.0 (Really Simple Licensing) — https://rslstandard.org

  This states, in a form a crawler can parse, what robots.txt can only imply: RMDialer's public
  content is free to retrieve and quote when answering someone's question.

  What is granted:
    search      — classic indexing for a search results page.
    ai-input    — retrieval into an AI answer (AI Overviews, ChatGPT search, Perplexity, Claude).
                  This is the one that matters here: we want to be quoted, with attribution.
    ai-index    — inclusion in an index built to serve those answers.

  What is deliberately NOT listed: ai-train. Leaving it unlisted means neither granted nor forbidden,
  which is the honest position, bulk model-training use is a separate commercial decision for
  Wappblaster to make, and silence here does not pre-commit it either way.

  Payment is free, with no conditions attached. Restricting or charging would defeat the point.
-->
<rsl xmlns="https://rslstandard.org/rsl">
  <content url="https://rmdialer.com/">
    <license>
      <permits type="usage">search ai-input ai-index</permits>
      <payment type="free" />
    </license>
  </content>
</rsl>
