RSL Generator

Create machine-readable licensing terms for your digital content

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 content
Set Pricing
Monetize crawls and usage
AI Permissions
Control AI training rights

Configure Your License

Use / for entire site, or specify paths with wildcards (*)

Generated RSL Code

Click "Generate RSL Code" to create your license...

Implementation Guide

How to use your generated RSL code:

  1. Save the generated XML as rsl.xml in your website's root directory
  2. Add this line to your robots.txt file:
    License: https://yourdomain.com/rsl.xml
  3. Alternatively, add to your HTML <head>:
    <link rel="license" type="application/rsl+xml" href="/rsl.xml">

For more implementation options, see the RSL specification.