MSP-1 Namespace Term

msp:page

Defines page-level metadata within MSP-1, describing how a specific web page is identified, related, and interpreted in the broader site context.

IRI: https://msp-1.org/ns/page

Definition

msp:page is a container for metadata that applies to a single web page. It typically includes identifiers, canonical URLs, parent/section relationships, and interpretive signals that help AI agents understand where the page sits in the site’s information architecture and why it exists.

Usage

{
  "msp:page": {
    "msp:id": "https://example.com/guide/msp-1-overview",
    "msp:canonical": "https://example.com/guide/msp-1-overview",
    "msp:name": "MSP-1 Overview",
    "msp:parent": "https://example.com/guide/",
    "msp:section": "documentation"
  }
}

Related Terms