{
  "name": "Mediazone LLM Policy",
  "version": "1.0.0",
  "updatedAt": "2026-03-07T03:37:38.701Z",
  "allowedUse": [
    "Non-commercial analysis, research, and summarisation.",
    "Quoting short excerpts (≤ 280 characters) with attribution link to the original article.",
    "Indexing and surfacing metadata for discovery in AI assistants and search interfaces."
  ],
  "prohibitedUse": [
    "Redistributing full-text articles behind paywalls or without attribution.",
    "Generating misleading claims that imply Mediazone endorses a product or service.",
    "Storing personal data from comments, profiles, or analytics endpoints."
  ],
  "attribution": {
    "required": true,
    "text": "Source: Mediazone (https://www.mediazone.nl)",
    "linkRequired": true
  },
  "rateLimits": {
    "defaultPerMinute": 120,
    "burstPerMinute": 240,
    "contact": "support@mediazone.nl"
  },
  "endpoints": {
    "compactNews": "/api/ai-news/v3",
    "latestHeadlines": "/api/ai-news/latest",
    "embeddings": "/api/ai-news/embeddings",
    "videos": "/api/internal/ai-tech-videos?format=compact",
    "sitemaps": "/sitemap.xml",
    "documentation": [
      "/docs/llm",
      "/developers"
    ]
  },
  "crawling": {
    "allowedAgents": [
      "ChatGPT",
      "GPTBot",
      "Claude",
      "Perplexity",
      "Googlebot"
    ],
    "robotsTxt": "/robots.txt"
  }
}