style sheets中添加了新的樣式
script的結(jié)構(gòu)化數(shù)據(jù)部分已經(jīng)相當(dāng)完善了,添加了更多的屬性信息:
```json
{
"@context": "https://schema.org",
"@type": "Product",
"brand": {
"@type": "Brand",
"name": "雨鳥(Rain Bird)"
},
"offers": {
"@type": "Offer",
"url": "http://www.ckez.com.cn/products.html"
}
}
```