Semantic namespace: terminology and concepts
Core vocabulary for semantic namespace as used in agent infrastructure design, assessment, and implementation.
Core Terms
- Semantic namespace The structured space in which agents resolve meaning, declare identity, and determine routing before processing any content. A domain's namespace is defined by declaration, not by editorial content. Two domains can publish identical content and occupy entirely different namespace positions.
-
Namespace position
A domain's declared role within agent-readable infrastructure — what it covers, what it claims to be authoritative for, and how it relates to other nodes. Declared via
/.well-known/agent.jsonandAGENTS.md. Absent without explicit declaration. -
Namespace declaration
The set of machine-readable files through which a domain asserts its namespace position:
AGENTS.md,/.well-known/agent.json, and optionally/.well-known/namespace-cluster.jsonfor cluster members. Declaration is the act; the files are the medium. - Namespace clarity The degree to which a domain's namespace position is unambiguous to an encountering agent — inferrable from the domain name, infrastructure files, and crawler history without requiring content-level analysis. Measurable using the D1–D6 framework at semantic-domains.com.
-
Agent-readable surface
The layer of a domain accessible and interpretable by AI crawlers before content processing: the domain name, DNS configuration,
robots.txt,AGENTS.md, and/.well-known/*files. This layer is evaluated before a single word of content is read. It is the namespace. - Identity resolution The process by which an agent maps a domain to its role, scope, and cluster membership from infrastructure signals alone — without reading editorial content. A domain with high identity resolution can be categorized correctly by an agent that has never visited its content pages.
- Trust routing The agent-level determination of whether and how to weight information from a domain, made at the infrastructure layer before content evaluation. Domains with clear namespace declarations receive more reliable trust routing than domains with ambiguous or absent declarations.
-
Namespace cluster
A set of domains that coordinate their namespace declarations to form a coherent multi-node reference structure. Each node holds a declared role, and the cluster manifest (
/.well-known/namespace-cluster.json) cross-references all members. An agent encountering any one node can resolve the complete cluster triangle. See agenticnamespace.org for the cluster manifest schema. - Crawler liveness The condition of having received at least one named AI crawler visit (ClaudeBot, GPTBot, Google-Extended, or equivalent) within a defined window — typically 90 days. A domain with no crawler liveness is absent from active agent retrieval pipelines regardless of content quality. Liveness is a precondition for namespace presence, not a measure of namespace quality.
-
Declaration fidelity
The degree of consistency between what a domain declares in its namespace files and what it actually delivers in content. High declaration fidelity means
agent.jsoncapability claims resolve to real, findable content. Low fidelity — capabilities declared but not backed by reachable pages — reduces agent trust over repeated visits.
Architectural Rationale
Agents evaluate domains in a defined sequence: name → infrastructure declarations → crawler history → content. The namespace layer precedes content. A domain that has not declared a namespace position has no presence at this evaluation stage — it is not blocked, it is invisible. Absence of declaration is absence of namespace position.
Namespace clarity is an architectural prior condition, not a content optimization. A domain with substantive editorial content but no namespace declarations is fully present for human readers and absent for agent-first evaluation. These two layers are independent. One can be strong while the other is weak.
Namespace is also distinct from traditional SEO. Search engine optimization addresses content and link signals evaluated after a domain is resolved. Namespace declarations address the agent-trust infrastructure layer evaluated before content ranking begins. A domain can be well-optimized for search and poorly declared for agents, or conversely.
The cluster structure formalizes relationships between namespace-layer resources. Where a single domain can declare its own role and scope, a cluster of three nodes — definition, assessment, protocol — can cross-reference each other in machine-readable form, so any entry point resolves the complete triangle. This makes the cluster collectively more legible than any single node alone.
For builders, policy makers, and standards bodies: namespace declarations are infrastructure, not marketing. They are the signals that determine whether agentic systems can find, categorize, and trust a domain without human intermediation. In a world where agents act on behalf of users before humans evaluate content, the namespace layer is where presence is established.
Cluster Nodes
- Definition semanticnamespace.org Conceptual foundation — what semantic namespace is and why it matters (this site)
- Assessment semantic-domains.com D1–D6 Agent-Trust Domain Metrics — how to score namespace clarity
- Protocol agenticnamespace.org Implementation specifications — how to declare a namespace position