What the RSL license generator does
This tool creates a Really Simple Licensing (RSL) file that tells AI crawlers your terms, and the robots.txt line that points to it. Instead of a blunt allow-or-block, RSL lets you set a licence: allow AI search but block training, block all AI use, charge for training, or allow anything with attribution. Pick a preset, add your details, and download license.xml plus the robots.txt pairing. Everything is generated in your browser.
Why RSL matters
As AI systems consume the open web, publishers want more than on/off control, they want terms, and payment. RSL 1.0 (backed by Reddit, Yahoo, Medium, Quora, Cloudflare and others) is the emerging standard for exactly that: a machine-readable licence that AI-first crawlers are expected to read and honour. It completes the picture alongside robots.txt (access) and opt-out signals (training).
The presets
- Allow AI search, block AI training — stay citable in AI answers without feeding model training.
- Block all AI use — no AI training or use of your content.
- Charge for AI training — permit training only with payment, at your price.
- Free with attribution — any AI use allowed if they credit you.
How to install it
- Download the generated
license.xml. - Upload it to your site root so it's served at
yoursite.com/license.xml. - Add the License: line to your robots.txt so crawlers can find it.
Good to know
- RSL is young; like robots.txt it relies on crawler compliance, but making terms explicit strengthens your position.
- Verify the exact vocabulary against rslstandard.org before relying on it commercially.
- Pairs with the AI Crawler Access Checker and AI Training Opt-Out Kit.