Identity
What should AI call you?
Your official business, product, person, or agent name in one clean place.
DJSON gives your business a clean, official identity file that AI tools can read. Instead of guessing who you are, what domains you own, or where to send people, your site can answer those questions in one small file.
{ "djson_version": "0.1", "identity": { "name": "Acme Research", "type": "organization" }, "assets": { "domains": ["acme.com", "acmeresearch.org"] } }
// plain english
Your website already tells people what you do. DJSON helps tell machines the same thing in a cleaner way. It lists your business name, your official domains, and the basic identity details an AI assistant should not have to guess.
The file lives at /.well-known/djson.json. That sounds technical, but the idea is simple: one official place where your website says, this is who we are, these are our domains, and this is how to recognize us.
// the luxury standard
A polished site should be easy for people and machines. The DJSON readiness check looks at five practical layers that make your website clearer, safer, and easier for AI assistants to understand.
What should AI call you?
Your official business, product, person, or agent name in one clean place.
Which websites belong to you?
A clear list of the domains that represent the same business or brand.
Can AI understand what you do?
Simple business context, written clearly enough for assistants, crawlers, and future automations.
Can the right tools access your site?
Basic files like robots.txt and sitemap.xml checked so your site is not accidentally hiding itself.
What should happen next?
A clear path to contact, book, buy, request help, or take the next step.
Use the free tool to make your DJSON file and check the core signals. You do not need to understand code to begin.
// principles
DJSON is intentionally small. No account. No dashboard. No complicated software. Just a clean identity file your website can own.
The file is short, readable, and easy to copy. The generator creates it for you.
DJSON describes who you are. It is not analytics, ads, or a tracking layer.
Give AI assistants a direct answer instead of making them guess from scattered website clues.
The file lives on your domain. You can change it, remove it, or improve it anytime.
The version field lets the format grow while keeping the first version simple.
No clutter. No bloated setup. The value is in clarity and trust.
// minimum spec — v0.1
A valid djson document has three top-level fields. Everything else is optional and can be added over time.
"0.1"."organization", "person", "product", "agent". Defaults to "organization".Enter your name and domain. The tool creates the file and explains what to do next.