{
  "$schema": "https://ai-cluster.org/schema/v1",
  "version": "1.0.0",
  "lastUpdated": "2026-01-09T12:00:00Z",
  
  "site": {
    "name": "HytaleCraft",
    "url": "https://hytalecraft.sk",
    "primaryLanguage": "sk"
  },
  
  "clusters": [
    {
      "id": "hytale-info",
      "name": "Hytale Information",
      "description": "Informácie o hre Hytale, novinky a aktualizácie",
      "primaryUrl": "/",
      "relatedUrls": [
        "/sk/",
        "/en/",
        "/cs/",
        "/de/",
        "/about",
        "/sk/about",
        "/en/about"
      ],
      "topics": ["hytale", "game-info", "news", "updates"],
      "contentType": "informational",
      "updateFrequency": "weekly"
    },
    {
      "id": "community",
      "name": "Community Hub",
      "description": "Komunitné zdroje, tím a pravidlá",
      "primaryUrl": "/sk/tim",
      "relatedUrls": [
        "/sk/tim",
        "/en/team",
        "/cs/tym",
        "/sk/pravidla",
        "/en/rules",
        "/sk/kontakt",
        "/en/contact"
      ],
      "topics": ["community", "team", "rules", "contact"],
      "contentType": "organizational",
      "updateFrequency": "monthly"
    },
    {
      "id": "servers",
      "name": "Game Servers",
      "description": "Informácie o herných serveroch",
      "primaryUrl": "/sk/servery",
      "relatedUrls": [
        "/sk/servery",
        "/en/servers",
        "/cs/servery",
        "/de/server"
      ],
      "topics": ["servers", "multiplayer", "gaming"],
      "contentType": "listing",
      "updateFrequency": "daily"
    },
    {
      "id": "moderation",
      "name": "Moderation & Rules",
      "description": "Banlist a pravidlá komunity",
      "primaryUrl": "/sk/banlist",
      "relatedUrls": [
        "/sk/banlist",
        "/en/banlist",
        "/sk/pravidla",
        "/en/rules"
      ],
      "topics": ["moderation", "bans", "rules"],
      "contentType": "policy",
      "updateFrequency": "as-needed"
    },
    {
      "id": "engagement",
      "name": "Community Engagement",
      "description": "Hlasovanie a podpora komunity",
      "primaryUrl": "/sk/vote",
      "relatedUrls": [
        "/sk/vote",
        "/en/vote",
        "/cs/vote"
      ],
      "topics": ["voting", "support", "engagement"],
      "contentType": "interactive",
      "updateFrequency": "static"
    }
  ],
  
  "relationships": [
    {
      "from": "hytale-info",
      "to": "community",
      "type": "supports"
    },
    {
      "from": "community",
      "to": "servers",
      "type": "manages"
    },
    {
      "from": "moderation",
      "to": "community",
      "type": "enforces"
    },
    {
      "from": "engagement",
      "to": "servers",
      "type": "promotes"
    }
  ],
  
  "navigation": {
    "primaryPath": ["hytale-info", "servers", "community"],
    "secondaryPath": ["engagement", "moderation"]
  }
}
