# Metadata Binding

## Options for Binding Rightsholders' Preferences

When it comes to managing rightsholders' preferences for TDM in a machine-readable way, in principle, three different attachment mechanisms are discussed:&#x20;

1. **Location or domain-based metadata binding**: rightsholders' preferences for web-published content are included in robots.txt-file or in HTML/HTTP metadata of the domain, e.g. Robots.txt;
2. **Asset-based metadata binding**: provenance metadata – including rightsholders' preferences – is embedded directly into the media file, e.g. C2PA.org.
3. **Registry-based metadata binding**: ISCC fingerprints and preferences is submitted to publicly accessible registries.&#x20;

<figure><img src="/files/4ebnIPkX4XwocsMKXaAd" alt=""><figcaption></figcaption></figure>

## Why Do We Need Opt-Out Registries?

* Embedded metadata is removed from the media file.
* Content is altered or manipulated, compressed or converted into a different file format – which is where methods based on cryptographic hashing fail.
* When content is already distributed, shared and part of training sets, metadata cannot be embedded.
* Content is shared on websites beyond the rightsholder's control, e.g. on social media, so a domain-based approach cannot be applied.
* A lot of content is not publicly accessible on web domains.
* Watermarks or steganographic data can be removed from media files.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tdmai.org/metadata-binding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
