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

  Machine-readable usage terms for AI crawlers, search engines and other
  automated systems accessing languvi.com.

  Summary (see llms.txt / llms-tr.txt for the human-readable policy):
    - Search indexing and AI citation/retrieval (RAG) of this content is
      permitted, with attribution back to languvi.com.
    - Using this content to train AI models is NOT permitted without a
      separate licensing agreement.
    - This file does not license the reproduction or resale of Languvi's
      translation services themselves.

  Discovery: referenced via <link rel="license" type="application/rsl+xml">
  in the root <head> (see app/layout.js) and via the Link response header
  (see next.config.mjs).
-->
<rsl xmlns="https://rslstandard.org/rsl" max-age="30">
  <content url="/">
    <license>
      <permits type="usage">search ai-input ai-index</permits>
      <prohibits type="usage">ai-train</prohibits>
      <payment type="attribution" />
      <legal type="contact">info@languvi.com</legal>
    </license>
    <copyright type="organization" contactEmail="info@languvi.com" contactUrl="https://www.languvi.com/contact">Languvi</copyright>
    <terms>https://www.languvi.com/terms</terms>
  </content>
</rsl>
