JSON and XML Feeds
Sveleton automatically generates content feeds for RSS readers and aggregators. Both modern JSON Feed and traditional Atom XML formats are supported, ensuring your content reaches the widest possible audience.
JSON Feed
The /feed.json endpoint serves a JSON Feed 1.1 compliant feed.
This modern format is easier to parse and more developer-friendly than XML.
The feed includes all your published articles with titles, descriptions,
dates, authors, and cover images.
Content extraction happens server-side using Cheerio to parse each article's HTML and generate clean feed items. This ensures feed readers get properly formatted content without any layout artifacts.
XML Feed
The /feed.xml endpoint provides an Atom-format XML feed for
traditional RSS readers. Like the JSON feed, it includes full article
metadata and content, ensuring compatibility with all major feed readers and
aggregation services.
Read next