Merge branch 'master' of github.com:hainatravel/information-system into master
commit
44419a5285
@ -0,0 +1,28 @@
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id": "https://www.chinahighlights.com<?php echo $information->ic_url; ?>"
|
||||
},
|
||||
"headline": "<?php echo $information->ic_seo_title; ?>",
|
||||
"image": [
|
||||
"https://images.chinahighlights.com<?php echo $information->ic_photo; ?>"
|
||||
],
|
||||
"datePublished": "<?php echo $information->is_datetime; ?>",
|
||||
"dateModified": "<?php echo time(); ?>",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "<?php echo $author->OPI_FirstName; ?>"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "China Highlights",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://data.chinahighlights.com/pic/logo/china-highlights-top-navigation-logo.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Reference in New Issue