架构(星级评分)不适用于我的网站

时间:2019-09-04 04:46:57

标签: schema json-ld

我在自己的网站上应用了架构(星级评分),花费了超过5天的时间,我也签入了google结构化数据测试工具,没有错误,也没有发出警告。任何人都可以帮助解决此问题吗?

我尝试了本地业务的架构

<script type='application/ld+json'>
{
  "@context": "https://schema.org/",
  "@type": "LocalBusiness",
  "name": "Abs Travels",
  "image": "https://www.abstravels.biz/images/5star.png",
  "description": "ABS Travels offers all types of travel related services under one roof that are known for our excellent and efficient travel services provider in Tirunelveli.",
  "address": {
"@type": "PostalAddress",
"addressLocality": "Tirunelveli",
"addressRegion": "TN",
"streetAddress": "24, Ramarsamy Kovil Street",
"postalCode": " 627002",
"addressCountry": "INDIA"
},
"priceRange" : "₹5000 - ₹10000",
"telephone": "+919843326422",
   "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "5",
    "bestRating": "5",
    "ratingCount": "97"

  }
}
</script>

我希望将架构应用于我的网站(星级评分),没有错误消息。请帮助我解决此问题。

1 个答案:

答案 0 :(得分:0)

没有办法回答(正确的JSON-LD是不够的)。 **星星不会显示在首页上。

无论如何,请阅读以下内容:

  

重要提示:即使根据结构化数据测试工具... Google official docs - data guidelines

正确标记了您的页面,Google也无法保证您的结构化数据会显示在搜索结果中

遵循结构化数据准则

在您的情况下,您不遵循此规则“不要标记页面阅读者不可见的内容”-更多规则:

https://developers.google.com/search/docs/guides/sd-policies

查看摘要指南

https://developers.google.com/search/docs/data-types/review-snippet#guidelines

URL检查工具==>检查请求

加快google显示结果的速度:

https://support.google.com/webmasters/answer/9012289?hl=en

相关:

https://whitespark.ca/blog/how-to-use-aggregate-review-schema-to-get-stars-in-the-serps/