<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Organization",
"url" : "http://www.hstechsupport.com",
"contactPoint" :
[ { "@type" : "ContactPoint",
"telephone" : "+1-866-606-2003",
"contactType" : "Computer Technical Support",
"contactOption" : "TollFree",
"areaServed" : "US",
"availableLanguage" : "English"
}
{ "@type" : "ContactPoint",
"telephone" : "+1-866-606-2003",
"contactType" : "Computer Customer Service",
"contactOption" : "TollFree",
"areaServed" : "US",
"availableLanguage" : "English"
}
{ "@type" : "ContactPoint",
"telephone" : "+1-866-606-2003",
"contactType" : "Computer Customer Support Service",
"contactOption" : "TollFree",
"areaServed" : "US",
"availableLanguage" : "English"
} ]
}
</script>
查看我的代码,然后从那里找我。帮帮我
答案 0 :(得分:0)
你的json数据应该是:
{ "@context" : "http://schema.org", "@type" : "Organization", "url" : "http://www.hstechsupport.com", "contactPoint" : [
{ "@type" : "ContactPoint", "telephone" : "+1-866-606-2003", "contactType" : "Computer Technical Support", "contactOption" : "TollFree", "areaServed" : "US", "availableLanguage" : "English" }
,{ "@type" : "ContactPoint", "telephone" : "+1-866-606-2003", "contactType" : "Computer Customer Service", "contactOption" : "TollFree", "areaServed" : "US", "availableLanguage" : "English" }, { "@type" : "ContactPoint", "telephone" : "+1-866-606-2003", "contactType" : "Computer Customer Support Service", "contactOption" : "TollFree", "areaServed" : "US", "availableLanguage" : "English" } ] }
您遗失,
。
你可以在这里哎呀:http://json.parser.online.fr/