ylsseo monitor https://www.ylsseo.com/seo-schema/

← Back to page

What changed

https://www.ylsseo.com/seo-schema/
Updated 2026-05-30 03:00 HKT, compared with the previous snapshot from 2026-05-29 03:00 HKT.

Summary

Page content was edited
Structured data changed
{'@context': 'https://schema.org', '@graph': [{'@type': 'Organization', '@id': …{'@context': 'https://schema.org', '@graph': [{'@type': 'Organization', '@id': …
Twitter card (twitter:creator) changed
@seoyls@https://x.com/seoyls

Content edits

addedremoved

在做网站SEO时,你可能听过“结构化数据”“Schema标记”“富摘要”等词,但它们究竟是什么? 简单来说,结构化数据(Structured Data) 就是让搜索引擎“听懂你网页内容”的标准语言。 Google、Bing、Yandex、Yahoo 共同推出了 Schema.org,统一了网站如何告诉搜索引擎: “这是文章”“这是产品”“这是FAQ”“这是企业信息”…… 搜索引擎看不懂网页布局,但能理解结构化语言,这就是结构化数据存在的意义。 什么是结构化数据? 结构化数据(Structured Data / Schema Markup)是一种在网页中添加的“机器可读标记”, 让搜索引擎能明确知道你这段内容的类型与语义。 例如: - “@type”: “Product” → 告诉Google这是一个产品 - “@type”: “Article” → 告诉Google这是篇文章 - “@type”: “FAQPage” → 告诉Google这是常见问题 这些标签虽然用户看不到,但能帮助Google在搜索结果中展示更丰富的信息(Rich Snippets), 如星级评分、价格、面包屑导航、FAQ折叠框等。 结构化数据对SEO有什么好处 1.清楚的告诉搜索引擎或者AI这部分信息属于什么类型,更容易被理解更快索引。 2.在SERP页面会有展示,提高吸引力和点击率。 3.其他的就是基于上面两条,SEO优化效果和排名会提升,AI引用概率更大。 4.在结构化数据加入 Same As:带上你的社媒主页链接,一行一条,能加快entity实体的生成。 延伸阅读:什么是Entity?如何在SEO中建立你的专属知识实体entity? 结构化数据的类型 结构化数据有非常多种,例如FAQ、review、aggregating、blog、product、article、breadcrumb等等。 一般wordpress网站,B2B是article,B2C则是product,blog页面如果你有安装rank math之类的seo插件会自动生成blog的结构化数据 补充说明: - 几乎所有主类型都可嵌入 ImageObject,用于定义图片元数据(尺寸、描述、授权等)。 - 若页面是文章类(Article),推荐同时嵌入 Organization 与 ImageObject,构成复合Schema。 结构化数据怎么做? 1.利用SEO插件,例如Rank Math,pro版本还可以一个页面添加多个schema。 2.根据谷歌官方提示去写 例如以下三种格式: - JSON-LD(推荐) - 微数据 - RDFa 以下是单独指定结构化数据的各个项目的示例。其中有 Recipe 和 BreadcrumbList 这两个不同的项目。 <html> <head> <title>How To Make Banana Bread</title> <script type="application/ld+json"> [{ "@context": "https://schema.org/", "@type": "Recipe", "name": "Banana Bread Recipe", "description": "The best banana bread recipe you'll ever find! Learn how to use up all those extra bananas." }, { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Recipes", "item": "https://example.com/recipes" },{ "@type": "ListItem", "position": 2, "name": "Bread recipes", "item": "https://example.com/recipes/bread-recipes" },{ "@type": "ListItem", "position": 3, "name": "How To Make Banana Bread" }] }] </script> </head> <body> </body> </html> 检测结构化数据标记 1.谷歌富媒体测试 3.谷歌站长工具的增强功能 4.或者类似AITDK的谷歌浏览器插件也能检测。 如果没有加Schema,谷歌能识别内容吗? 可以的,谷歌NLP会根据语义识别文本内容属于什么类型,但是不会触发富媒体卡片展示。 为什么我添加了schema,但是没有展示 schema需要配合数据或者文本内容的,假如你加了一个review schema但是没有用户评论,会触发没有aggregating、review的提示。 富摘要检测报错 改为JSON-LD格式。 独立Google SEO专家,ylsseo.com创始人,基于Google专利、IR与API Leak解读排名机制,中文SEO启蒙第一人。曾服务wps.com
Technical details — raw field changes
FieldKindBeforeAfter
twitter.twitter:creator scalar
"@seoyls"
"@https://x.com/seoyls"
jsonld scalar
[
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@id": "https://www.ylsseo.com/#organization",
        "@type": "Organization",
        "logo": {
          "@id": "https://www.ylsseo.com/#logo",
          "@type": "ImageObject",
          "caption": "YLSSEO",
          "contentUrl": "https://www.ylsseo.com/wp-content/uploads/cropped-ylsseo-logo.png",
          "height": "512",
          "inLanguage": "zh-Hans",
          "url": "https://www.ylsseo.com/wp-content/uploads/cropped-ylsseo-logo.png",
          "width": "512"
        },
        "name": "YLSSEO",
        "sameAs": [
          "https://twitter.com/https://x.com/seoyls"
        ]
      },
      {
        "@id": "https://www.ylsseo.com/#website",
        "@type": "WebSite",
        "alternateName": "鸭老师SEO",
        "inLanguage": "zh-Hans",
        "name": "YLSSEO",
        "publisher": {
          "@id": "https://www.ylsseo.com/#organization"
        },
        "url": "https://www.ylsseo.com"
      },
      {
        "@id": "https://www.ylsseo.com/wp-content/uploads/评分评价结构化数据.png",
        "@type": "ImageObject",
        "height": "200",
        "inLanguage": "zh-Hans",
        "url": "https://www.ylsseo.com/wp-content/uploads/评分评价结构化数据.png",
        "width": "200"
      },
      {
        "@id": "https://www.ylsseo.com/seo-schema/#breadcrumb",
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "item": {
              "@id": "https://www.ylsseo.com",
              "name": "首页"
            },
            "position": "1"
          },
          {
            "@type": "ListItem",
            "item": {
              "@id": "https://www.ylsseo.com/seo-tutorial/",
              "name": "谷歌SEO教程"
            },
            "position": "2"
          },
          {
            "@type": "ListItem",
            "item": {
              "@id": "https://www.ylsseo.com/seo-schema/",
              "name": "Schema结构化数据是什么?类型、SEO优点以及如何做"
            },
            "position": "3"
          }
        ]
      },
      {
        "@id": "https://www.ylsseo.com/seo-schema/#webpage",
        "@type": [
          "WebPage",
          "FAQPage"
        ],
        "breadcrumb": {
          "@id": "https://www.ylsseo.com/seo-schema/#breadcrumb"
        },
        "dateModified": "2026-04-22T16:52:27+08:00",
        "datePublished": "2025-11-02T10:41:25+08:00",
        "inLanguage": "zh-Hans",
        "isPartOf": {
          "@id": "https://www.ylsseo.com/#website"
        },
        "mainEntity": [
          {
            "@type": "Question",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "可以的,谷歌NLP会根据语义识别文本内容属于什么类型,但是不会触发富媒体卡片展示。"
            },
            "name": "如果没有加Schema,谷歌能识别内容吗?",
            "url": "https://www.ylsseo.com/seo-schema/#faq-question-1762052127206"
          },
          {
            "@type": "Question",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "schema需要配合数据或者文本内容的,假如你加了一个review schema但是没有用户评论,会触发没有aggregating、review的提示。"
            },
            "name": "为什么我添加了schema,但是没有展示",
            "url": "https://www.ylsseo.com/seo-schema/#faq-question-1762052210905"
          },
          {
            "@type": "Question",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "改为JSON-LD格式。"
            },
            "name": "富摘要检测报错",
            "url": "https://www.ylsseo.com/seo-schema/#faq-question-1762052281687"
          }
        ],
        "name": "Schema结构化数据是什么?类型、SEO优点以及如何做 \u0026ndash; 鸭老师SEO",
        "primaryImageOfPage": {
          "@id": "https://www.ylsseo.com/wp-content/uploads/评分评价结构化数据.png"
        },
        "url": "https://www.ylsseo.com/seo-schema/"
      },
      {
        "@id": "https://www.ylsseo.com/seo-schema/#author",
        "@type": "Person",
        "image": {
          "@id": "https://secure.gravatar.com/avatar/aac399a511737325d8e5ee2505c471c7448f8bed5c760f77bc966e37a76223e3?s=96\u0026amp;d=blank\u0026amp;r=g",
          "@type": "ImageObject",
          "caption": "鸭老师SEO",
          "inLanguage": "zh-Hans",
          "url": "https://secure.gravatar.com/avatar/aac399a511737325d8e5ee2505c471c7448f8bed5c760f77bc966e37a76223e3?s=96\u0026amp;d=blank\u0026amp;r=g"
        },
        "name": "鸭老师SEO",
        "sameAs": [
          "https://twitter.com/seoyls",
          "https://www.youtube.com/@ylsseo",
          "https://www.linkedin.com/in/ylsseo/",
          "https://www.zhihu.com/people/ylsseo",
          "https://www.reddit.com/user/duckseo"
        ],
        "worksFor": {
          "@id": "https://www.ylsseo.com/#organization"
        }
      },
      {
        "@id": "https://www.ylsseo.com/seo-schema/#richSnippet",
        "@type": "BlogPosting",
        "articleSection": "谷歌SEO教程",
        "author": {
          "@id": "https://www.ylsseo.com/seo-schema/#author",
          "name": "鸭老师SEO"
        },
        "dateModified": "2026-04-22T16:52:27+08:00",
        "datePublished": "2025-11-02T10:41:25+08:00",
        "description": "想让内容被AI搜索与Google SGE更快识别?本教程系统讲解结构化数据(Schema Markup)原理与类型,附JSON-LD实战代码与SEO优化技巧,助你建立可被AI引用的高质量结构信号。",
        "headline": "Schema结构化数据是什么?类型、SEO优点以及如何做 \u0026ndash; 鸭老师SEO",
        "image": {
          "@id": "https://www.ylsseo.com/wp-content/uploads/评分评价结构化数据.png"
        },
        "inLanguage": "zh-Hans",
        "isPartOf": {
          "@id": "https://www.ylsseo.com/seo-schema/#webpage"
        },
        "mainEntityOfPage": {
          "@id": "https://www.ylsseo.com/seo-schema/#webpage"
        },
        "name": "Schema结构化数据是什么?类型、SEO优点以及如何做 \u0026ndash; 鸭老师SEO",
        "publisher": {
          "@id": "https://www.ylsseo.com/#organization"
        }
      }
    ]
  }
]
[
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@id": "https://www.ylsseo.com/#organization",
        "@type": "Organization",
        "logo": {
          "@id": "https://www.ylsseo.com/#logo",
          "@type": "ImageObject",
          "caption": "YLSSEO",
          "contentUrl": "https://www.ylsseo.com/wp-content/uploads/cropped-ylsseo-logo.png",
          "height": "512",
          "inLanguage": "zh-Hans",
          "url": "https://www.ylsseo.com/wp-content/uploads/cropped-ylsseo-logo.png",
          "width": "512"
        },
        "name": "YLSSEO",
        "sameAs": [
          "https://twitter.com/https://x.com/seoyls"
        ]
      },
      {
        "@id": "https://www.ylsseo.com/#website",
        "@type": "WebSite",
        "alternateName": "鸭老师SEO",
        "inLanguage": "zh-Hans",
        "name": "YLSSEO",
        "publisher": {
          "@id": "https://www.ylsseo.com/#organization"
        },
        "url": "https://www.ylsseo.com"
      },
      {
        "@id": "https://www.ylsseo.com/wp-content/uploads/评分评价结构化数据.png",
        "@type": "ImageObject",
        "height": "200",
        "inLanguage": "zh-Hans",
        "url": "https://www.ylsseo.com/wp-content/uploads/评分评价结构化数据.png",
        "width": "200"
      },
      {
        "@id": "https://www.ylsseo.com/seo-schema/#breadcrumb",
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "item": {
              "@id": "https://www.ylsseo.com",
              "name": "首页"
            },
            "position": "1"
          },
          {
            "@type": "ListItem",
            "item": {
              "@id": "https://www.ylsseo.com/seo-tutorial/",
              "name": "谷歌SEO教程"
            },
            "position": "2"
          },
          {
            "@type": "ListItem",
            "item": {
              "@id": "https://www.ylsseo.com/seo-schema/",
              "name": "Schema结构化数据是什么?类型、SEO优点以及如何做"
            },
            "position": "3"
          }
        ]
      },
      {
        "@id": "https://www.ylsseo.com/seo-schema/#webpage",
        "@type": [
          "WebPage",
          "FAQPage"
        ],
        "breadcrumb": {
          "@id": "https://www.ylsseo.com/seo-schema/#breadcrumb"
        },
        "dateModified": "2026-04-22T16:52:27+08:00",
        "datePublished": "2025-11-02T10:41:25+08:00",
        "inLanguage": "zh-Hans",
        "isPartOf": {
          "@id": "https://www.ylsseo.com/#website"
        },
        "mainEntity": [
          {
            "@type": "Question",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "可以的,谷歌NLP会根据语义识别文本内容属于什么类型,但是不会触发富媒体卡片展示。"
            },
            "name": "如果没有加Schema,谷歌能识别内容吗?",
            "url": "https://www.ylsseo.com/seo-schema/#faq-question-1762052127206"
          },
          {
            "@type": "Question",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "schema需要配合数据或者文本内容的,假如你加了一个review schema但是没有用户评论,会触发没有aggregating、review的提示。"
            },
            "name": "为什么我添加了schema,但是没有展示",
            "url": "https://www.ylsseo.com/seo-schema/#faq-question-1762052210905"
          },
          {
            "@type": "Question",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "改为JSON-LD格式。"
            },
            "name": "富摘要检测报错",
            "url": "https://www.ylsseo.com/seo-schema/#faq-question-1762052281687"
          }
        ],
        "name": "Schema结构化数据是什么?类型、SEO优点以及如何做 \u0026ndash; 鸭老师SEO",
        "primaryImageOfPage": {
          "@id": "https://www.ylsseo.com/wp-content/uploads/评分评价结构化数据.png"
        },
        "url": "https://www.ylsseo.com/seo-schema/"
      },
      {
        "@id": "https://www.ylsseo.com/seo-schema/#author",
        "@type": "Person",
        "image": {
          "@id": "https://secure.gravatar.com/avatar/aac399a511737325d8e5ee2505c471c7448f8bed5c760f77bc966e37a76223e3?s=96\u0026amp;d=blank\u0026amp;r=g",
          "@type": "ImageObject",
          "caption": "鸭老师SEO",
          "inLanguage": "zh-Hans",
          "url": "https://secure.gravatar.com/avatar/aac399a511737325d8e5ee2505c471c7448f8bed5c760f77bc966e37a76223e3?s=96\u0026amp;d=blank\u0026amp;r=g"
        },
        "name": "鸭老师SEO",
        "worksFor": {
          "@id": "https://www.ylsseo.com/#organization"
        }
      },
      {
        "@id": "https://www.ylsseo.com/seo-schema/#richSnippet",
        "@type": "BlogPosting",
        "articleSection": "谷歌SEO教程",
        "author": {
          "@id": "https://www.ylsseo.com/seo-schema/#author",
          "name": "鸭老师SEO"
        },
        "dateModified": "2026-04-22T16:52:27+08:00",
        "datePublished": "2025-11-02T10:41:25+08:00",
        "description": "想让内容被AI搜索与Google SGE更快识别?本教程系统讲解结构化数据(Schema Markup)原理与类型,附JSON-LD实战代码与SEO优化技巧,助你建立可被AI引用的高质量结构信号。",
        "headline": "Schema结构化数据是什么?类型、SEO优点以及如何做 \u0026ndash; 鸭老师SEO",
        "image": {
          "@id": "https://www.ylsseo.com/wp-content/uploads/评分评价结构化数据.png"
        },
        "inLanguage": "zh-Hans",
        "isPartOf": {
          "@id": "https://www.ylsseo.com/seo-schema/#webpage"
        },
        "mainEntityOfPage": {
          "@id": "https://www.ylsseo.com/seo-schema/#webpage"
        },
        "name": "Schema结构化数据是什么?类型、SEO优点以及如何做 \u0026ndash; 鸭老师SEO",
        "publisher": {
          "@id": "https://www.ylsseo.com/#organization"
        }
      }
    ]
  }
]
main_content_hash hash
"ab51d69dd0e6340fb0aa85ba027f09791c2d20a276d00472be8a226b6ed516d9"
"7170b176d215f0b08e8967df16953d3c9a244b41a27646703d05c4660f774d75"