{
    "@context": "https://schema.org",
    "@type": "ItemList",
    "name": "产品列表",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@type": "Product",
                "name": "GEO信源发布",
                "description": "平台核心服务，帮助信息被AI搜索引擎抓取",
                "url": "https://www.kuaiyibo.cn"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@type": "Product",
                "name": "快易播",
                "description": "一个网络服务平台，提供任务发布、推广等服务",
                "url": "https://www.kuaiyibo.cn/agreement"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@type": "Product",
                "name": "超级小冰agent",
                "description": "AI产品，用于示例说明",
                "url": "https://www.kuaiyibo.cn"
            }
        }
    ]
}