任何人都可以细分此架构代码吗?

时间:2019-05-07 22:01:27

标签: javascript schema

我在Google上搜索了一些随机关键字,有一件事使我震惊,搜索结果看起来井井有条。在深入研究时,我发现他们正在使用Schema,但是我从他们的网站schema.org/docs/full.html

上不了解其中的任何内容。

以下是搜索结果: https://i.imgur.com/SPeC8PL.png

这是代码:

{
	"@context": "http://schema.org",
	"@type": "WebPage"
	,"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://www.thespruce.com/home-design-and-decorating-4127998",
"name": "Home Decor"
}
}
,
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://www.thespruce.com/best-home-products-4135328",
"name": "Best Home Products"
}
}
]
}		
,"mainEntity": {
"@type": "Article",
"mainEntityOfPage": {
"@type": "Webpage",
"@id": "https://www.thespruce.com/best-washer-dryer-sets-4109183"
},
"headline": "The 8 Best Washer & Dryer Sets of 2019"
,"datePublished": "2016-12-15T17:48:12.000Z"
,"dateModified": "2019-02-28T02:54:03.871Z"
,"author": {
"@type": "Person",
"name": "Erica Puisis"
}
,"description": "Shop for the best washer and dryer combos on the market today from brands like Whirlpool, LG, and GE."
,"image": [
{
"@type": "ImageObject",
"url": "https://www.thespruce.com/thmb/mOZ7phvcHDbkVlyMgMEzOSrmFZ0=/1500x844/smart/filters:no_upscale()/Laundry-room-organization-56a4a89c5f9b58b7d0d8209b.jpg",
"height": 844,
"width": 1500
},
{
"@type": "ImageObject",
"url": "https://www.thespruce.com/thmb/tbpSTix7BOux_5DQ7KOFVnOvKUY=/1333x1000/smart/filters:no_upscale()/Laundry-room-organization-56a4a89c5f9b58b7d0d8209b.jpg",
"height": 1000,
"width": 1333
},
{
"@type": "ImageObject",
"url": "https://www.thespruce.com/thmb/o_dkwQfWerJ6y96wbb6nCpVdoYA=/1000x1000/smart/filters:no_upscale()/Laundry-room-organization-56a4a89c5f9b58b7d0d8209b.jpg",
"height": 1000,
"width": 1000
}
]
,"publisher": {
"@type": "Organization",
"name": "The Spruce",
"logo": {
"@type": "ImageObject",
"url": "https://www.thespruce.com/thmb/8kMPEcNCetsLR0R15xvnVcMOZ3c=/139x60/filters:no_upscale():max_bytes(150000):strip_icc()/TheSpruce-Logo-amp60H-59b00f31d963ac0011c633b9.png",
"width": 139,
"height": 60
},
"brand": "The Spruce"
, "publishingPrinciples": "https://www.thespruce.com/about-us#editorial-guidelines"
}
,"mainEntity": {
"@context": "http://schema.org",
"@type": "ItemList",
"name": "The 8 Best Washer & Dryer Sets of 2019",
"description": "Shop for the best washer and dryer combos on the market today from brands like Whirlpool, LG, and GE.",
"itemListOrder": "http://schema.org/ItemListUnordered",
"numberOfItems": 8,
"itemListElement": [
{
"@type": "ListItem",
"position": 1
,"name": "Best Overall: Samsung WF45M5500AP Washer and DVE45M5500P Dryer with Steam"
},
{
"@type": "ListItem",
"position": 2
,"name": "Best Smart Top-Loading: GE 5.0 cu. ft. Washer and 7.4 cu. ft. Smart Dryer"
},
{
"@type": "ListItem",
"position": 3
,"name": "Best High-End: Bosch 800 Series White Front Load Compact Laundry Stacked Pair"
},
{
"@type": "ListItem",
"position": 4
,"name": "Best Energy Efficient: Whirlpool WTW4816FW Washer and WED4815EW Dryer"
},
{
"@type": "ListItem",
"position": 5
,"name": "Best Smart Front-Loading: LG 5.2 cu. ft. Washer with Steam and 9.0 cu. ft. Dryer"
},
{
"@type": "ListItem",
"position": 6
,"name": "Best High-Capacity: Kenmore Elite Front Load Washer and Dryer Bundle"
},
{
"@type": "ListItem",
"position": 7
,"name": "Best Budget: Amana 3.5 CU.' Top Loading Washing Machine"
},
{
"@type": "ListItem",
"position": 8
,"name": "Best for Small Spaces: GE Washer and Electric Dryer Laundry Center"
}
]
}
}		
}

任何人都可以细分此架构代码吗?我确定他们正在使用很多架构,但我想逐节了解。哪个部分用于什么!

预先感谢

0 个答案:

没有答案
相关问题