← Back to home
Validate your declaration
Check whether your .well-known/protoconsent.json file is valid and reachable.
Check a live domain
Enter a domain to fetch and validate its declaration.
Or paste / load your JSON
Results
Preview
This is how the extension would display your declaration.
Manual check
You can also verify reachability from the command line:
curl -I https://your-domain.com/.well-known/protoconsent.json
A successful response should return 200 OK with Content-Type: application/json.
Specification
See the full .well-known specification for schema details, examples, and hosting notes.