https://search.google.com/structured-data/testing-tool?hl=zh-TW
在wordpress 佈景主題中加入以下資訊,加入方式參考另外一篇文章 插入script 到functions.php 可以增加在 搜索引擎的評分項目。
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type": "Review",
"itemReviewed": {
"@type": "Thing",
"name": "WebPage"
},
"author": {
"@type": "Person",
"name": "Yi-Sheng"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "100",
"bestRating": "100"
},
"publisher": {
"@type": "Organization",
"name": "YiSheng Marketing"
}
}</script>
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"ProfessionalService",
"@id":"marketing.yis.tw",
"name": "奕昇行銷",
"image":"https://marketing.yis.tw/wp-content/uploads/2019/05/logo-1.png",
"priceRange":"8800",
"address":{
"@type":"PostalAddress",
"streetAddress":"市政北七路186號23樓之6",
"addressLocality":"台中市西屯區",
"postalCode":"407",
"addressCountry":"TW"
},
"url": "https://marketing.yis.tw/",
"logo": "https://marketing.yis.tw/wp-content/uploads/2019/05/logo-1.png",
"description": "奕昇行銷公司:客製化網頁設計提供用戶各種不同版型及使用者體驗、RWD網頁設計、網頁改版、網路行銷,公司成立23年提供廣告行銷服務及網頁網站設計",
"email": "[email protected]",
"faxNumber": "0424638462",
"telephone": "0424631039"
}
</script>