內容簡介
此外掛能自動將豐富片段結構加入到 WooCommerce 產品中,讓 Google 搜尋顯示客戶對產品的評價星等。
非常簡單。
只要產品有客戶評價,此外掛便會自動加上以下的片段結構碼:
{
"@context": "http://schema.org",
"@id": "#product",
"@type": "IndividualProduct",
"aggregateRating": {
"@type": "AggregateRating",
"ratingCount": "$rating_count",
"ratingValue": "$average_rating"
},
"name": "$product_title",
"category": "$category"
}
… 這樣 Google 搜尋就會顯示產品的評價星等。
不需任何設置,一切都自動化,只需啟用此外掛即可。
此外掛非常輕量,且完全免費。
外掛標籤
開發者團隊
② 後台搜尋「WooCommerce Product Review Schema – Automatic, no Setup Needed」→ 直接安裝(推薦)
原文外掛簡介
Automatically add the rich snippets schema to display review stars on Google searches for WooCommerce Products.
It’s very simple.
When the product has reviews left by customers, it will automatically add this schema code:
{
"@context": "http://schema.org",
"@id": "#product",
"@type": "IndividualProduct",
"aggregateRating": {
"@type": "AggregateRating",
"ratingCount": "$rating_count",
"ratingValue": "$average_rating"
},
"name": "$product_title",
"category": "$category"
}
… which makes Google display the review stars on the search pages.
No setup needed. Everything is automatic. Just activate the plugin.
This plugin is super lightweight and it’s completely free.
