Google 搜尋結果這些附加資訊是如何產生的?
--
露天範例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "Toshiba L750 筆電", "image": "https://img.ruten.com.tw/s1/8/06/b3/99999.jpg", "description": "直購價:4,500元。物品狀態:xxxxx", "productId": "99999", "brand": { "@type": "xxx", "name": "xxxxx" }, "offers": { "@type": "Offer", "priceCurrency": "TWD", "price": "4500", "availability": "http://schema.org/InStock" } } </script> |
--
臉書評分範例
1 |
<script type="application/ld+json">{"\u0040context":"http:\/\/schema.org","\u0040type":"LocalBusiness","name":"\u53f0\u5357\u8521\u8671\u76ee\u9b5a\u5c08\u8ce3\uff08\u5c0f\u5317\u7e3d\u5e97\uff09","address":{"\u0040type":"PostalAddress","streetAddress":"\u897f\u9580\u8def\u56db\u6bb5236\u865f","addressLocality":"\u53f0\u5357\u5e02","addressRegion":"Tainan","postalCode":"704"},"aggregateRating":{"\u0040type":"AggregateRating","ratingValue":4.3,"ratingCount":34}}</script> |
decode
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
( [@context] => http://schema.org [@type] => LocalBusiness [name] => 台南蔡虱目魚專賣(小北總店) [address] => stdClass Object ( [@type] => PostalAddress [streetAddress] => 西門路四段236號 [addressLocality] => 台南市 [addressRegion] => Tainan [postalCode] => 704 ) [aggregateRating] => stdClass Object ( [@type] => AggregateRating [ratingValue] => 4.3 [ratingCount] => 34 ) ) |
--
1,162 total views, 1 views today