{
  "$schema_doc": "https://gtmstacker.com/registry/schema/entry.schema.json",
  "stability": "emerging",
  "generator": "agentic-media-registry",
  "generated_at": "2026-09-08T00:00:00Z",
  "id": "com.gtmstacker.registry/news/json-feed-for-agents",
  "type": "news",
  "slug": "json-feed-for-agents",
  "canonical_url": "https://gtmstacker.com/registry/news/json-feed-for-agents/",
  "title": "JSON Feed 1.1 emerges as the agent-preferred syndication format",
  "description": "Autonomous crawlers index JSON Feed endpoints more reliably than legacy XML because payloads parse natively without entity resolution, escaping, or namespace handling. Publishers extend it with underscore-prefixed keys to carry structured agent metadata.",
  "category": "ai-infrastructure",
  "tags": [
    "syndication",
    "json-feed",
    "rss",
    "agents",
    "geo"
  ],
  "status": "active",
  "revision": 1,
  "content_hash": "164674fccb63c786fc69adea7a027eb37904098bafb76c91a8a56ad742c5feb2",
  "date_published": "2026-09-03T09:20:00Z",
  "date_modified": "2026-09-03T09:20:00Z",
  "source": {
    "name": "JSON Feed specification",
    "url": "https://www.jsonfeed.org/version/1.1/"
  },
  "one_liner": "Autonomous crawlers index JSON Feed endpoints more reliably than legacy XML because payloads parse natively without entity resolution, escaping, or namespace…",
  "open_source": "unknown",
  "self_hostable": "unknown",
  "pricing_model": "unknown",
  "aliases": [],
  "alternatives": [],
  "secondary_categories": [],
  "lead": "JSON Feed 1.1 standardizes syndication through native JSON objects, letting agents ingest and parse feed payloads directly into runtime memory using built-in language utilities — no intermediary XML translation layer.",
  "chunks": [
    {
      "index": 0,
      "heading_path": [],
      "est_tokens": 55,
      "text": "JSON Feed 1.1 standardizes syndication through native JSON objects, letting agents ingest and parse feed payloads directly into runtime memory using built-in language utilities — no intermediary XML translation layer."
    },
    {
      "index": 1,
      "heading_path": [
        null,
        "What changed"
      ],
      "est_tokens": 139,
      "text": "JSON Feed 1.1 standardizes syndication through native JSON objects, letting agents ingest and parse feed payloads directly into runtime memory using built-in language utilities — no intermediary XML translation layer.\n\nThe format allows publishers to declare custom extensions via root-level keys prefixed with an underscore (`_`). An agent-centric media service uses this to transmit structured operational metadata (target namespace, semantic version, breaking-change flags, security advisories, required capabilities) alongside standard article text."
    },
    {
      "index": 2,
      "heading_path": [
        null,
        "Impact for consumers"
      ],
      "est_tokens": 186,
      "text": "The format allows publishers to declare custom extensions via root-level keys prefixed with an underscore (`_`). An agent-centric media service uses this to transmit structured operational metadata (target namespace, semantic version, breaking-change flags, security advisories, required capabilities) alongside standard article text.\n\nFor a once-daily editorial publisher, a well-behaved JSON Feed polled with `If-Modified-Since` is the right default ingestion path — lower overhead than persistent push transports, and no XML entity-resolution errors. This registry publishes its feed at `/registry/feed.json` with an `_agent_metadata` block on every item, discoverable from `llms.txt`, the agent card, and an HTML `<link rel=\"alternate\">`."
    }
  ],
  "alternates": {
    "markdown": "https://gtmstacker.com/registry/news/json-feed-for-agents/index.md",
    "html": "https://gtmstacker.com/registry/news/json-feed-for-agents/",
    "json": "https://gtmstacker.com/registry/news/json-feed-for-agents/index.json"
  },
  "jsonld": {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "WebSite",
        "@id": "https://gtmstacker.com/#website",
        "url": "https://gtmstacker.com/",
        "name": "GTM Stacker Agent Registry",
        "description": "A daily-updated, agent-native registry of open-source tool discoveries, tool updates, and curated news for the go-to-market / RevOps engineering niche. Machine-readable first: agents can discover, parse, page, and delta-sync it without scraping HTML.",
        "inLanguage": "en",
        "publisher": {
          "@id": "https://gtmstacker.com/#organization"
        }
      },
      {
        "@type": "Organization",
        "@id": "https://gtmstacker.com/#organization",
        "name": "GTM Stacker",
        "url": "https://gtmstacker.com",
        "alternateName": "Agent-native registry of open-source go-to-market tools",
        "description": "GTM Stacker is an agent-native media property that maintains a daily-updated registry of open-source go-to-market, RevOps, sales, and marketing tools, engineered so both people and AI engines can discover, compare, and cite each tool.",
        "foundingDate": "2024-08",
        "knowsAbout": [
          "go-to-market engineering",
          "RevOps",
          "sales automation",
          "marketing operations",
          "open-source software",
          "AI agents"
        ],
        "founder": {
          "@type": "Person",
          "@id": "https://gtmstacker.com/#founder",
          "name": "Theo Popov",
          "jobTitle": "Founder",
          "url": "https://gtmstacker.com/about/",
          "sameAs": [
            "https://www.linkedin.com/in/theo-popov/",
            "https://x.com/Theo_Popov",
            "https://github.com/theopopov"
          ],
          "worksFor": {
            "@id": "https://gtmstacker.com/#organization"
          }
        },
        "mainEntityOfPage": "https://gtmstacker.com/registry/about/"
      },
      {
        "@type": "NewsArticle",
        "@id": "https://gtmstacker.com/registry/news/json-feed-for-agents/#article",
        "headline": "JSON Feed 1.1 emerges as the agent-preferred syndication format",
        "description": "Autonomous crawlers index JSON Feed endpoints more reliably than legacy XML because payloads parse natively without entity resolution, escaping, or namespace handling. Publishers extend it with underscore-prefixed keys to carry structured agent metadata.",
        "url": "https://gtmstacker.com/registry/news/json-feed-for-agents/",
        "isPartOf": {
          "@id": "https://gtmstacker.com/#website"
        },
        "datePublished": "2026-09-03T09:20:00Z",
        "dateModified": "2026-09-03T09:20:00Z",
        "author": {
          "@id": "https://gtmstacker.com/#organization"
        },
        "publisher": {
          "@id": "https://gtmstacker.com/#organization"
        }
      },
      {
        "@type": "BreadcrumbList",
        "@id": "https://gtmstacker.com/registry/news/json-feed-for-agents/#breadcrumb",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "GTM Stacker Registry",
            "item": "https://gtmstacker.com/registry/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "AI Infrastructure",
            "item": "https://gtmstacker.com/registry/category/ai-infrastructure/"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "JSON Feed 1.1 emerges as the agent-preferred syndication format",
            "item": "https://gtmstacker.com/registry/news/json-feed-for-agents/"
          }
        ]
      }
    ]
  },
  "news": {
    "headline": "JSON Feed 1.1 emerges as the agent-preferred syndication format",
    "mentions": [
      "io.github.modelcontextprotocol/registry"
    ]
  }
}
