Refuse or allow ai browsing

Forbid your entire website to AI :

# /.well-known/tdmrep.json
[
  {
  "location": "/",
  "tdm-reservation": 1
  }
]

The parameter tdm-reservation (value = 1) tells the ai that this website has right reserved, to do the opposite just pass the value to 0.

Allow your website under certain conditions :

# /.well-known/tdmrep.json
[
  {
  "location": "/",
  "tdm-reservation": 1
  "tdm-policy":"https://provider.com/policies/policy.json"
  }
]

The parameter tdm-policy is a url pointing to the TDM Rights Policy file. More info on the w3.org website : https://www.w3.org/community/reports/tdmrep/CG-FINAL-tdmrep-20240202/#dfn-tdm-license


MG1

untagged

81 Words

2025-04-18 17:12 +0200

.