我正在使用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"
}
}
但我不明白description
和name
的值可以有多长。在我看来,这是一个非常重要的价值。
答案 0 :(得分:1)
词汇表Schema.org不限制Text值可以具有的长度。不适用于Product
,也不适用于任何其他类型。
消费者(如Google搜索)可能有自己的规则/限制。希望这些应该在他们的文档中描述。对于Google的Products rich result,未对name
/ description
指定任何限制。
答案 1 :(得分:0)
Google 表示介于 >50 到 <5000