{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Example Dispatch",
  "description": "A fictional publication shipped in three feed formats with identical content.",
  "home_page_url": "https://www.example.com/blog/",
  "feed_url": "https://www.example.com/feeds/dispatch.json",
  "language": "en",
  "authors": [
    {
      "name": "A. Sample",
      "url": "https://www.example.com/authors/a-sample"
    }
  ],
  "items": [
    {
      "id": "tag:example.com,2026:dispatch-004",
      "url": "https://www.example.com/blog/sitemap-shards-explained",
      "title": "Sitemap shards, explained",
      "summary": "Why a 50,000-URL ceiling exists and what a sitemap index actually buys you.",
      "content_html": "<p>A sitemap index is a list of lists. Sample article body.</p>",
      "date_published": "2026-01-01T12:00:00+00:00",
      "date_modified": "2026-01-01T12:00:00+00:00",
      "language": "en"
    },
    {
      "id": "tag:example.com,2026:dispatch-003",
      "url": "https://www.example.com/blog/crawl-budget-notes",
      "title": "Crawl budget notes",
      "summary": "Notes on crawl budget for a fictional catalogue of 500 items.",
      "content_html": "<p>Crawl budget is a scheduling story, not a quota. Sample article body.</p>",
      "date_published": "2026-01-01T09:30:00+00:00",
      "date_modified": "2026-01-01T09:30:00+00:00",
      "language": "en"
    },
    {
      "id": "tag:example.com,2026:dispatch-002",
      "url": "https://www.example.com/blog/reading-robots-txt",
      "title": "Reading robots.txt like a parser",
      "summary": "Group merging, longest-match precedence, and the fields nobody implements.",
      "content_html": "<p>Most robots.txt bugs are precedence bugs. Sample article body.</p>",
      "date_published": "2026-01-01T08:15:00+00:00",
      "date_modified": "2026-01-01T08:15:00+00:00",
      "language": "en"
    },
    {
      "id": "tag:example.com,2026:dispatch-001",
      "url": "https://www.example.com/blog/hello",
      "title": "Hello from the Example Dispatch",
      "summary": "The first entry of a fictional publication used as a feed fixture.",
      "content_html": "<p>Nothing here is real. Sample article body.</p>",
      "date_published": "2026-01-01T08:00:00+00:00",
      "date_modified": "2026-01-01T08:00:00+00:00",
      "language": "en"
    }
  ]
}
