Knowledge
Search knowledge... ⌘K
Knowledge · Framework · Core · protocol
Page
Define a routable UI entry point with metadata, SEO, branding, and data requirements
Definition
A Page is a routable UI entry point within an application — the unit that users navigate to and interact with. It is the APPLICATION-LEVEL artifact that binds a URL route to domain entities, layout composition, metadata, and data requirements. Pages are the WEB counterpart to Endpoints (API entry points).
Standards
- OpenGraph Protocol (ogp.me)
- Twitter/X Card Specification
- Schema.org WebPage Type
Knowledge References
- composite pattern
- template-method pattern
- strategy pattern
Schema Preview (16 fields)
- route string — URL path pattern this page responds to
- goal_ref list — Project goal IDs this page fulfills
- entity string — Primary domain entity this page operates on