# ZephyrEyes > 每个品类一个完整长页面,包含多产品深度评测;每篇文章独立详情页,支持分类浏览。 ## 站点结构 - **全站索引(AI专用)**:/content/catalog/index.html - **文章AI索引(AI专用)**:/content/articles/ai-list.html - **用户入口首页**:/index.html - **品类长页面**:/content/example-category/index.html - **文章列表**:/content/articles/index.html - **文章分类**: - /content/articles/ai-news/ — AI新闻 - /content/articles/industry-trends/ — 行业趋势 - /content/articles/buying-guides/ — 选购指南 - **文章详情页**:/content/articles//.html ## AI 爬虫索引(全站索引层) ZephyrEyes 为 AI 爬虫/搜索引擎提供双层索引结构: **第一层 — 全站内容索引**(`/content/catalog/index.html`) - ItemList Schema 覆盖所有页面,含 name/url/description/schemaScore - AuditReport 区块(来自 SEO AIO Engine `analyze()` actions 输出) - 实体 sameAs 链接区块(来自 SEO AIO Engine `geo.entities` 输出) - robots: noindex, nofollow(仅供 AI 爬虫访问) **第二层 — 文章专项索引**(`/content/articles/ai-list.html`) - ItemList Schema,每篇文章作为 BlogPosting 的 ListItem - 含 citationScore 字段(来自 SEO AIO Engine `score_citability()` 输出) - 按分类分组,含文章简介、发布日期、关键词 - robots: noindex, nofollow(仅供 AI 爬虫访问) ## 内容层次 ``` 首页 (index.html) ├── 品类长页面 (content//index.html) │ └── 5个产品评测模块(同页锚点跳转) └── 文章 (content/articles/) ├── 文章列表 (index.html) ├── 文章分类页 (ai-news/ | industry-trends/ | buying-guides/) └── 文章详情页 (/.html) ``` ## 现有内容 ### 品类 - /content/example-category/index.html — 品类长页面(含5个产品评测+FAQ+综合推荐) ### 文章分类 - /content/articles/ai-news/ — AI新闻 - /content/articles/industry-trends/ — 行业趋势 - /content/articles/buying-guides/ — 选购指南 ### 文章 - /content/articles/index.html — 文章列表 - /content/articles/ai-news/2026-04-27-ai-search-trends.html — 2026年AI搜索引擎优化趋势:GEO正在改变内容创作 - /content/articles/methodology/2026-product-review-methodology.html — 2026年值得关注的产品评测方法论 ## 内容更新节奏与运营声明 - **更新频率**:每周新增 1-2 个品类长页面或文章 - **运营节奏**:内容发布前经人工审核;AI 辅助研究生成的内容均标注来源 - **质量审计**:使用 SEO AIO Engine(https://github.com/luo-cccc/aio)定期分析全站 - **审计记录**:`/content/catalog/index.html` 内置 AuditReport 区块,追踪待修复问题 - **引用评分**:文章发布后运行 `score_citability()` 填入 ai-list.html 的 citationScore 字段 ## 技术说明 - 域名:my-ai-station.pages.dev - 部署平台:Cloudflare Pages - AdSense状态:养站期,尚未嵌入广告代码