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
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 to your HTML
<head>:<link rel="license" type="application/rsl+xml" href="/rsl.xml">
For more implementation options, see the RSL specification.