Made by humans declaration

Some sites use no AI. No chatbot, no generated text or images, nothing produced by a machine. This lets you state that clearly.

✓  Made by humans

When you set noAiDeclared in your ai-disclosure.json file, AIDisclose renders a small badge reading Made by humans. Your manifest then states, in a public file on your own domain, that the site operates no AI systems and publishes no content generated by AI.

AIDisclose does not verify this. We cannot detect whether a site uses AI, and we make no attempt to. The declaration carries the weight of your own statement, published openly and dated. AIDisclose checks only internal consistency: a manifest that declares no AI must list zero AI systems, or it fails validation.

Why declare it

People increasingly want to know how content was made. A public, structured statement on your own domain is stronger than a line in your footer, because browsers, search engines, and other tools can read it too.

How to enable it

In the disclosure wizard, answer that your site uses no AI systems. AIDisclose sets noAiDeclared for you and the badge appears. You can also add it to your manifest directly:

/.well-known/ai-disclosure.json
{
  "specVersion": "1.0.0",
  "noAiDeclared": true,
  "aiSystems": []
}

Install