Concepts¶
This track explains how easeo is put together and why. Read it once and the API becomes predictable: there are no hidden states, no environment reads, and no surprises in the output.
Pages¶
- Determinism: the core guarantee and what it enables.
- Entity Model: what a content entity is and which fields feed which output.
- Payload Model: the shape of the output and the exact tag order.
- Fallback Chains: how every field resolves.
- URL Normalization: the canonical URL pipeline.
- JSON-LD Schemas: the built-in schema types and how to extend them.
- Validation: the built-in best-practice checks.
The one-sentence model¶
build_seo_payload is a pure function:
Everything else in easeo is either a value type that feeds that function or a convenience wrapper around it.