Protect your content rights in the AI era
RSL is an open standard that lets publishers define machine-readable licensing terms for their content, including attribution, pay per crawl, and pay per inference compensation.
<rsl xmlns="https://rslstandard.org/rsl">
<content url="/">
<license>
<permits type="usage">train-ai</permits>
<payment type="subscription">
<!-- Using content for AI training requires custom license -->
<custom>https://your-website.com/contact-form.html</custom>
</payment>
</license>
</content>
</rsl>
<rsl xmlns="https://rslstandard.org/rsl">
<content url="/">
<license>
<permits type="usage">all</permits>
<payment type="attribution">
<!-- Content available under CC attribution license -->
<standard>https://creativecommons.org/licenses/by/4.0/</standard>
</payment>
</license>
</content>
</rsl>