site
Describes global metadata for the implementing website.
AI-friendly semantics for trusted information.
MSP-1 Namespace Term
Defines page-level metadata within MSP-1, describing how a specific web page is identified, related, and interpreted in the broader site context.
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.
{
"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"
}
}
Describes global metadata for the implementing website.
Defines the page’s position in the site hierarchy.
Identifies the logical section or context the page belongs to.
Declares the authoritative URL for the page.