底部website和organization结构化标签修改

master
candice 1 year ago
parent 2b71ac11bd
commit 8f3c5c5cb6

@ -458,23 +458,10 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
{
"@context": "http://schema.org",
"@type": "Organization",
"@id": "https://www.japanhighlights.com/",
"name": "Japan Highlights",
"url": "https://www.japanhighlights.com/",
"logo": "https://images.japanhighlights.com/allpicture/2025/04/6b9ed66f4ff3451a8d854d8f56af5262_cut_221x118_241_1743697804.jpg",
"contactPoint" : [{
"@type": "ContactPoint",
"telephone": "+86 773 2831999",
"contactType": "customer support",
"availableLanguage": "English"
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.japanhighlights.com/",
"name": "Japan Highlights",
"address": {
"@type": "PostalAddress",
"streetAddress": "Building 6, Chuangyi Business Park, 70 Qilidian Road",
@ -493,9 +480,14 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
"author": {
"@type": "Person",
"name": "Ruby Zhao"
}
}
}
},
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+86 773 2831999",
"contactType": "customer support",
"availableLanguage": "English"
}]
}
</script>
<script type="application/ld+json">
@ -510,6 +502,14 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
"urlTemplate": "https://www.japanhighlights.com/sitesearch?cx=001281624266240652297%3Acl1fy1cxepi&cof=FORID%3A9&q={search_term_string}"
},
"query-input": "required name=search_term_string"
},
"publisher": {
"@type": "Organization",
"name": "Japan Highlights",
"logo": {
"@type": "ImageObject",
"url": "https://images.japanhighlights.com/allpicture/2025/04/6b9ed66f4ff3451a8d854d8f56af5262_cut_221x118_241_1743697804.jpg"
}
}
}
</script>

@ -389,23 +389,10 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
{
"@context": "http://schema.org",
"@type": "Organization",
"@id": "https://www.japanhighlights.com/",
"name": "Japan Highlights",
"url": "https://www.japanhighlights.com/",
"logo": "https://images.japanhighlights.com/allpicture/2025/04/6b9ed66f4ff3451a8d854d8f56af5262_cut_221x118_241_1743697804.jpg",
"contactPoint" : [{
"@type": "ContactPoint",
"telephone": "+86 773 2831999",
"contactType": "customer support",
"availableLanguage": "English"
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.japanhighlights.com/",
"name": "Japan Highlights",
"address": {
"@type": "PostalAddress",
"streetAddress": "Building 6, Chuangyi Business Park, 70 Qilidian Road",
@ -424,12 +411,17 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
"author": {
"@type": "Person",
"name": "Ruby Zhao"
}
}
}
},
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+86 773 2831999",
"contactType": "customer support",
"availableLanguage": "English"
}]
}
</script>
<script type="application/ld+json">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
@ -441,6 +433,14 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
"urlTemplate": "https://www.japanhighlights.com/sitesearch?cx=001281624266240652297%3Acl1fy1cxepi&cof=FORID%3A9&q={search_term_string}"
},
"query-input": "required name=search_term_string"
},
"publisher": {
"@type": "Organization",
"name": "Japan Highlights",
"logo": {
"@type": "ImageObject",
"url": "https://images.japanhighlights.com/allpicture/2025/04/6b9ed66f4ff3451a8d854d8f56af5262_cut_221x118_241_1743697804.jpg"
}
}
}
</script>

Loading…
Cancel
Save