← knowledge.oriz.in

Three-format feed publishing — RSS 2.0 + Atom 1.0 + JSON Feed

decision feedsrssatomjson-feedsyndicationseo

Three-format feed publishing — RSS 2.0 + Atom 1.0 + JSON Feed

Decision

Every content-bearing site in the family publishes three feed formats at fixed paths:

Path Format Spec Service file
/rss.xml RSS 2.0 RSS Advisory Board (Astro built-in / oriz-kit helper)
/atom.xml Atom 1.0 RFC 4287 services/monitoring/monitoring/seo/atom-feed.md
/feed.json JSON Feed v1.1 jsonfeed.org services/monitoring/monitoring/seo/json-feed.md

RSS 2.0 stays the source-of-truth for oriz-omnipost cross-posting (locked in cross-post-engine.md); Atom + JSON Feed are for human readers / modern feed-tooling that prefers those formats.

Why

Different feed readers / crawl pipelines auto-discover different formats. Publishing only one loses subscribers using a reader that can't auto-discover it. Concretely:

Cost to publish all three: one build-step helper per format. There is no runtime service, no quota, no card — they are static files served by Cloudflare Pages.

Implementation

@chirag127/oriz-kit ships:

Implications

Cross-refs