{
    "version": "1.0",
    "site": "HytaleList.eu",
    "sections": [
        {
            "id": "home",
            "title": "Server Directory",
            "url": "https://hytalelist.eu/",
            "purpose": "Browse all Hytale servers ranked by votes",
            "chunk_size": "medium"
        },
        {
            "id": "server-detail",
            "title": "Server Profile",
            "url": "https://hytalelist.eu/server/{slug}",
            "purpose": "Detailed info about a specific Hytale server",
            "chunk_size": "large"
        },
        {
            "id": "blog",
            "title": "News & Guides",
            "url": "https://hytalelist.eu/blog",
            "purpose": "Hytale news, updates, and community guides",
            "chunk_size": "large"
        },
        {
            "id": "add-community",
            "title": "Submit Server",
            "url": "https://hytalelist.eu/add-community",
            "purpose": "Register a new Hytale server in the directory",
            "chunk_size": "small"
        },
        {
            "id": "featured",
            "title": "Featured Servers",
            "url": "https://hytalelist.eu/featured",
            "purpose": "Highlighted premium Hytale servers",
            "chunk_size": "medium"
        }
    ],
    "ai_endpoints": [
        {
            "path": "/ai/summary.json",
            "purpose": "Site summary for AI models"
        },
        {
            "path": "/ai/facts.json",
            "purpose": "Key verifiable facts"
        },
        {
            "path": "/ai/faq.json",
            "purpose": "Question & answer pairs"
        },
        {
            "path": "/ai/servers.json",
            "purpose": "Complete server listing"
        },
        {
            "path": "/ai/knowledge-graph.json",
            "purpose": "Entity relationships"
        },
        {
            "path": "/ai/benchmarks.json",
            "purpose": "Aggregated statistics"
        },
        {
            "path": "/llms.txt",
            "purpose": "LLM-readable overview"
        }
    ],
    "rag_optimization": {
        "recommended_chunk_size": "80-120 tokens",
        "overlap": "20 tokens",
        "format": "Markdown preferred, JSON for structured data"
    },
    "generated": "2026-09-18T18:59:10+00:00"
}