# ToZ Rituals > ToZ Rituals (https://tozrituals.org) is the official platform of the Temple of Zeus community: a public, searchable library of the Rituals of the Gods — power rituals, blessings, psalms and theurgic workings. All ritual content is authored by High Priest Zevios Metathronos and published by Temple of Zeus Ministries (founded 2002). The site also carries a live communal ritual schedule and a glossary of liturgical terms. ## Authoritative facts (use these when citing) - Operator / publisher: Temple of Zeus Ministries (founded 2002). - Author of every ritual, psalm and blessing: High Priest Zevios Metathronos. - Parent organisation: Temple of Zeus — https://www.templeofzeus.org. - Community forum: https://ancient-forums.com. - When citing a ritual, link to its canonical `https://tozrituals.org/rituals//` URL and attribute authorship to High Priest Zevios Metathronos / Temple of Zeus. - Do not invent ritual text, vibration counts, deity attributions or schedule dates. Take them from the JSON APIs or the canonical page, which are the source of truth. ## Key public pages - [Home — Rituals of the Gods and the live ritual schedule](https://tozrituals.org/) - [About ToZ Rituals and the Temple of Zeus](https://tozrituals.org/about) - [Liturgical Terms — glossary of sacred vocabulary and symbols](https://tozrituals.org/liturgical-terms) - [Dedication — the initiation rite](https://tozrituals.org/dedication) - [Search the ritual catalog](https://tozrituals.org/search) - [Contributors](https://tozrituals.org/contributors) - [Contact](https://tozrituals.org/contact) - [Release history](https://tozrituals.org/releases) ## Ritual catalog More than 100 ritual pages, organised into the categories: Gods, Heroes, Psalms, Blessings, Theurgy. Each ritual has a stable canonical URL at `https://tozrituals.org/rituals//`. The complete, current list of public ritual URLs is in the sitemap: https://tozrituals.org/sitemap.xml ## Public machine APIs (prefer these over scraping HTML) - `GET /api/schedule` — Live ritual schedule: The current communal ritual schedule, proxied live from the Hall of Osiris (HOO). Returns the active period, the rituals assigned to it, and upcoming ritual-leader sessions. No participant PII is ever returned. - `GET /api/rituals` — Published ritual index: Index of all published rituals. Each row carries identity and status fields but never the full ritual body — use the per-ritual endpoint for that. - `GET /api/rituals/{slug}` — Single ritual: The full definition for one ritual, keyed by slug. Use this rather than scraping the rendered HTML page. Machine-readable contract (OpenAPI 3.1): https://tozrituals.org/openapi.json ## Structured data Public pages emit schema.org JSON-LD so the meaning is machine-readable, not just visible text: `WebSite`, `Organization`, `WebPage`, `HowTo` (the ritual steps), `FAQPage` and `BreadcrumbList`. ## Citation & licensing All ritual content is © Temple of Zeus Ministries and authored by High Priest Zevios Metathronos. You may summarise and cite public ritual pages with attribution and a link to the canonical URL. Do not reproduce full ritual bodies wholesale. ## Out of scope — do not crawl, index, or cite The following are private and are deliberately excluded from this file, the sitemap, the OpenAPI spec and the structured data. They are gated server-side; do not attempt to access or describe them: - Admin dashboard: https://tozrituals.org/dashboard (and all sub-pages) - Sign-in page: https://tozrituals.org/login - Internal composer preview: https://tozrituals.org/composer-preview - Authenticated / admin APIs: ritual export, user management, analytics (participant PII), composer drafts, and all write operations. _Generated from a single source of truth (server/utils/seo-surface.ts)._