djson · v0.1 · premium ai-readiness layer

Make your website easy for AI assistants to understand.

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.

/.well-known/djson.json
{
  "djson_version": "0.1",
  "identity": {
    "name": "Acme Research",
    "type": "organization"
  },
  "assets": {
    "domains": ["acme.com", "acmeresearch.org"]
  }
}

// plain english

Think of it like a business card for AI.

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

Premium readiness without the technical overwhelm.

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.

01

Identity

What should AI call you?

Your official business, product, person, or agent name in one clean place.

02

Domain ownership

Which websites belong to you?

A clear list of the domains that represent the same business or brand.

03

AI-readable context

Can AI understand what you do?

Simple business context, written clearly enough for assistants, crawlers, and future automations.

04

Crawler access

Can the right tools access your site?

Basic files like robots.txt and sitemap.xml checked so your site is not accidentally hiding itself.

05

Action routing

What should happen next?

A clear path to contact, book, buy, request help, or take the next step.

Start with the simple version.

Use the free tool to make your DJSON file and check the core signals. You do not need to understand code to begin.

Open the simple tool

// principles

Built to feel simple, serious, and future-ready.

DJSON is intentionally small. No account. No dashboard. No complicated software. Just a clean identity file your website can own.

01

Simple by design

The file is short, readable, and easy to copy. The generator creates it for you.

02

Identity, not tracking

DJSON describes who you are. It is not analytics, ads, or a tracking layer.

03

AI-readable by default

Give AI assistants a direct answer instead of making them guess from scattered website clues.

04

You stay in control

The file lives on your domain. You can change it, remove it, or improve it anytime.

05

Ready to evolve

The version field lets the format grow while keeping the first version simple.

06

Premium restraint

No clutter. No bloated setup. The value is in clarity and trust.


// minimum spec — v0.1

The shape of a djson file.

A valid djson document has three top-level fields. Everything else is optional and can be added over time.

djson_version
String. The version of the DJSON spec this document conforms to. Current draft is "0.1".
identity.name
String. The canonical display name of the website, brand, or agent.
identity.type
Optional string. One of "organization", "person", "product", "agent". Defaults to "organization".
assets.domains
Array of strings. The domain names this identity claims as its own. The file should be served from one of them.

Create your DJSON file in plain English.

Enter your name and domain. The tool creates the file and explains what to do next.

Open the generator