增加结构化标签 Logo, LocalBus

hotfix/paypal-note
LiaoYijun 4 years ago
parent 89b0a6d408
commit 1f7c7d2dad

@ -321,5 +321,92 @@ if (window.localStorage && localStorage.getItem(GOT_IT_KEY)) {
function loadScriptByAsync(src) {var asyncScript = document.createElement("script");asyncScript.async = true;asyncScript.crossorigin = "anonymous";asyncScript.src = src;firstScript=document.getElementsByTagName("script")[0];firstScript.parentNode.insertBefore(asyncScript, firstScript);}</script> function loadScriptByAsync(src) {var asyncScript = document.createElement("script");asyncScript.async = true;asyncScript.crossorigin = "anonymous";asyncScript.src = src;firstScript=document.getElementsByTagName("script")[0];firstScript.parentNode.insertBefore(asyncScript, firstScript);}</script>
<!--@IN-ARTICLE-GOOGLE@--> <!--@IN-ARTICLE-GOOGLE@-->
<!--@ADDTHIS-WIDGET@--> <!--@ADDTHIS-WIDGET@-->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "China Highlights",
"url": "https://www.chinahighlights.com/",
"logo": "https://data.chinahighlights.com/pic/logo/china-highlights-top-navigation-logo.png",
"contactPoint" : [{
"@type": "ContactPoint",
"telephone": "+86 773 2831999",
"contactType": "customer support",
"availableLanguage": "English"
}],
"sameAs" : [
"https://www.facebook.com/Chinahighlights",
"https://twitter.com/Chinahighlights",
"https://www.instagram.com/chinahighlights/"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.chinahighlights.com/",
"name": "China Highlights",
"address": {
"@type": "PostalAddress",
"streetAddress": "Building 6, Chuangyi Business Park, 70 Qilidian Road",
"addressLocality": "Guilin",
"addressRegion": "Guangxi",
"postalCode": "541004",
"addressCountry": "CHINA"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "Ruby Zhao"
}
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 25.241375,
"longitude": 110.33852
},
"url": "https://www.chinahighlights.com/",
"telephone": "+86 773 2831999",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Monday",
"opens": "9:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Tuesday",
"opens": "9:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Wednesday",
"opens": "9:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Thursday",
"opens": "9:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Friday",
"opens": "9:00",
"closes": "17:00"
}
]
}
</script>
</body> </body>
</html> </html>

@ -247,5 +247,93 @@
<!--@ADDON-JS@--> <!--@ADDON-JS@-->
<!--@IN-ARTICLE-GOOGLE@--> <!--@IN-ARTICLE-GOOGLE@-->
<!--@ADDTHIS-WIDGET@--> <!--@ADDTHIS-WIDGET@-->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "China Highlights",
"url": "https://www.chinahighlights.com/",
"logo": "https://data.chinahighlights.com/pic/logo/china-highlights-top-navigation-logo.png",
"contactPoint" : [{
"@type": "ContactPoint",
"telephone": "+86 773 2831999",
"contactType": "customer support",
"availableLanguage": "English"
}],
"sameAs" : [
"https://www.facebook.com/Chinahighlights",
"https://twitter.com/Chinahighlights",
"https://www.instagram.com/chinahighlights/"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.chinahighlights.com/",
"name": "China Highlights",
"address": {
"@type": "PostalAddress",
"streetAddress": "Building 6, Chuangyi Business Park, 70 Qilidian Road",
"addressLocality": "Guilin",
"addressRegion": "Guangxi",
"postalCode": "541004",
"addressCountry": "CHINA"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "Ruby Zhao"
}
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 25.241375,
"longitude": 110.33852
},
"url": "https://www.chinahighlights.com/",
"telephone": "+86 773 2831999",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Monday",
"opens": "9:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Tuesday",
"opens": "9:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Wednesday",
"opens": "9:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Thursday",
"opens": "9:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Friday",
"opens": "9:00",
"closes": "17:00"
}
]
}
</script>
</body> </body>
</html> </html>
Loading…
Cancel
Save