What is RSL?
Really Simple Licensing (RSL) is an open, XML-based standard that enables you to define machine-readable usage, licensing, and legal terms for your digital content. Control how AI systems, web crawlers, and automated agents access and use your work.
Control Access
Define who can use your contentSet Pricing
Monetize crawls and usageAI Permissions
Control AI training rightsConfigure Your License
Generated RSL Code
Click "Generate RSL Code" to create your license...Implementation Guide
Use the generated RSL file in the places automated systems are most likely to discover and honour it.
How to use your generated RSL code:
- Save the generated XML as
rsl.xmlin your website's root directory - Add this line to your
robots.txtfile:License: https://yourdomain.com/rsl.xml - Alternatively, add this to your HTML
<head>:<link rel="license" type="application/rsl+xml" href="/rsl.xml">
For more implementation options, see the RSL specification.
RSL FAQs
Key points about what Really Simple Licensing is and how this generator helps you publish it.
Really Simple Licensing (RSL) is a machine-readable XML standard for declaring usage, licensing, and access terms for digital content.
It is intended to help publishers express clear rules for AI systems, crawlers, search tools, and other automated clients.
No. The generator creates the RSL XML, but you still need to publish it and reference it correctly.
Whether a crawler honours the policy depends on that client actually recognising and following the RSL standard.
The most common approach is to save it as `rsl.xml` in your site root and then reference it from `robots.txt` or your page head.
That makes discovery easier for automated systems that support the standard.
Yes. The tool supports content URL patterns so you can express different permissions and payment rules for different paths or asset groups.
That is useful when some sections are freely usable and others require attribution, payment, or stronger restrictions.
No. The generator helps you produce structured XML based on your choices, but it does not confirm that your licensing or legal position is suitable for your jurisdiction or business model.
You should review important terms, enforcement assumptions, and commercial models with appropriate legal or policy advice where necessary.