Guides¶
Task-oriented walkthroughs for the things people do most with easeo.
Pages¶
- Custom JSON-LD: per-page overrides and registered generators.
- Hooks: config-scoped post-processing.
- Contracts in CI: enforce SEO intent in your pipeline.
- Framework Recipes: end-to-end patterns per framework.
- Migration from seoslug: the API mapping and what changed.
When to use which mechanism¶
| Need | Use |
|---|---|
| Change one field on one page | SEOOverrides |
| Same schema shape for a whole type | SchemaRegistry |
| Add a field to every payload | HookRegistry |
| Assert SEO in CI | SEO contract |
| Fix a URL shape globally | URLPolicy |