'描述' /'名称'的长度是多长? '产品的属性'在Schema.org中输入?

时间:2016-06-17 07:25:08

标签: schema.org json-ld

我正在使用Schema.org,使用https://schema.org/Product为基于JSON-LD的Google Rich Snippets创建扩展程序。

{
  "@context": "http://schema.org/",
  "@type": "Product",
  "name": "Executive Anvil",
  "image": "http://www.example.com/anvil_executive.jpg",
  "description": "Sleeker than ACME's Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.",
  "mpn": "925872",
  "brand": {
    "@type": "Thing",
    "name": "ACME"
  }
}

但我不明白descriptionname的值可以有多长。在我看来,这是一个非常重要的价值。

2 个答案:

答案 0 :(得分:1)

词汇表Schema.org不限制Text值可以具有的长度。不适用于Product,也不适用于任何其他类型。

消费者(如Google搜索)可能有自己的规则/限制。希望这些应该在他们的文档中描述。对于Google的Products rich result,未对name / description指定任何限制。

答案 1 :(得分:0)

Google 表示介于 >50 到 <5000