AEO Saigon
操作指南

ItemList与CollectionPage Schema:为AI搜索优化列表页

文章目录

当用户询问AI"5款最佳AEO工具"或"第3郡信誉牙科诊所"时,AI需要以结构化方式解析您的列表。没有ItemList schema——AI只能猜测。有了ItemList schema——AI可以准确读取每个条目并精确引用。

ItemList schema是什么?

ItemList是描述条目列表的schema,通常用于:

页面类型示例ItemList价值
Top N排名WordPress十大SEO插件高——AI精确引用
电商分类所有男士Polo衫中——AI理解结构
博客索引所有AEO相关文章低——索引内容少被引用
资源/工具列表7款结构化数据检测工具极高——AI常见问题
FAQ汇编20个schema常见问题高——改用FAQPage
本地商家列表胡志明市最佳牙科诊所极高——本地搜索意图强

基础JSON-LD ItemList

{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "5 Công Cụ Kiểm Tra Structured Data Tốt Nhất 2026",
  "description": "Danh sách các công cụ miễn phí và trả phí để kiểm tra, validate và debug schema markup — được sắp xếp theo mức độ hữu ích cho AEO.",
  "url": "https://example.vn/vi/blog/cong-cu-kiem-tra-schema",
  "numberOfItems": 5,
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Rich Results Test (Google)",
      "url": "https://search.google.com/test/rich-results",
      "description": "Công cụ chính thức của Google để kiểm tra schema có đủ điều kiện rich results hay không. Miễn phí, không cần tài khoản. Hiển thị preview của rich result và liệt kê lỗi/warning cụ thể theo từng trường. Bắt buộc dùng trước khi deploy."
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Schema Markup Validator (schema.org)",
      "url": "https://validator.schema.org",
      "description": "Validate syntax JSON-LD theo tiêu chuẩn schema.org. Không chỉ kiểm tra Google rich results — kiểm tra toàn bộ schema có đúng specification không. Hữu ích để phát hiện typo tên property, wrong @type, missing required fields."
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Google Search Console",
      "url": "https://search.google.com/search-console",
      "description": "Mục Enhancements trong Search Console hiển thị aggregate data: bao nhiêu trang có schema, bao nhiêu trang có lỗi, xu hướng theo thời gian. Dùng để monitor toàn site, không phải kiểm tra từng URL. Yêu cầu xác minh quyền sở hữu website."
    },
    {
      "@type": "ListItem",
      "position": 4,
      "name": "Screaming Frog SEO Spider",
      "url": "https://www.screamingfrog.co.uk/seo-spider",
      "description": "Crawl toàn site và extract tất cả JSON-LD, Microdata, RDFa. Phiên bản miễn phí crawl tối đa 500 URL. Phiên bản trả phí không giới hạn. Tốt nhất cho site lớn cần audit schema hàng loạt — export ra Excel để phân tích."
    },
    {
      "@type": "ListItem",
      "position": 5,
      "name": "Merkle Schema Markup Generator",
      "url": "https://technicalseo.com/tools/schema-markup-generator",
      "description": "Generator GUI cho các loại schema phổ biến: Article, LocalBusiness, FAQPage, Product, Event. Nhập thông tin vào form, tự động tạo JSON-LD. Tốt cho người mới hoặc khi cần tạo nhanh schema đơn giản. Không thay thế được việc hiểu schema để custom."
    }
  ]
}

将ItemList与Article schema结合使用

"Top N"类文章应同时包含Article和ItemList:

[
  {
    "@context": "https://schema.org",
    "@type": "Article",
    "@id": "https://example.vn/vi/blog/cong-cu-kiem-tra-schema#article",
    "headline": "5 Công Cụ Kiểm Tra Structured Data Tốt Nhất 2026",
    "author": { "@id": "https://example.vn/tac-gia/tran-minh-duc" },
    "datePublished": "2026-08-11",
    "dateModified": "2026-08-11",
    "publisher": { "@id": "https://example.vn" }
  },
  {
    "@context": "https://schema.org",
    "@type": "ItemList",
    "name": "5 Công Cụ Kiểm Tra Structured Data Tốt Nhất 2026",
    "url": "https://example.vn/vi/blog/cong-cu-kiem-tra-schema",
    "numberOfItems": 5,
    "itemListElement": [...]
  }
]

电商分类的ItemList

{
  "@context": "https://schema.org",
  "@type": ["CollectionPage", "WebPage"],
  "name": "Áo Polo Nam",
  "url": "https://shop.vn/ao-polo-nam",
  "description": "Bộ sưu tập áo polo nam chất lượng cao, đa dạng màu sắc và size. Giá từ 250.000đ.",
  "mainEntity": {
    "@type": "ItemList",
    "numberOfItems": 48,
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "item": {
          "@type": "Product",
          "@id": "https://shop.vn/ao-polo-cotton-trang",
          "name": "Áo Polo Cotton Trắng",
          "description": "Áo polo cotton 100%, thoáng mát, phù hợp đi làm và dạo phố.",
          "image": "https://shop.vn/images/ao-polo-trang.jpg",
          "offers": {
            "@type": "Offer",
            "price": "299000",
            "priceCurrency": "VND",
            "availability": "https://schema.org/InStock"
          }
        }
      }
    ]
  }
}

本地商家比较的ItemList

这是AEO价值最高的使用场景——AI搜索经常被问及"[地点]最佳X":

{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "5 Phòng Khám Nha Khoa Uy Tín Quận 1 TP.HCM",
  "url": "https://example.vn/vi/blog/phong-kham-nha-khoa-quan-1",
  "dateModified": "2026-08-11",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "item": {
        "@type": "Dentist",
        "name": "Nha Khoa Đông Nam Á",
        "address": {
          "@type": "PostalAddress",
          "streetAddress": "45 Lê Lợi",
          "addressLocality": "Quận 1",
          "addressRegion": "TP. Hồ Chí Minh",
          "addressCountry": "VN"
        },
        "telephone": "+84283123456",
        "aggregateRating": {
          "@type": "AggregateRating",
          "ratingValue": "4.8",
          "reviewCount": "234"
        },
        "description": "Phòng khám nha khoa cao cấp tại trung tâm Q1. Chuyên niềng răng, implant, và tẩy trắng răng. Bác sĩ có trên 10 năm kinh nghiệm, thiết bị hiện đại."
      }
    }
  ]
}

CollectionPage——何时使用?

CollectionPageWebPage的子类型,用于汇总多个条目的页面:

页面WebPage类型内容
/blogCollectionPage所有文章汇总
/blog/huong-danCollectionPage按分类汇总文章
/cong-cuCollectionPage工具/资源汇总
/bai-viet/aeo-la-giArticle具体文章
/dich-vuWebPage服务概览页

CollectionPage通常与ItemList结合使用:

{
  "@context": "https://schema.org",
  "@type": "CollectionPage",
  "@id": "https://example.vn/vi/blog",
  "name": "Blog AEO Saigon",
  "description": "Hướng dẫn và kiến thức về Answer Engine Optimization cho doanh nghiệp Việt Nam.",
  "url": "https://example.vn/vi/blog",
  "mainEntity": {
    "@type": "ItemList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "item": {
          "@type": "Article",
          "headline": "AEO là gì?",
          "url": "https://example.vn/vi/blog/aeo-la-gi",
          "datePublished": "2026-07-01"
        }
      }
    ]
  }
}

ItemList schema检查清单

  • numberOfItemsitemListElement中的实际数量一致
  • position从1开始并连续递增(无间隔)
  • 每个条目有足够长的namedescription(至少30个词)
  • 条目有url指向详情页(若有独立页面)
  • 列表变动时更新dateModified
  • 若为文章列表类型,与Article schema结合使用
  • 不要让条目过短——AI需要足够上下文才能在无需点击页面的情况下引用

ItemList schema是最简单的schema之一,却为AI搜索带来巨大价值——尤其是针对用户通常询问AI而非Google的比较和选择类问题。

常见问题

ItemList schema适用于哪些场景?

ItemList适用于4类页面:(1) 排名/Top N页面——Top 10 AEO工具、河内5家最佳诊所;(2) 电商产品分类页——电商类别页;(3) 文章汇总页——博客索引、标签页;(4) 多步骤指南页——含多个独立步骤的How-to(若为流程则用HowTo而非ItemList)。关键:若页面包含用户希望比较或选择的清晰条目列表——ItemList即为合适选择。

ItemList与HowTo schema有何区别?

ItemList是独立条目的列表(可按任意顺序排列)。HowTo是有序步骤的列表(必须按顺序执行)。例如:'5款最佳schema检测工具'→ItemList(顺序不重要)。'5步检测schema的方法'→HowTo(顺序重要)。一篇文章可同时使用两者:开头用HowTo(总体流程),文末有工具表格→ItemList。

ItemList中多少个条目对AI最为理想?

5至15个条目最为理想。过少(少于3个)——AI认为列表价值不高。过多(超过20个)——AI通常只引用前3至5个,其余忽略。每个条目应有足够长的description(50至100个词),以便AI理解各条目之间的差异。避免过于简短的条目,如'工具A——不错'却不解释原因。

CollectionPage与ItemList有何不同?

CollectionPage是页面的@type(WebPage子类型),ItemList是内容列表的@type。两者通常搭配使用:CollectionPage描述页面为'汇总页',ItemList描述页面上的具体列表。例如:/blog页是CollectionPage,内含文章的ItemList。/cong-cu-aeo页是CollectionPage,内含工具的ItemList。

ItemList是否支持Google的rich results?

是——但有限制。ItemList支持'Sitelinks Searchbox'并出现在部分轮播中。对于AEO而言更重要的是:ItemList帮助AI清晰解析列表结构,准确引用每个条目。有了ItemList schema,Perplexity等AI通常能更好地展示结构化列表。Google AI Overviews也利用ItemList来汇总列表形式的答案。

AEO Saigon

位于胡志明市的答案引擎优化(AEO)机构 — 帮助企业网站被 AI 引用。 关于 AEO Saigon →

想让您的网站也这样被 AI 引用吗?

免费审计