{
    "schema": "guqinwang.resource_manifest.v1",
    "generated_at": "2026-06-13T16:56:46+08:00",
    "site": "https://test.longrenguqin.com/",
    "resources": [
        {
            "id": "llms",
            "url": "https://test.longrenguqin.com/llms.txt",
            "type": "text/markdown",
            "purpose": "AI 引擎快速了解站点定位、核心栏目、抓取顺序和事实边界。"
        },
        {
            "id": "llms_full",
            "url": "https://test.longrenguqin.com/llms-full.txt",
            "type": "text/markdown",
            "purpose": "提供栏目说明、FAQ、资料库类型和近期文章的完整机器可读索引。"
        },
        {
            "id": "ai_index",
            "url": "https://test.longrenguqin.com/ai-index.json",
            "type": "application/json",
            "purpose": "提供结构化栏目、资料库类型和近期文章清单，便于 AI 抓取与引用。"
        },
        {
            "id": "resource_manifest",
            "url": "https://test.longrenguqin.com/resource-manifest.json",
            "type": "application/json",
            "purpose": "列出古琴网公开机器资源和验证入口。"
        },
        {
            "id": "sitemap",
            "url": "https://test.longrenguqin.com/sitemap.xml",
            "type": "application/xml",
            "purpose": "传统搜索引擎与 AI 搜索抓取全站 URL 的主索引。"
        },
        {
            "id": "rest_api",
            "url": "https://test.longrenguqin.com/wp-json/",
            "type": "application/json",
            "purpose": "WordPress REST API 入口，用于公开内容发现。"
        }
    ],
    "verification": {
        "robots": "https://test.longrenguqin.com/robots.txt",
        "sitemap": "https://test.longrenguqin.com/sitemap.xml",
        "audit_expectation": "robots、sitemap、llms、ai-index、resource-manifest 均应返回 HTTP 200。"
    }
}